@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');
    
body {
    padding: 0;
    margin: 0;
    background: #fffef5;
    font-family: 'Ubuntu', sans-serif;
	font-size:14px;
}

body button,
.btn,
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn:hover,
body button:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:hover {
    opacity: .8;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
      font-family: 'Ubuntu', sans-serif;
}
p.sub-para{font-size: 14px;}
.sub-para p{font-size: 14px;}
p {
    margin: 0;
    padding: 0;
    font-size: 14px;
	line-height: 1.9;
    color: #6b6666;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}


.inner_block
{margin:2em 0 1em;
}
.inner_content_block
{
	display:block;
	position:relative;
}

/* //Reset Code */

/* colors code */
.text-bl {
    color: #343a40;
}


.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
    text-align: center;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.let {
    letter-spacing: 1px;
}

/* //colors code */

/* bottom-to-top */
a.move-top {
    position: fixed;
    bottom: 3%;
    right: 2%;
    z-index: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}
.imghome img {
    box-shadow: 5px 4px 8px #00000026;
}
a.move-top span {
    color: #000;
    font-size: 26px;
    line-height: 30px;
}

/* //bottom-to-top */

/* header */
header {
       background: #ffffffe8;
    border-bottom: 0px solid #e4e4e4;
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 2px #00000096;
    border-bottom: 4px solid #314337;
}
/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

#logo a {
    float: left;
    display: initial;
    font-weight: 600;
    font-size: 35px;
    color: #719cfe;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
ul.menu{    float: right;
    padding: 1em 0;}
nav ul {
    /* float: right; */
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}
.ips_right {
     position:relative;
     display:block;
	 float:right;
}
.ips_right ul{padding:5px 0 0;}
    .ips_right ul li {
        display: inline;
		color:#fff;
    }
.bf_iocn {
        background: #089ac5;
    /* padding: 7px; */
    color: #fff;
    border-radius: 18px;
    width: 22px;
    text-align: center;
    margin: 0 7px 5px;
    height: 22px;
}
i.bf_iocn{line-height: 2;
    font-size: 11px;}
.logo {
    position:relative;
}
.school_logo {
     display: block;
    width: 500px;

}
.school_logo h4 {
    font-weight: 400;
    display: inline;
    color: #314337;
    WORD-BREAK: break-all;
    FONT-SIZE: 19px;
}
.topsker {
    width: 100%;
    position: relative;
    padding: 1px 0px 0;
    /* height: 32px; */
    background-color: #314337 !important;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(0deg);
    margin: 0 0;
   
}
/* Styling the links */
nav a {
   color: #314337;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 7px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* Background color change on Hover */
nav a:hover {
    color: #000;
    opacity: .8;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 31px;
        background: #4f7923eb;
    padding: 6px 9px;
    border-radius: 4px;
    -webkit-border-radius: 0px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 9;
    /* -webkit-box-shadow: 0px -1px 5px 0px rgba(143,143,143,0.72); */
    -moz-box-shadow: 0px -1px 5px 0px rgba(143,143,143,0.72);
    /* box-shadow: 0px -1px 5px 0px rgba(143,143,143,0.72); */
	
}

nav ul ul li a:hover {
	color:#ddd;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
       width: 170px;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px dashed #ffffff;
}
nav ul ul li:last-child {
    border-bottom: 0px dashed #50b2da4f;
}

nav ul ul li a {
    display: block;
    font-size: 14px;
    margin: 5px 0 5px;
	color:#fff;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */
@media(max-width: 1280px) {
    nav a {
        font-size: 13px;
    }
}

@media all and (max-width : 991px) {
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 7px 12px;
        font-size: 15px;
        text-decoration: none;
        border: none;
        float: right;
            background-color: #314337;
    color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        letter-spacing: 1px;
        margin-bottom: 0;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 115px;
        padding: 5px;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 2px;
        background: transparent;
        color: #000;
    }

    .toggle:hover {
        opacity: .8;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    nav ul {
        float: right;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul li a {
        letter-spacing: 2px;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    .menu li.active a,
    .menu li a:hover {
        opacity: .8;
    }

    nav a {
        font-size: 14px;
        display: block;
        margin: 8px 0;
    }

    a.reqe-button {
        padding: 12px 20px;
        font-size: 13px;
        margin: 0 8px;
    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

/* dropdown */
#demo {
    margin: 0px 0 0px 0;
}

#demo .wrapper {
    display: inline-block;
    position: relative;
}

#demo .parent {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
    -webkit-transition-delay: .8s;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

#demo .parent:hover,
#demo .content:hover~.parent {
    -webkit-transition-delay: 0s, 0s, 0s;
}

#demo .content:hover~.parent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#demo .content {
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    height: 0;
    width: 150px;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}

#demo .wrapper:active .content {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content:hover {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content ul {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#demo .content ul a {
    text-decoration: none;
    padding: 0;
}

#demo .content li {
    list-style: none;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

#demo .content li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* //dropdown */
/* //navigation */
/* //header */

/* banner */
.mian-content-wthree {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:32vw;
    position: relative;
    z-index: 1;
}

/* banner text */
.style-banner {
    padding-top: 18em;
    max-width: 800px;
}

.style-banner h3 {
    font-size: 52px;
    letter-spacing: 1px;
}

.style-banner h3 span {
    color: #ff7f62;
}

.style-banner p {
    font-size: 18px;
    letter-spacing: 4px;
}

/* //banner text */
/* form */
.home-form-w3ls .form-control {
    font-size: 15px;
    border: none;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.28);
    outline: none;
    letter-spacing: 1px;
    color: #000;
    box-sizing: border-box;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 12px;
}

.home-form-w3ls textarea.form-control {
    height: 46px;
}

.home-form-w3ls button {
    background: #ff7f62;
    color: #fff;
    padding: 13px 40px;
    margin-top: 2em;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
}

/* //form */
/* //banner */

/* bannner bottom */
h3.title-w3 {
    font-size: 32px;
    color: #719cfe;
}

.services h3.title-w3,
.clients h3.title-w3,
.contact h3.title-w3 {
    color: #fff;
}

h3.title-sub {
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: 1px;
}

h3.title-sub span {
    display: block;
}

/* //bannner bottom */

/* what */
.services {
    background: url(../images/bg3.jpg) center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.services h3.title-w3 span {
    color: #ff7f62;
}

.w3pvtits-services-grids h4 {
    font-size: 23px;
    font-weight: 600;
    color: #000 !important;
    letter-spacing: .5px;
}

.w3pvtits-services-grids span.ser-icon {
    font-size: 2em;
    color: #ff7f62;
    width: 70px;
    height: 70px;
    line-height: 2.2;
    text-align: center;
    box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.37);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.w3pvtits-services-grids {
    background: #fff;
    padding: 3em;
}

a.service-btn {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px;
    background: #ff7f62;
    padding: 10px 16px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
}

a.service-btn:hover,
.home-form-w3ls button:hover {
    letter-spacing: 2px;
}

/* //what */

/* courses */
.place-w3 {
    padding: 0 .5em;
}

.team-img {
    min-height: 250px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.team-img-1 {
    background: url(../images/p1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.team-img-2 {
    background: url(../images/p2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.team-img-3 {
    background: url(../images/p3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.team-img-4 {
    background: url(../images/p4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.team-content {
    padding: 1em 2em 0;
    background: #3143379e;
}

.team-meta {
    color: #eee;
    font-size: 14px;
    margin-top: 2px;
}

.team-content h4 {
 font-size: 20px;
 font-weight: 400
}

/* //courses */

/* testimonials */
.clients {
    background: url(../images/bg2.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.feedback-info p {
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    color: #e4e4e4;
}

.feedback-info img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* //testimonials */

/* events */
.card {
    background-color: #eee;
    border: none;
    -webkit-box-shadow: 5px 6px 8px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 5px 6px 8px 0 rgba(56, 56, 56, 0.21);
    box-shadow: 5px 6px 8px 0 rgba(56, 56, 56, 0.21);
}

h5.card-title a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    background: #719cfe;
    padding: 1em;
    display: block;
}

.blog_w3icon span {
    color: #333;
    font-size: 14px;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.card-body p {
    color: #333;
    font-size: 15px;
}

.card-footer {
    background-color: #dee2e6;
}

/* //events */

/* stats */
.middlesection-w3pvt {
    position: relative;
    background: #719cfe;
    margin-top: 0em !important;
    background: rgba(0, 0, 0, 0) url(../images/2counter.jpg) repeat scroll 0 0;
    color: #ffffff;
    padding: 100px 0;
}

.counter {
    color: #fff;
    font-size: 4.5em;
    font-weight: 600;
    margin-bottom: 6px;
	text-align:center;
}

h3.title-w3-2 {
    font-size: 34px;
    letter-spacing: 1px;
    color: #212020;
}

.agents-w3 {
    position: absolute;
    left: 7%;
    bottom: 0;
}

/* //stats */

/* gallery */
.gal-img img {
    padding: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.gal-img:hover.gal-img img {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* popup */
.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #719cfe;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    max-width: 520px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em 2em;
}

.popup img {
    box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
    -webkit-box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
    -moz-box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
}

.popup p {
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1px;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

.popup .close:hover {
    color: #f14f5e;
}

/* //popup */
/* //gallery */

/* apps */
.apps_w3w3pvt {
    position: relative;
}

ul.apps-lists li {
    display: inline-block;
}

ul.apps-lists li a {
    background: #fff;
    color: #000;
    padding: 12px 25px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
}

ul.apps-lists li a span {
    color: #ff7f62;
    font-size: 24px;
    vertical-align: middle;
}

ul.apps-lists li a.active {
    background: #ff7f62;
    color: #fff;
}

ul.apps-lists li a.active span {
    color: #fff;
}

.img-podi-w3ls {
    position: absolute;
    top: 30%;
    right: 6%;
    transform: rotate(40deg);
}

.img-podi-w3ls span {
    font-size: 8em;
    color: #ff7f62;
}

/* //apps */

/* contact */
.contact {
   
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
	border: 1px solid #ddd;
    color: #000;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
}

.contact_grid_right textarea {
    min-height: 110px;
    resize: none;
    width: 100%;
}

.contact_grid_right button {
    outline: none;
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    background: #719cfe;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
}

/* //contact */

/* inner banner */
.inner-banner-w3ls {
      
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 1;
	width: 100%;
    height: 100%;
}

/* login */
.modal-body {
        max-width: 428px;
    margin: 0 auto;
    border: 1px solid;
    background: #000000c9;
}

label.col-form-label {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 5px;
}

.modal-body .form-control {
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
    padding: 10px 15px;
}

button.button-style-w3 {
    outline: none;
    padding: 12px 20px;
    font-size: 14px;
    color: #fff;
    background: #ff7f62;
    border: none;
    border-radius: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    width: 100%;
    margin-top: 1em;
}

.text-style-w3ls {
    letter-spacing: 1px;
    font-size: 15px;
}

p.dont-do a:hover,
.text-style-w3ls:hover {
    color: #fff;
}

/* //login */

/* footer */
footer {
    background: #2d3e50;
}
footer:before{
    background-image: url(../images/shape.png);
    background-repeat: repeat-x;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.footer-grid h3 {
    font-size: 24px;
    color: #fff;
    letter-spacing: .5px;
    font-weight: 600;
}

.footer-grid ul li a,
.footer-grid ul li {
        color: #eee;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 4px 0;
    font-weight: 400;
}

/* logo */
a.logo.text-wh {
    font-size: 44px;
}
a.logo:hover {
    color:#fff;
}
.copyright-w3ls {
    background: #191919;
}

/* //logo */

/* copyright */
p.copy-right-grids {
    font-size: 14px;
    letter-spacing: 1px;
}

p.copy-right-grids a {
    color: #ff7f62;
}

p.copy-right-grids a:hover {
    color: #fff;
}

/* //copyright */
/* social-icons */
.w3social-icons ul li {
   display:inline-block;
}

.w3social-icons ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.59);
    -moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.59);
    box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.59);
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 2.6;
	 background: #1578e1;
}

.w3social-icons ul li a:hover {
    -webkit-box-shadow: 0px 0px 13px 2px #ff7f62;
    -moz-box-shadow: 0px 0px 13px 2px #ff7f62;
    box-shadow: 0px 0px 13px 2px #ff7f62;
}

/* //social-icons */
/* //footer */

/* responsive */
@media(max-width: 1680px) {
    .style-banner {
        padding-top: 16em;
    }
}

@media(max-width: 1600px) {
    .style-banner {
        padding-top: 14em;
    }
}

@media(max-width: 1440px) {
    .style-banner {
        padding-top: 12em;
    }

    .mian-content-wthree {
        min-height: 39vw;
    }

    .counter {
        font-size: 4em;
    }
}

@media(max-width: 1366px) {
    h3.title-w3 {
        font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    color: #314337;
    padding: 1px 6px;
    border-left-style: double;
    border-left-color: #b20001;
    }

    .style-banner h3 {
        font-size: 48px;
    }

    .style-banner p {
        font-size: 16px;
    }

    .mian-content-wthree {
        min-height: 0vw;
    }

}

@media(max-width: 1280px) {
    .w3pvtits-services-grids {
        padding: 2em;
    }

    .style-banner {
        padding-top: 11em;
    }

    h3.w3pvt-title {
        font-size: 23px;
    }
}

@media(max-width: 1080px) {
    a.logo.text-wh {
        font-size: 40px;
    }

    .demo>li {
        max-width: 295px;
    }

    p {
        font-size: 15px;
    }

    ul.apps-lists li a {
        padding: 14px 25px;
        font-size: 15px;
    }

    ul.apps-lists li a span {
        font-size: 22px;
    }

    .img-podi-w3ls span {
        font-size: 7em;
    }

    .serv-w3mk {
        padding: 0 .5em;
    }

    .team-img {
        min-height: 280px;
    }

    .mian-content-wthree {
        min-height: 720px;
    }

    p.counter {
        font-size: 2.6em;
    }

    .footer-grid h3 {
        font-size: 20px;
    }

    .counter {
        font-size: 3.5em;
    }

    h3.title-w3 {
        font-size: 34px;
    }

    .agents-w3 {
        width: 22%;
    }

    h3.title-sub {
        font-size: 25px;
    }

    .style-banner h3 {
        font-size: 44px;
    }
}

@media(max-width: 991px) {

    .contact_grid_right input[type="text"],
    .contact_grid_right input[type="email"],
    .contact_grid_right textarea {
        padding: 14px 15px;
        font-size: 13px;
    }

    .contact_grid_right textarea {
        min-height: 160px;
    }

    .demo>li {
        max-width: 215px;
    }

    .serv-w3mk {
        padding: 0 1em;
    }

    .w3pvtits-services-grids {
        padding: 3em;
        max-width: 400px;
        margin: 0 auto;
    }

    .team-img {
        min-height: 330px;
    }

    .style-banner p {
        font-size: 15px;
    }

    .mian-content-wthree {
        min-height: 750px;
    }

    .agents-w3 {
        width: 17%;
    }

    .footer-grid h3 {
        font-size: 22px;
    }

    h3.w3pvt-title {
        font-size: 24px;
    }

    .counter {
        font-size: 3em;
    }

    .middlesection-w3pvt {
        margin-top: 3em !important;
    }

    #logo a {
        font-size: 30px;
    }

    .style-banner {
        padding-top: 9em;
    }
}

@media(max-width: 900px) {
    .agents-w3 {
        left: 4%;
    }

    .img-podi-w3ls span {
        font-size: 5em;
    }
}

@media(max-width: 800px) {
    .agents-w3 {
        width: 22%;
        left: 2%;
    }
}

@media(max-width: 736px) {
    .w3social-icons ul li a {
        font-size: 14px;
        width: 35px;
        height: 35px;
    }
	    ul.dtcg{ display: inline-flex;
    padding: 0 1px 3px;
    margin: 0 2px;
		}
    .demo>li {
        max-width: 240px;
    }

    ul.apps-lists li a {
        padding: 14px 17px;
        font-size: 14px;
    }

    h3.title-w3 {
        font-size: 32px;
    }

    .team-img {
        min-height: 290px;
    }

    .style-banner h3 {
        font-size: 42px;
    }

    .style-banner p {
        font-size: 14px;
    }

    .style-banner {
        padding-top: 8em;
    }

    .mian-content-wthree {
            min-height:320px;
    }

    p.counter {
        font-size: 2.2em;
    }

    .counter {
        font-size: 2.8em;
    }

    h3.title-sub {
        font-size: 23px;
    }

    .style-banner h3 {
        font-size: 38px;
    }
}

@media(max-width: 667px) {
    ul.apps-lists li a {
        padding: 13px 11px;
    }

    ul.apps-lists li a span {
        font-size: 20px;
    }

    a.logo.text-wh {
        font-size: 36px;
    }

    .agents-w3 {
        width: 25%;
    }
}

@media(max-width: 640px) {
    h3.title-w3 {
        font-size: 26px;
    }

    .property-paper {
        text-align: center;
        margin-top: 1em;
    }

    .counter {
        font-size: 2.5em;
    }
}

@media(max-width: 600px) {
    ul.apps-lists li a {
        padding: 13px 9px;
        font-size: 13px;
    }

    ul.apps-lists li a i {
        font-size: 18px;
    }
}

@media(max-width: 568px) {

    ul.apps-lists li {
        display: block;
    }

    ul.apps-lists li a {
        padding: 15px 15px;
    }

    .place-w3 {
        padding: 0 1em;
    }

    .team-img {
        min-height: 340px;
    }

    .home-form-w3ls select.form-control {
        font-size: 14px;
    }

    .home-form-w3ls button {
        font-size: 15px;
    }

    .w3layouts_stats_left {
        padding: 0 1em;
    }

    .agents-w3 {
        width: 30%;
    }

    .img-podi-w3ls {
        top: 48%;
    }

    .popup {
        margin: 5em 1em;
    }

    .agents-w3 {
        width: 30%;
        position: static;
    }
}

@media(max-width: 480px) {
    .demo>li {
        max-width: 202px;
    }

    .style-banner h3 {
        font-size: 32px;
    }

    .style-banner p {
        font-size: 12px;
    }

    .mian-content-wthree {
        min-height: 700px;
    }

    .agents-w3 {
        width: 50%;
    }

    .img-podi-w3ls span {
        font-size: 4em;
    }
}

@media(max-width: 440px) {
    .contact_grid_right textarea {
        min-height: 140px;
    }

    .demo>li {
        max-width: 100%;
    }

    h3.w3pvt-title {
        font-size: 23px;
    }

    h3.title-sub {
        font-size: 21px;
    }
}

@media(max-width: 414px) {
    .style-banner h3 {
        font-size: 30px;
    }

    .style-banner {
        padding-top: 8em;
    }

    .mian-content-wthree {
        min-height: 185px;
    }

    h5.card-title a {
        font-size: 15px;
    }
}

@media(max-width: 384px) {
    .contact_grid_right button {
        padding: 14px 0;
        font-size: 13px;
    }

    .img-podi-w3ls span {
        font-size: 3em;
    }

    .popup p {
        font-size: 15px;
    }

    .w3layouts_stats_left {
        max-width: 100%;
        margin-bottom: 18px;
    }

    h3.title-w3 {
        font-size: 28px;
    }

    .style-banner h3 {
        font-size: 28px;
    }
}

@media(max-width: 375px) {
    h3.title-w3 {
        font-size: 30px;
    }

    .w3pvtits-services-grids {
        padding: 2em;
    }

    .style-banner {
        padding-top: 7em;
    }

    .home-form-w3ls select.form-control {
        font-size: 13px;
    }

    .home-form-w3ls button {
        font-size: 14px;
        padding: 13px 30px;
    }

    .mian-content-wthree {
        min-height: 170px;
    }

    h3.title-w3 {
        font-size: 28px;
    }

    .footer-grid {
        flex: 0 0 100%;
        max-width: 100%;
    }

    p {
        font-size: 14px;
    }

    a.service-btn {
        font-size: 14px;
        padding: 9px 14px;
    }

    #logo a {
        font-size: 28px;
    }
}

@media(max-width: 320px) {
    p.copy-right-grids {
        letter-spacing: 1px;
    }

    .footer-grid ul li a,
    .footer-grid ul li {
        font-size: 15px;
    }

    .contact_grid_right textarea {
        min-height: 120px;
    }

    h3.title-w3 {
            font-size: 16px;
    margin-bottom: 1em !important;
    }

    .team-img {
        min-height: 300px;
    }

    .style-banner h3 {
        font-size: 23px;
    }

    .style-banner p {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .style-banner {
        padding-top: 6.5em;
    }

    .mian-content-wthree {
        min-height: 100px;
    }

    .agents-w3 {
        width: 60%;
    }

    .footer-grid:nth-child(2),
    .footer-grid:nth-child(4) {
        margin-top: 1em;
    }

    .img-podi-w3ls span {
        font-size: 2.5em;
    }

    a.logo.text-wh {
        font-size: 32px;
    }

    .popup {
        padding: 2.5em 1em 1em;
    }

    h5.card-title a {
        font-size: 13px;
    }

    .card-body p {
        font-size: 14px;
    }

    .w3pvtits-services-grids h4 {
        font-size: 22px;
    }

    .home-form-w3ls {
        margin-top: 2em !important;
    }

    .modal-body {
        padding: 0;
    }
}.our-team{
       padding: 20px 15px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    border-left: 12px solid #ffc876;
    border-width: 5px;
}
.our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
  
    border-radius: 50%;
}
.pic img{
 width: 166px;
 height: 166px;
 border-radius: 50%;
 border: 6px solid #f5f5f5;
}
.our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.our-team .post{
     display: block;
    font-size: 15px;
    color: #242c2c;
    text-transform: capitalize;
    margin-bottom: 1px;
    font-weight: bold;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 5px;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #17bebb;
    border: 1px solid #17bebb;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #17bebb;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

.post-slide{
     margin: 0 10px;
    /* background: #da9818; */
    max-height: 330px;
    height: 330px;
    box-shadow: 0px 2px 1px #00000017;
    border-radius: 17px;
    border: 1px solid #000;
}
.post-slide .post-img
{
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
}
.post-slide .post-img img{
       width: 100%;
    height: 100%;
    transform: scale(1,1);
    transition: all 0.30s ease 0s;
    border-top-left-radius: 109px;
    border-top-right-radius: 109px;
    border: 7px solid #efe6da;
    border-radius: 50%;
    margin: 29px 0;
}
.post-slide:hover .post-img img{
   
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    text-align:center;
    background:rgba(68, 67, 64,0.9);
    transition: all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    padding:0;
    margin:0;
    list-style:none;
    position: relative;
    top:45%;
}
.post-slide .post-link li{
    display: inline-block;
    margin-right:10px;
}
.post-slide .post-link li a{
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color:#fff;
    background:#333;
    font-size:20px;
    transform: scale(1,1);
    transition: all 0.20s linear;
}
.post-slide .post-link li a:hover{
    text-decoration:none;
    transform: scale(1.1,1.1);
}
.post-slide .post-review{
    padding: 0px 0 0;
    overflow: hidden;
}
.post-slide .post-title{
    margin-top: 50px;
}
.post-slide .post-title{
    display: block;
    color: #333;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    transition: all 0.50s ease 0s;
    padding: 7px 0 0;
}
.post-slide .post-title a{
    text-decoration: none;
    color:#0c558c;
}
.post-slide .post-info{
    list-style:none;
    padding:10px 0 0 0;
    margin:0 0 7px 0;
    text-align:center;
    border-top:1px solid #d3d3d3;
}
.post-slide .post-info li{
    display: inline-block;
    margin-right: 13px;
}
.post-slide .tag-info{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
    border-bottom:1px solid #d3d3d3;
}
.post-slide .tag-info li{
    list-style:none;
    display: inline-block;
}
.post-slide .tag-info li a{
    color:#808080;
    text-transform:capitalize;
}
.post-slide .tag-info li a:hover{
    color:#1f80bb;
    text-decoration:none;
}
.post-slide .post-description{
    color: #000;
    font-size: 13px;
    padding: 5px 18px;
    line-height: 20px;
    text-align: center;
}
.post-slide .read-more{
    color:#333;
    float: right;
    font-weight: bold;
    margin-right:25px;
    text-transform:capitalize;
}
.post-slide .read-more:hover{
    color:#1f80bb;
    text-decoration:none;
}
#teacher-info
{margin:1em 0;}
@media only screen and (max-width: 990px) {
    .post-slide .post-info li { margin-right: 5px; }
    .owl-theme .owl-buttons div{ display:none; }
}
@media only screen and (max-width: 767px) {
    .post-slide .post-link li a{
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size:13px;
    }
    .post-slide .post-title a{
        font-size:14px;
    }
    .ips_right ul li {
        display: block;
        color: #fff;
        float: left;
    }
	header {
    background: #ffffffe8;
    border-bottom: 0px solid #e4e4e4;
    position: relative;
    width: 100%;
    z-index: 999999;
	min-height:110px;
	}
	.school_logo h4 {
	font-size: 26px;
    width: 76%;
	}
	.school_logo {
    display: block;
    width: 100%;
	}

	
}
.w3ls-bnrbtm
{ min-height:400px;}

@media only screen and (max-width:767px) {
   
    .footer-contact {
        padding: 3em 10px 10px;
    }

    .logo {
        position: relative;
    }
    .inner_block {
        margin: 2em 0 1em;
    }
    #demo {
        margin: 10px 0 0px 0;
    }
    .carousel-caption {
        position: absolute;
        /* right: 15%; */
        bottom: 17px;
        left: 0;
        z-index: 10;
        padding-top: 3px;
        padding-bottom: 4px;
        color: #040404;
        text-align: center;
        background: #efede2;
        width:auto;
        border-right: 10px solid #314337;
        padding-left:5px;
        padding-right:5px;
    }
    .carousel-caption h3 {
    font-size: 16px;
}
}

.msg_rounded
{    border-radius: 2px;
    min-height: 100px;
    margin: 10px 0;
    background: #ffffff33;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
}
.image_outer_container{
          margin-top: 11px;
    margin-bottom: auto;
    border-radius: 50%;
    position: relative;
       }

       .image_inner_container{
       	border-radius: 50%;
       	padding: 5px;
        background: #833ab4; 
        background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4); 
        background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
       }
       .image_inner_container img{
       	height: 140px;
       	width: 140px;
       	border-radius: 50%;
       	border: 5px solid white;
       }

       .image_outer_container .green_icon{
         background-color: #4cd137;
         position: absolute;
         right: 30px;
         bottom: 10px;
         height: 30px;
         width: 30px;
         border:5px solid white;
         border-radius: 50%;
       }
	   
	   .profile h4
{
	    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #f52043
}
.profile .border_m
{       border-bottom: 1px solid #f52043;
    width: 13%;
    margin-bottom: 23px
}

#my-profile
 {
           position: absolute;
    z-index: 99999;
    top: 30%;
    
    background: #b85f1d;
    width: 123px;
    height: 37px;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    right: 0px;
    color: #fff;
    font-size: 13px;
    border: 2px solid #ffffff;
    position: fixed;
  }
  #my-profile i
  {padding-right:5px;}
 
  #teacher-profile i
  {padding-right:5px;}
  #teacher-profile
  {
    
    z-index: 9999;
    top: 42%;
    background: #167ac6;
    /* width: 87px; */
    height: 37px;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    right: 0px;
    color: #fff;
    font-size: 13px;
    border: 2px solid #ffffff;
    position: fixed;
    padding: 0 15px;
      }
 .opened {
    opacity: 1;
    z-index: 100;
    transition: all .3s linear;
}
.overlays.opened {
    
    width: 300px;
    height: 300px;
    position: fixed;
    top: 0;
    left: 0;
}
.nav-footer 
{ text-align:right !important;}
.nav-footer #btnclose
{ margin-left:10px}
.nav-footer #aclose
{ margin-left:10px}
.nav-footer .btn
{
        padding: 3px 6px;
    font-size: 14px;

    }
.staff-nav
{
      position: fixed;
    max-height:260px;
    background-color: #fff;
    top: 28%;
    right: -100%;
    width: 280px;
    z-index:99999;
    transition: right .7s;
    -webkit-transition: right .5s;
    }
    .staff-nav.opened {
    right: 0;
}
.staff-nav > .nav-top > .nav-avatar {
    width: 100%;
    height: 100%;
    display: flex;
}
.staff-nav > .nav-top > .nav-avatar > .myimg > .myavatar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.staff-nav > .nav-top > .nav-avatar > .myimg {
       position: relative;
    width: 32px;
    height: 32px;
    margin-top: 6px;
}
.staff-nav > .nav-top > .nav-avatar > .myname {
       margin-left: 10px;
    font-size: 16px;
}
.staff-nav > .nav-top > .nav-avatar > .myimg > .myavatar > img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.staff-nav > .nav-top > .nav-avatar > .myimg > .myavatar > img:hover {
    opacity: .5;
}
.staff-nav.opened {
    right: 0;
}

.staff-nav > .nav-top {
       
    background: #167ac6;
    padding: 0px 15px;
    color: #fff;
    line-height: 44px;
    font-size: 20px;}
.staff-nav > .nav-footer {
      height: 60px;
    padding: 5px 19px 4px;
}
.staff-nav > .nav-body {
       padding: 14px 20px;
    width: 100%;}
.btn-nav-close {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
    z-index: 500;
    color: #fff;
    font-size: 15px;
}



.slidable-nav {
    position: fixed;
    top: 18%;
    max-height:260px;
    background-color: #fff;
 
    right: -100%;
    width: 280px;
    z-index:99999;
    transition: right .7s;
    -webkit-transition: right .5s;
}
.slidable-nav > .nav-top > .nav-avatar {
    width: 100%;
    height: 100%;
    display: flex;
}
.slidable-nav > .nav-top > .nav-avatar > .myimg > .myavatar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.slidable-nav > .nav-top > .nav-avatar > .myimg {
       position: relative;
    width: 32px;
    height: 32px;
    margin-top: 6px;}
.slidable-nav > .nav-top > .nav-avatar > .myname {
       margin-left: 10px;
    font-size: 16px;
}
.slidable-nav > .nav-top > .nav-avatar > .myimg > .myavatar > img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.slidable-nav > .nav-top > .nav-avatar > .myimg > .myavatar > img:hover {
    opacity: .5;
}
.slidable-nav.opened {
    right: 0;
}
.slidable-nav > .nav-top {
         background: #b85f1d;
    padding: 0px 15px;
    color: #fff;
    line-height: 43px;
    font-size: 20px;}
.slidable-nav > .nav-footer {
      height: 60px;
    padding: 5px 19px 4px;
}
.slidable-nav > .nav-body {
    padding: 18px 20px;
    width: 100%;}
.btn-nav-close {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10px;
    z-index: 500;
    color: #fff;
    font-size: 15px;
}

.nav-status {
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: 0;
    right: 0;
    z-index: 100;
    border: 2px solid #fff;
    border-radius: 50%;
}
.nav-status.online {
    background-color: #4de54d;
}


.btn-outline {
    background: #fff;
    border-radius: 0px;
}
.text-info {
    color: #46b8da;
}
.b-r-0 {
    border-radius: 0px;
}
.box-outline {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 2px solid #ddd;
    box-shadow: none;
}

.android-learning {
       position: fixed;
    z-index: 9999;
    right: 0;
    top: 72%;
    background: #d7d34e;
    padding: 10px;
    text-align: -webkit-center;
   
    width: 17%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.android-learning p {
    color: #000;
    padding-bottom: 10px;
    font-size:13px;
}
.android-learning img {
    width:65%;
}
 
 @media(max-width: 768px) {.android-learning {
        width:52%;
    }
    }

@media(max-width: 736px) {
    
    .android-learning {
        width:52%;
    }
}

