  /******************************************
IMPORT
******************************************/

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-email:before {
    content: "\f100";
}

.flaticon-map-with-position-marker:before {
    content: "\f101";
}

.flaticon-share:before {
    content: "\f102";
}

.flaticon-html5:before {
    content: "\f103";
}

.flaticon-black-graduation-cap-tool-of-university-student-for-head:before {
    content: "\f104";
}

.flaticon-computer-tool-for-education:before {
    content: "\f105";
}

.flaticon-download-business-statistics-symbol-of-a-graphic:before {
    content: "\f106";
}

.flaticon-arrows:before {
    content: "\f107";
}

.flaticon-monitor-tablet-and-smartohone:before {
    content: "\f108";
}

.flaticon-css-3:before {
    content: "\f109";
}

.flaticon-online-course:before {
    content: "\f10a";
}

.flaticon-coffee-cup:before {
    content: "\f10b";
}

.flaticon-add:before {
    content: "\f10c";
}

.flaticon-html-coding:before {
    content: "\f10d";
}


/******************************************
SKELETON
******************************************/

body {
    background-color: #f6f6f6;
    line-height: 1.6;
    font-size: 15px;
    color: #a2a2a2;
}

body,
p,
li,
a {
    font-family: 'Roboto', sans-serif;
}

.course-details h4 a,
.readmore,
.testimonial strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

.cop-logo img,
a {
    color: #4176d6;
    text-decoration: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.check li {
    list-style: none;
    margin-bottom: 8px;
}

.check li:last-child {
    margin-bottom: 0;
}

.check {
    margin-left: 0;
    padding-left: 0
}

.check li a {}

.authorbox,
blockquote {
    border: 0;
    margin: 30px 0;
    position: relative;
    padding: 4rem 3rem;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
    border: 1px solid #eaeaea;
    background-color: #f6f6f6;
}

blockquote:after {
    content: "\f10e";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0px;
    color: #f6f6f6;
    font-size: 24px;
    right: 10px;
}

blockquote:before {
    content: "\f10d";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    color: #f6f6f6;
    font-size: 24px;
    left: 10px;
}


/******************************************
HEADER
******************************************/

.topbar {
    background-color:#1d396b;
    margin-bottom: 0px;
    padding: 1px 0 1px;
}

.topbar a,
.topbar p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.topbar .text-left p {
    margin-top: 3px;
}

.topbar .text-left i {
    padding-right: 3px;
}

.header {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    background-color: white;
    text-decoration: 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;
}

.header.without-topbar {
    padding: 10px 0;
}

.header-normal {
    position: relative;
    padding: 0 0 24px;
    background-color: #fff;
}

.header-normal .navbar-default .nav>li>a {
    color: #1d396b !important;
}

.header.affix {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: white;
    left: 0;
    padding: 2px 0;    border-bottom: 4px solid #5483d7;
    right: 0;
    
}


.header.header-normal.affix {
    background-color: #ffffff;
}

.header.affix .topbar {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.navbar-default {
    margin: 0;
    background-color: transparent;
    background: none;
    border: 0;
}
.navbar-default .nav>li>a{
    color:#4176d6!important;
}

.navbar-default .nav>li>a:hover {
    color: #1d396b !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.navbar-nav .has-submenu .dropdown-menu li a {
    padding: 14px 20px;
}
.navbar-nav li:hover{
    background-color: #049de0;
}

.navbar-default .dropdown-menu {
    box-shadow: none;
}
.navbar-txt{
    color: #4176d6!important;
}

.navbar-default .dropdown-menu li a {
    color: #222;
    font-size: 14px;
}

.navbar-default .fa-angle-right {
    position: absolute;
    right: 30px;
}

.navbar-brand img {
    margin: 0 !important;
}

.social a {
    font-size: 12px;
    color: #000 !important;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    width: 25px;
    text-align: center;
    border-radius: 1px;
    margin-left: 2px;
    height: 25px;
    line-height: 25px;
}

.social a:hover {
    opacity: 0.8;
    color:#fec601!important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}

.navbar-brand {
    padding: 5px 10px 0 0;
}

.social a.facebook {
    background-color: #3b5998;
}

.social a.pinterest {
    background-color: #bd081c;
}

.social a.twitter {
    background-color: #1da1f2;
}

.social a.google {
    background-color: #34a853;
}

.social a.linkedin {
    background-color: #0077b5;
}

.modal {
    top: 15%;
    margin: -20px auto;
}

.modal-backdrop.in {
    opacity:0;
    background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
}

.modal-header {
    border-bottom: 0;
    padding: 15px;
    background-color:#4176d6;
}

.modal-content {
    background-clip: padding-box;
    background-color: white;
    border: 5px;
    border-radius: 6px;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
}

.modal .close {
    font-size: 13px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 27px;
    width: 40px;
    z-index: 111;
    transform: rotate(315deg);
}

.close,
.close:focus,
.close:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.modal .form-control {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    font-family: sans-serif;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
    border-bottom: 1px solid #222;
    height: 70px;
    padding-left: 0;
}

.iconitem a {
    padding-left: 8px !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    /* color: #000; */
    text-shadow: 0 1px 0 #fff;
    /*filter: alpha(opacity=20);*/
    opacity: .2;
    background: transparent;


}
.close:focus{
    box-shadow:none!important;
    border:none!important;

}
.modal .close {
    font-size: 18px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 27px;
    width: 40px;
    text-decoration: none;
}
.modal-header .close {
    margin-top: -17px;
}
button.close {
        -webkit-appearance: none;
    padding: 0;
    /* cursor: pointer; */
    background: transparent;
    border: 0;
}

/******************************************
MEGA MENU
******************************************/
.free_sp{margin-bottom: 20px!important;}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown.yamm-fw {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown.yamm-fw .dropdown-menu {}

.yamm .dropdown {
    position: relative;
}

.hassubmenu .dropdown-menu,
.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
    left: auto;
    right: auto;
}

.yamm h4 {
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.yamm .dropdown-menu ul {
    padding: 0 !important;
    list-style: none;
}

.yamm .dropdown-menu li {
    padding: 0px;
    margin: 10px 0;
}

.yamm .dropdown-menu li a {
    padding: 0 !important;
    color: #848484;
}

.yamm .dropdown-menu li:hover a {
    padding-left: 10px !important;
    background-color: transparent;
}

.yamm-fw .dropdown-menu li:hover a {
    padding-left: 0 !important;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 30px;
    min-width: 200px;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #ddd;
    background-color: #fff !important;
    margin-top: 24px;
    padding: 20px 30px;
}

.header.affix .yamm .dropdown .dropdown-menu {
    margin-top: 15px !important;
}

.yamm .dropdown .dropdown-menu .show-left {
    margin-top: 0
}

.yamm ul {
    padding: 0;
}

.menu-widget {
    padding: 0 10px;
}

.menu-widget img {
    border-radius: 6px 6px 0 0;
}

.menu-widget small {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.menu-widget h5,
.menu-widget h5 a {
    font-size: 16px !important;
    font-weight: 700;
    margin: 0 !important;
    padding: 10px 0 5px !important;
    color: #000 !important;
}

.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button {
    border-radius: 0 !important;
    font-size: 13px !important;
    border: 1px solid #fff;
    font-weight: bold;
    color: #ffffff !important;
    display: block;
    background-color: #111;
    padding: 5px 20px !important;
    max-width: 140px;
    margin: 10px auto 0;
    text-transform: capitalize;
}


/******************************************
PAGES
******************************************/

.page-title h3 {
    margin-bottom: 10px !important;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: #aaa;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb>li a,
.breadcrumb>li+li::before,
.breadcrumb>.active {
    color: #aaa;
}

.section.cb .breadcrumb>li a,
.section.cb .breadcrumb>li+li::before,
.section.cb .breadcrumb>.active {
    color: #fff;
}

.section.cb {
    padding: 40px 0 !important;
}

.section.cb .breadcrumb {
    margin-top: 10px;
}

.section.cb h3 {
    font-size: 24px;
    padding: 0 !important;
    margin: 0 !important;
}

.breadcrumb>li+li::before {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
    padding: 0 6px 0 3px;
}

.tags-widget a {
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 14px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination {
    margin: 0;
}

.pager {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #eeeeee !important;
    color: #999;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
}

.pager li>a,
.pager li>span {
    background-color: #2c2f33;
    border: 1px solid #2c2f33;
    color: #fff;
    float: none;
    line-height: 1.42857;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pager i {
    font-size: 13px;
    vertical-align: baseline;
}


/******************************************
EVENTS
******************************************/

.event-title.tagline-message h3 {
    font-size: 64px;
}

.event-title p {
    font-size: 18px;
    padding: 10px 0 20px;
}

.event-boxes .box {
    padding: 10px;
}

.event-desc {
    padding: 20px 20px 10px;
}

.box .event-desc h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
}

.box .event-desc small {
    background-color: #111;
    color: #ffffff;
    padding: 0 10px;
}

.teammembers img {
    width: 100%;
}

.teammembers:hover {
    cursor: pointer;
}

teammembers .magnifier {
    overflow: hidden;
}

.teammembers .magnifier p {
    padding-bottom: 10px;
}

.teammembers:hover .magnifier,
.entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.teammembers {
    overflow: hidden;
    position: relative;
}

.visible-buttons1 {
    visibility: hidden;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    bottom: -50%;
    left: 0;
    right: 0;
    padding: 50px 20px 40px;
    position: absolute;
    text-align: center;
}

.visible-buttons1 h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.teammembers .magnifier {
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    top: 0 !important;
}

.entry:hover .visible-buttons1 {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}

.teambuttons p {
    color: #ffffff;
    padding: 0 30px 10px;
}

.teammembers .social-links i {
    color: #ffffff;
}

.teammembers .social-links a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    width: 30px;
    font-size: 20px;
}

.teamdesc {
    border: 1px solid #eee;
    padding: 30px 30px;
}

.teamdesc h4 {
    padding: 0;
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
}

.teamdesc p {
    display: block;
    font-style: italic;
    padding-bottom: 0;
    margin: 0;
}


/******************************************
CONTACT
******************************************/

.contactv2 {
    margin: 60px 0;
}

.small-box i {
    font-size: 54px;
    color: #232323;
    display: block;
}

.small-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    padding: 0;
    line-height: 1;
}

.small-box small {
    font-size: 18px;
    margin: 5px 0;
    display: block;
}

.small-box a {
    margin-top: 15px;
    display: block;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 16px;
}

.big-contact-form .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: black;
}

.big-contact-form textarea {
    height: 120px !important;
}

.big-contact-form .form-control::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.big-contact-form .form-control:-ms-input-placeholder {
    color: #b9b9b9;
}

.big-contact-form .form-control::-webkit-input-placeholder {
    color: #b9b9b9;
}

#map {
    height: 350px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mapv2 {
    padding: 10px;
    background-color: #f0f1f2;
    border: 1px solid #eee;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}


/******************************************
SECTIONS
******************************************/

.event-section {
    height: 100vh;
    height: 100%;
    padding: 30rem 0;
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.boxed {
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
    padding: 8rem 4rem 4rem;
    background-color: #ffffff;
    margin-top: -60px;
}

.boxed.boxedp4 {
    padding-top: 4rem;
}

.section {
    background-color: #ffffff;
    padding: 3rem 0;
    position: relative;
    display: block;
}

.section-title {
    margin-bottom: 45px;
}

.text-widget h3,
.section-title h3 {
    margin: 0 0 25px;
    padding: 0;
    line-height: 1;
    font-size: 30px;
    font-weight: 700;
}

.section-title p {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
 
}

.section.gb {
    background-color: #f6f6f6;
}
.section.rb {
    background-color: #1d396b;
}
.section.db {
    background-color: #9dbdf7;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
   background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 0.5);
}

.video-section {
    position: relative;
}

.slider-bottom {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px;
    z-index: 11;
    right: 0;
    margin: auto;
    text-align: center;
}

.slider-bottom i {
    display: block;
    font-size: 14px;
    padding: 10px;
}

.home-text-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 900px;
    position: relative;
    text-align: center;
    z-index: 11;
}

.home-content {
    position: relative;
}

.home-message {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.home-message p {
    font-size: 54px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.home-message small {
    font-size: 16px;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
    display: block;
    padding: 20px 0 35px;
    margin: 0;
}

.nopadtop {
    padding-top: 0 !important;
}

.box {
    background-color: #f6f6f6;;
    padding: 4rem;
    position: relative;
    z-index: 11;
    padding-bottom: 0px;
}
.boxser {
    background-color: #f6f6f6;;
    padding: 1rem;
    position: relative;
    z-index: 11;
}
.box p {
    padding: 0;
    margin-bottom: 15px;
}

.box i {
    margin-bottom: 30px;
    display: inline-block;
    line-height: 1;
    font-size: 46px
}

.box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0;
}

.m30 {
    margin-top: -60px;
}

.readmore {
    font-weight: 700;
    font-size: 15px;
}

.readmore:after {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
}

.image-box {
    position: relative;
}

.image-box .overlay {
    background-image: none;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.image-box img {
    width: 100%;
}

.image-box h4 a,
.image-box h4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    margin: -7px auto;
    color: #ffffff;
}

hr.invis {
    border: 0;
    margin: 10px 0;
}

/******************************************
MAY I HELP
******************************************/

.mayi{
    box-shadow: 0 3px 3px 0 #4176d6, 0 3px 20px 0 #4176d6;
}



/******************************************
COURSE MODULES
******************************************/

.course-box {
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

.course-box img {
    border-radius: 6px 6px 0 0;
    width: 100%;
}

.course-details {
    padding: 3rem 2rem;
}

.course-details h4 {
    font-size: 18px;
    padding: 0 0 1.5rem;
    font-weight: 700;
    margin: 0;
}

.course-box small {
    display: block;
    font-size: 80%;
    margin-bottom: 10px;
}

.course-details p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.course-footer ul {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.course-footer a {
    color: #aaa;
}

.course-footer i {
    padding-right: 3px;
}

.course-footer {
    border-top: 1px solid #eaeaea;
    padding: 15px;
}

.course-footer .pull-right a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-family: Arial
}

.entry {
    position: relative;
}

.magnifier {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    right: 0;
    opacity: 0;
    top: 0;
    background-color: rgba(1, 186, 207, 0.8);
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.entry:hover .magnifier {
    opacity: 1;
    z-index: 1000;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    position: absolute;
    visibility: visible;
}

.magnifier a {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: -20px auto;
    font-size: 30px;
    color: #fff !important;
}
 .mar_l{
    margin:auto;float:left;text-align:center;font-size: 20px;
}
.smico:hover{
    color: #4176d6!important;
}

/************************************
WIDGETS
************************************/

.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .widget-title {
    font-weight: 400;
    color: #000000;
    font-family:Calibri;
}
.sidebar .widget-title1 {
    font-weight: 400;
    color: #000000;
    font-family:Calibri;
}
.sidebar .tags-widget li {
    margin-bottom: 10px;
}

.sidebar .widget .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: #b9b9b9;
}

.sidebar .newsletter-widget .form-control {
    min-width: 260px;
    margin-bottom: 0;
    height: 48px;
}

.sidebar .alignleft {
    float: left;
    margin-right: 20px;
}

.sidebar .mt-0 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 0;
}

.sidebar .media {
    display: block;
    margin-bottom: 30px;
}

.sidebar .media:last-child {
    margin-bottom: 0;
}


/************************************
BLOG
************************************/

.site-publisher img {
    float: left;
    margin: 0 20px 0 0;
    max-width: 60px;
}

.authorbox img {
    margin: 10px 30px 0 0;
    min-width: 130px;
}

.site-small-desc h4,
.site-publisher h4 {
    font-weight: 700;
    margin: 5px 0 15px;
    padding: 0;
}

.authorbox {
    background-color: #ffffff;
}

.authorbox p {
    margin-top: 10px;
    color: #b9b9b9;
}

.authorbox small {
    text-transform: capitalize;
    font-style: normal;
    padding-right: 5px;
}

.about-message small {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.small-about-message .small-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.user_name {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
}

.media-right,
.media>.pull-right {
    color: #999 !important;
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: 10px;
    text-transform: uppercase;
}

.boxed-comment {
    border: 1px solid #eee;
    padding: 3rem;
    margin-top: 6rem;
    display: block;
}

.comments-list .media {
    padding: 15px;
    margin-bottom: 15px;
}

.media-body .btn-primary {
    padding: 5px 10px !important;
    font-size: 11px !important;
}

.last-child {
    margin-bottom: 0 !important;
}

.comments-list img {
    max-width: 80px;
    margin-right: 30px;
}

.authorbox-social li a {
    color: #999;
}

.authorbox-social ul {
    padding: 10px 0;
    margin-bottom: 0;
}

.authorbox {
    margin-bottom: 30px;
}

.authorbox img {
    min-width: 130px;
    margin: 10px 30px 0 0 !important;
}

.blog-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-meta .list-inline li span {
    font-style: italic;
    color: #999;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    padding-right: 5px;
}

.blog-meta h3 {
    padding: 0;
    margin: 10px 0;
    font-size: 30px;
    font-weight: 700;
}

.blog-meta small,
.blog-meta .list-inline li,
.blog-meta .list-inline li a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.blog-meta .list-inline li {
    color: #b9b9b9;
    letter-spacing: 0;
}

.blog-media img {
    width: 100%;
}

.blog-media {
    display: block;
    margin: 25px 0;
}

.blog-desc-big .lead {
    color: #000000;
    font-weight: 600;
}

.blog-desc-big .btn {
    margin-top: 15px;
}

.image-wrap img {
    width: 100%;
}
.image-wrap img:hover {
box-shadow:0 1px 1px 0 #4176d6, 0 1px 8px 0 #4176d6;
}
.image-wrap:after {
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #111;
    right: 0;
}
.image-wrap7:hover {
box-shadow:0 1px 1px 0 #4176d6, 0 1px 8px 0 #4176d6;
}

.blog-box {
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    border: 1px solid #eaeaea;
}

.blog-box .magnifier {
    border-radius: 6px 6px 0 0;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.blog-box img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.post-meta {
    padding: 15px 30px 10px;
    margin-top: -5px;
    border-top: 1px solid #eaeaea;
    line-height: 1;
}

.post-meta a {
    font-size: 13px;
    color: #aaa;
}

.post-meta .list-inline>li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
}

.post-meta li:last-child:after {
    content: ""
}

.blog-desc {
    padding: 3rem 2rem;
    display: block;
    position: relative;
}

.blog-desc h4 a,
.blog-desc h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0;
    color: #000000;
}

.blog-desc p {
    padding: 0;
    margin: 0;
}

.stat-count h3,
.stat-count h4 {
    color: #ffffff;
}

.stat-count h4 {
    font-size: 44px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.stat-count h3 {
    padding: 30px 0 25px;
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

.stat-count h3 i {
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

.stat-count p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
}

.blog-grid .col-md-6,
.blog-grid .col-md-4 {
    margin-bottom: 30px
}


/******************************************
TESTIMONIAL
******************************************/

.testimonial {
    border: 1px solid #eaeaea;
}

.testimonial p {
    font-style: italic;
    margin-bottom: 0;
}

.testimonial p.testiname {
    font-style: normal;
    font-size: 18px;
    display: block;
    padding-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.testimonial p.testiname strong {
    font-weight: 600;
    letter-spacing: -0.6px;
}

.testimonial img {
    margin-right: 10px;
    max-width: 40px;
}

.testimonial:after {
    content: "\f10e";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0px;
    color: #f6f6f6;
    font-size: 21px;
    right: 10px;
}

.testimonial:before {
    content: "\f10d";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    color: #f6f6f6;
    font-size: 21px;
    left: 10px;
}

.testimonial .rating {
    margin-top: 20px;
}

.rating {
    display: block;
}

.rating i {
    color: #f4af0b !important;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
    display: inline-block;
    font-size: 15px;
}

.p120 {
    padding-bottom: 120px !important;
}

.section.lb {
    border-top: 1px solid #eee;
}

.tagline-message h3 {
    padding: 0;
    font-size: 44px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    padding-top: 170px;
}

.section.lb .tagline-message h3,
.section.gb .tagline-message h3 {
    color: #000;
}

.callout h3 {
    font-size: 90px;
    line-height: 90px;
    margin-top: 0;
    color: #ffffff;
    font-weight: 900;
}

.callout h4 {
    color: #ffffff;
}

.callout h3 sup {
    font-size: 34px;
    top: -0.2em;
    vertical-align: super;
}

.callout .lead {
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    line-height: 36px;
    padding: 30px 8px 0;
}

.p40l {
    padding-left: 4rem;
}

.custom-module h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0 10px;
    padding: 0;
}


.custom-module mark {
    line-height: 1;
    color: #ffffff;
    padding: 0 10px;
}

.custom-module p {
    padding: 0;
    margin: 0;
}


/******************************************
SHOP
******************************************/

.shop-top {
    margin-bottom: 30px;
    padding: 20px 0;
    display: block;
}

.shop-top p,
.shop-box.course-details h4 {
    padding: 0;
    margin-bottom: 0;
}

.shop-wrapper {
    border: 0;
}

.shop-wrapper .course-details {
    padding: 2rem;
}

.shop-wrapper.course-box small {
    margin-bottom: 0;
    margin-top: 5px;
}

.shop-grid .col-md-3 {
    margin-bottom: 30px;
}

.btn-group.open .dropdown-toggle,
.bootstrap-select>.dropdown-toggle {
    background: #ffffff none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #b9b9b9 !important;
    padding: 0;
    border: 0 !important;
    outline: none;
    width: 100%;
    z-index: 1;
}

.shop-desc small {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.shop-meta {
    display: block;
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 3px solid #f6f6f6;
    border-bottom: 3px solid #f6f6f6;
}

.shop-meta ul {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
}

.shop-media .image-wrap::after {
    display: none;
}

.shop-extra {
    margin-top: 40px;
    padding: 60px 60px 40px;
    border: 3px solid #f6f6f6;
}

.shop-extra .nav-tabs>li>a {
    background-color: #ffffff !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0;
    font-weight: 700;
    outline: none !important;
    font-size: 17px;
    line-height: 1.42857;
    padding: 10px 30px;
    box-shadow: none !important;
    margin-right: 15px;
}

.shop-extra .nav-tabs {
    border-bottom: 3px solid #f6f6f6 !important;
}

.shop-extra .nav-tabs>li:hover a,
.shop-extra .nav-tabs>li.active a {
    border-bottom-color: #111 !important;
}

.shop-extra .tab-content {
    padding: 40px 0 30px;
}

.shop-extra strong {
    color: #000000;
}

.shop-extra .tab-content h3 {
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
}

.shop-extra .form-control {
    margin-bottom: 20px;
}

.related-products {
    display: block;
    margin-top: 80px;
}

.related-products .text-widget h3 {
    font-size: 20px;
    padding-bottom: 10px;
}


/******************************************
FOOTER
******************************************/

.section.footer {
    padding: 4rem 0;
    background-color: #1d396b;
}

.social-links i {
    color: #aeaeae;
}

.widget-title {
    color: #ffffff;
    font-size: 17px;
    padding: 0 0 20px;
    margin: 0;
    line-height: 1;
}
.title1w {
    color: #ffffff;
    font-size: 17px;
    padding: 0 0 0px;
    margin: 0;
    line-height: 1;
    font-style:normal;
}
.small-title {
    color: #000;
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;

}

.copyrights {
    background-color: #131313;
    border-top: 1px solid #181818;
    padding: 10px 0;
    height:40px;
    font-size:;
}

.copyrights li a {
    color: #aaa;
}

.copyrights ul {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}

.copyrights ul li {
    line-height: 1;
    font-size: 15px;
    margin: 0 0 0 8px !important;
}

.cop-logo img {
    margin-top: 9px;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.cop-logo img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.newsletter-widget .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 280px;
}

.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}

.newsletter-widget p {
    margin-bottom: 30px;
}

.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer .list-widget li {
    margin: 0 0 5px !important;
}

.footer .tags-widget li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer .form-control,
.footer p,
.footer a {
    color: #aaa;
}

.footer a:hover {
    color: #ffffff;
}

.absolute-widget {
    border-top: 0 none;
    display: block;
    margin-top: -45%;
    padding: 6rem 4rem;
    position: relative;
    background: url(upload/formbg.jpg) no-repeat top center #161616;
}

.absolute-widget .form-control {
    background-color: transparent;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    padding-bottom: 15px;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}

.absolute-widget textarea.form-control {
    height: 100px;
}

.absolute-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.absolute-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.absolute-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}


/******************************************
BUTTONS
******************************************/

.btn {
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #fff;
    font-weight: bold;
    color: #000 !important;
    padding:10px 30px;
    text-transform: capitalize;border-radius: 16px;
}

.btn-transparent {
    color: #ffffff;
    border: 1px solid #fff;
}
.bttn{
    background-color: #ffc602;
    border-color: #1d396b!important;

}
.bttn:hover{
    background-color: #4176d6;
}
.new-label7 {
            font-size: 0.85em;
            color: #FFF;
            background: #1d396b;
            text-transform: uppercase;
            padding: 9px;
            text-align: center;
            display: block;
            min-width: 70px;
            position: absolute;
            z-index: 1;
            margin-left: 120px;
        }
        .new-label7:hover{
           background: #049de0; 
           color: #FFF;
        }


/************************************
MICS
************************************/

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1100;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 47%;
    width: 65px;
    height: 65px;
    background: center center no-repeat none;
    background-size: 65px 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}


/******************************************
COLOR BLUE
******************************************/

.yamm .dropdown .dropdown-menu {
    border-top-color: #01bacf;
}

.iconitem a.shopicon i {
    color: #01bacf !important;
}

.shop-desc small,
.shop-meta a,
.authorbox small,
blockquote:before,
blockquote:after,
.blog-meta small a,
.small-box i,
.copyrights ul li:hover a,
.footer .readmore,
.breadcrumb>li a,
.yamm h4,
.yamm-content li:hover a,
.yamm .hassubmenu li:hover a,
.check li:before,
.stat-count h3,
.blog-desc h4:hover a,
.post-meta li:after,
.course-box small,
.course-details h4:hover a,
.course-footer i,
a:hover,
a:focus,
.box i,
.topbar .text-left i {
    color: #01bacf;
}

.shop-extra .nav-tabs>li:hover a,
.shop-extra .nav-tabs>li.active a,
.modal .form-control,
.form-control:focus,
.btn-transparent {
    border-color: #bedffd !important;
}

.cb,
.box .event-desc small,
.pagination a,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.tags-widget a,
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button,
mark,
.bgcolor1,
.image-wrap:before,
.image-wrap:after,
.btn-primary {
    border-color: #01bacf;
    background-color: #01bacf;
    box-shadow: inset 0 0 0 0 #00a8bd;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.pagination a:hover,
.tags-widget a:hover,
.btn-primary:hover {
    color: #ffffff !important;
    box-shadow: inset 0 100px 0 0 #00a8bd;
    border-color: #00a8bd;
}


/******************************************
COLOR GREEN
******************************************/

.menu-widget small,
.course-footer .pull-right a {
    color: #82b440;
}

.btn-default {
    border-color: #82b440;
    background-color: #82b440;
    box-shadow: inset 0 0 0 0 #74a632;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default:hover {
    box-shadow: inset 0 100px 0 0 #74a632;
    border-color: #74a632;
}


/******************************************
RESPONSIVE
******************************************/

@media (max-width: 992px) {
    .p120 {
        padding-bottom: 8rem !important;
    }
    .boxed {
        margin-top: 4rem;
    }
    .blog-box,
    .testimonial,
    .stat-count {
        margin: 30px 0;
    }
    .m30 {
        margin-top: 30px;
    }
    .absolute-widget {
        background-image: none;
    }
    .sidebar {
        margin-top: 30px;
    }
    .container {
        min-width: 100% !important;
    }
    .footer .widget {
        margin: 30px 0;
    }
}

@media (max-width: 768px) {
    .shop-extra .nav-tabs>li>a,
    .shop-extra .nav-tabs>li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    .shop-extra {
        padding: 30px 10px;
    }
    .home-message p {
        font-size: 28px;
    }
    .topbar .text-left {
        text-align: center;
    }
    .authorbox img {
        float: none;
        margin: 0 0 30px !important;
        min-width: 100px;
    }
    .media-left,
    .media>.pull-left {
        display: block;
        float: none;
        margin: 0 0 30px;
        padding-right: 10px;
    }
}

@media (max-width: 468px) {
    .blog-meta h3 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .yamm-fw {
        position: relative;
    }
    .hassubmenu:hover>ul,
    .yamm-fw:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .hassubmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .yamm-fw .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .hassubmenu>ul,
    .yamm-fw>ul {
        position: absolute;
        top: 160%;
        visibility: hidden;
        display: block;
        opacity: 0;
    }
    .yamm-fw>ul li {
        position: relative;
    }
    .yamm-fw>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
}

@media (max-width: 1200px) {
    .nav>li>a {
        padding: 1em 0.7em;
    }
}

.stynew{
     font-size:17px;
     font-family:Calibri; 
     text-align:justify; 
     color:black
}
.styrig{
     font-size:17px;
     font-family:Calibri; 
     text-align:center; 
     color:black
}
.stynew_7{
     font-size:17px;
     font-family:Calibri; 
     text-align:justify; 
     color:black
}
.stynew_77{
     font-size:15px;
     
}
.stynewcen1{
     font-size:18px;
     font-family:Calibri; 
     text-align:center;
     color:black;
     font-style:normal;
}
.stynewright1{
     font-size:17px;
     font-family:Calibri; 
     text-align:right;
     color:black;
     font-style:normal;
}
.stynewcen{
     font-size:20px;
     font-family:Calibri; 
     text-align:center;
     color:black;
     font-style:normal;
}
 .instagram {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
             background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
            }
.reqrd{border:1px solid #ffb8b8!important;}
.reqrd_bt{border:1px solid #ffb8b8!important;border-color: #ffb8b8!important;}
.whts_ico:hover{background-color:rgba(42, 178, 0, 1)!important;}

@media (max-width: 640px) {
    .navbar-brand{padding:14px!important;}
}

    .bos{width:100%!important;}
@media (max-width:380px) {
    .bos{width:100%!important;}
    body{overflow-x:hidden;}
}

@media (max-width:1024px) {
.wid_100{width: 100%;height:auto;margin:auto;float:left;  margin-bottom: 20px;}
.relative{width: 100%!important;}
.wid70{width: 70%;margin:auto;float: left;}
.wid30{width: 30%;margin:auto;float: left;}
.shop_box{width: 50%!important;}
}
@media (max-width:768px) {
.navbar-default .navbar-brand{padding:16px;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{margin:auto;}
.shop_box{width:100%!important;text-align: center;padding:20px;}
}
@media (max-width:768px) {
.navbar-default .nav>li>a {color: #4176d6!important;background-color: #fff;border-top: 0px;}
}
@media (max-width:490px) {
.wid30{width:100%;margin:auto;float: left;height: 200px;}
.wid70{width:100%;margin:auto;float: left;}
.relative{height: auto!important;float: left;}
.boxed {padding:10px;}
}
@media (max-width:420px) {
#app{width: 100%;overflow:hidden;}
.box{padding:0px!important;}
}
@media (max-width:340px) {
.mySlides{padding:0px;}
}

.social a.youtube{background-color:#bb0303;}
/*========Updates in 01.07.2020=====*/
.mo_dl{height:400px;width:60%;}
.fact{height:auto;text-align: center;padding-top:0px;}
.fact h2{color:#000;padding-top:0px;text-align: center;margin-top:0px;width: 100%;height: auto;background-color: #fff;padding:10px;font-size: 28px;font-weight: bold;}
.round1{width:100px;height:100px;margin: auto;background-color:transparent;border-radius: 100px;text-align: center;padding-top:11px;color: #1d396b;margin-top: 20px;
        margin-bottom: 20px;}
.round1 i{font-size: 50px;}
.round1:hover img{animation: pulse 1s infinite;animation-timing-function: linear;}
@keyframes pulse {0% { transform: scale(1); }50% { transform: scale(1.1);100% { transform: scale(1); }}}
.boxq:hover img, .kse_img img:hover{-webkit-transform: scale(1.1);
    transform: scale(1.1);-webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;}

.fact h5{color: #fff;width: 100%;text-align: center;font-size:16px;}
.count{color:#fff;font-weight: 600;; font-size:25px;font-weight: 600;margin-bottom:20px;}
q:after, q:before{content: none!important;}
@media (max-width:768px) {
.md_b{ max-width:100%;margin: auto;margin-left: 4px;height: 440px;}
.mo_dl{width: 100%;margin:0px;}
.navbar-default .navbar-brand{padding-top:4px;}
.fact{height: auto;}
.fact h2 {padding-top: 0px;text-align: center;}
.pal_0{padding-left:0px;}
.tagline-message h3{padding-top: 200px;}
}
@media (max-width: 640px){
.navbar-default .navbar-brand {padding-top:4px!important;}
.video-section{height: 300px!important;}
.dot-container{display:block;}
.mySlides{padding-top: 100px!important;padding-bottom:40px!important;height: 164px;overflow: hidden;}
q{font-size:20px!important;}
}
@media (max-width:480px) {
.ifr{height:200px!important;}
.md_b, .mo_dl{height:240px;}
q{font-size:14px!important;}
.video-section{height:268px!important;}
.mySlides{padding-top: 100px!important;}
}
@media (max-width:420px) {
q{font-size:14px!important;}
.mySlides{padding-left: 20px!important;padding-right:20px!important;padding-top:110px!important;}
.tagline-message h3{font-size: 32px;padding-top: 200px;}
.mySlides{padding-top:100px!important;padding-bottom: 10px!important;}
}

#value {font-size:20px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #1d396b;}
.navbar-default .navbar-toggle{border-color:#fff;}

.bg_mod{background-color: #272727;height:auto;padding:5px;padding-bottom:0px;}

.help, .download{position:fixed;right:0px;transition: 0.3s;padding:4px;width:auto;text-decoration: none;padding-left: 10px;
            font-size: 20px;color:#1d4ca0;border-radius: 10px 0px 0px 10px;z-index: 9999;border:none;}
#m_sl1 button:hover {width:auto;}
.help {bottom: 300px;background-color:rgba(45, 185, 214, 1); z-index: 9999;transition-delay: .5s;transition: width 2s;padding: 6px;padding-left: 8px;}
.download {bottom:340px;background-color:rgba(45, 185, 214, 1);transition-delay: .5s;}
.help:hover {background-color:rgba(45, 185, 214, 1);}
.download:hover {background-color:rgba(45, 185, 214, 1);}
.sp_shw1{display:none;font-size: 14px;color: #000;margin:auto;float: left;padding-left: 10px;padding-top: 1px;transition-delay: 2s;}
.sp_shw2{display:none;font-size: 14px;color: #000;margin:auto;float: left;padding-left: 10px;/*padding-top: 2px;*/transition-delay: 2s; margin-top: 5px;}
.help img{width: 22px;height: 22px;overflow: hidden;border-radius: 50px;margin: auto;float: left;}
#m_sl1 i{margin:auto;float: left;padding-top: 4px; color:#000;font-size: 24px;}
.show1{display: block!important;}
#ato11{padding: 20px;margin: auto;float: left;position: fixed;background-color:#84ab1a;bottom: 188px;z-index: 999999999999;padding-top:0px;right: 0;border-radius: 8px 0px 0px 8px;}
#ato11 i{font-size: 20px;}
.mayi{box-shadow: none;}
.mayi span, .mayi span a{font-size: 14px;color:#fff;}
.mayi span a{margin:auto;float: left;text-align: left;}
/*.mayi i{padding-top: 11px!important;}*/
.tooltiptext > span > a, .tooltiptext > span > a:hover{color:#fff!important;text-align: left;float: left;}
@media (max-width:640px) {
  #video_background_video_0{display: none!important;}
  .video-section{background-image: url(./images/About-us-page.png);background-position: bottom;object-fit: cover;}  
}

.sec_kseb{width: 100%;margin:auto;min-height: 400px;background-color:#fff;padding-bottom:40px;}
.kse_img{margin-top: 15px;border: 10px solid #84ab1a;border-radius: 40px;overflow: hidden;}
.kse_img h5{position: absolute;bottom:20px;right: 0;font-size: 20px;color: #fff;margin-right: 30px;line-height:30px;text-align: right;font-weight: 600;}
.boxq{width: 100%;margin:auto;float: left;height:400px;background-color:#1d396b;text-align: center;margin-top: 40px;padding: 10px;
        -webkit-transition: background 2s; /* For Safari 3.0 to 6.0 */transition: background 2s; /* For modern browsers */}
.boxq img{width: 90%;height: auto;margin:auto;border:6px solid #1d396b;margin-top: -50px;}
.boxq h5{font-size: 17px;width: 100%;height: auto;margin:auto;float: left;text-align:center;color:#000;font-weight: 400;padding-top:10px;}
.boxq p{width: 100%;height: auto;margin:auto; float: left;color: #000;font-size: 13px;text-align:justify;padding:10px;font-weight: 400;line-height: 23px;}
.boxq:hover{background-color:#057890;}
.modal-open{overflow-y: scroll;padding-right:0px!important;}
#services p{color: #000!important;}
@media (max-width:1024px) {
   .kse_img img{width: 100%;height:446px;}
   .boxq{height: auto;margin-bottom:40px;} 
}
@media (max-width:640px) {
    .kse_img img{display:none;}
    .kse_img{width: 100%;height: 200px;margin:auto;float: left;background-color:#1d396b; padding-top: 60px;margin-bottom: 20px;
            overflow: hidden;background:#1d396b;}
    .kse_img h5{position: inherit;width: 100%;text-align: center;font-size: 20px;}
    .mar_0{margin:0px;}
    .pa_0{padding:0px;}

}



/*======================Latest Css========*/

.header.affix{border-bottom:4px solid #ffc900!important;}
.navbar-default .nav>li>a{color: #000!important;}
.navbar-default .nav>li>a:hover, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{color: #fff !important;
    background-color: #ffc900;font-weight: 400;}

.download, .help{background-color:#fec601;}
.download:hover, .help:hover{background-color:#fec601;}
.section.rb{background-image: linear-gradient(#ffc900, #d59e00);}
#services{background:#fec601!important;}
#services .service-media img{border:3px solid #9393b3!important;}
.boxq{background-color: #fec601;border-radius: 40px 40px;}
.boxq img{border:6px solid #84ab1a;}
.boxq:hover{background-color:#84ab1a;}
.section.rb.fact{background-color: #000;background: #000;}
.bttn{background-color:#ffc602;border-color:#ffc602!important;margin-bottom: 40px;}
.bttn:hover{background-color:#fff;border-color: #ffc900!important;}
.topbar{background-color:#fff;}
.shop-desc small, .shop-meta a, .authorbox small, blockquote:before, blockquote:after, .blog-meta small a, .small-box i, .copyrights ul li:hover a, 
.footer .readmore, .breadcrumb>li a, .yamm h4, .yamm-content li:hover a, .yamm .hassubmenu li:hover a, .check li:before, 
.stat-count h3, .blog-desc h4:hover a, .post-meta li:after, .course-box small, .course-details h4:hover a, .course-footer i, a:hover, a:focus, .box i, .topbar .text-left i{color: #000000;}
.cb, .box .event-desc small, .pagination a, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus,
 .pagination>.active>span:hover, .tags-widget a, .owl-theme-01 .owl-nav [class*="owl-"]:hover, .yamm .dropdown-menu li:hover .menu-button, .yamm .dropdown-menu li .menu-button,
  mark, .bgcolor1, .image-wrap:before, .image-wrap:after, .btn-primary{border-color: #ffc900;background-color: #ffc900;box-shadow: inset 0 0 0 0 #f6f6f6;}
.section.footer{background-color:#f6f6f6;}
.footer hr{background-color: #c7c7c7!important;}
.footer .form-control, .footer p, .footer a{color: #000;}
.footer .form-control:hover, .footer p:hover, .footer a:hover{color: #b17f00;}
.section.footer p a{color:#000!important;}
.fg2_5{width: 20%;height: auto;margin: auto;float: left;padding:6px;}
.new-label{background: #d2a500!important;}
.boxser, .boxser #services{background: #fff!important;}
.new-label7{background: #d69f00;}
.widget-title{    color: #b57f00;}
.stynew{color: #000!important;}
/*div.relative{background-color: #f3f3f3!important;}*/
.section.footer p a {color:#fec601!important;}
.section.footer p a:hover{color:#e2b000!important;}
.image-wrap img:hover, .image-wrap7:hover {box-shadow: 0 1px 1px 0 #d59e00, 0 1px 8px 0 #ffc900;}
.modal-header{background-color: #d59e00;}
.ptrn_bg{width: 100%;height: auto;margin: auto;float: left;margin-left: -4px;margin-top: 34px;}
.mr_tp80{margin-top: 80px;}
.mr_tp20{margin-top: -23px;}
.section.gb{background-color: #fff;}

body{overflow-x: hidden;background-color: #fff!important;}
.associate{background: #080808!important;text-align: center;}
.box_1{width: 100%;height:auto;margin: auto;float: left;border-radius: 20px;overflow: hidden;}
.box_1 img{width: 100%;height: auto;margin: auto;}
.shop-desc small, .shop-meta a, .authorbox small, blockquote:before, blockquote:after, .blog-meta small a, .small-box i, .copyrights ul li:hover a, .footer .readmore, 
.breadcrumb>li a, .yamm h4, .yamm-content li:hover a, .yamm .hassubmenu li:hover a, .check li:before, .stat-count h3, .blog-desc h4:hover a, .post-meta li:after, .course-box small, 
.course-details h4:hover a, .course-footer i, a:hover, a:focus, .box i, .topbar .text-left i{color: #eaa80b;}
.psfx_1{position: fixed;top:80px;z-index: 99;}
.header.affix{border-bottom:none!important;height: 60px;z-index: 99999;}
.mr_tp60{margin-top: -57px;}
.mr_tp26{margin-top: 8px;}
.mr_tp12{margin-top: -10px;}
.mr_tp36{margin-top:36px;}
.mr_tp66{margin-top:66px;}
.mr_tp2_6{margin-top:-26px;}
.mr_tp2_6{margin-top:20px;}
.topbar .fa-envelope, .topbar .fa-phone{color: #000!important;}
.hei_230{height: 230px;}
.patp_0{padding-top:0px;padding-bottom: 0px;}
.mnu_br{float: right; position: fixed;z-index: 9999;top: 52px;right: 20px;width: 36px;font-size: 20px; background-color:#fec601;border: none;color: #fff;border-radius: 10px;}
.side_wndw{width: 300px;height: 100%;position: fixed;right:0;top: 0;background-color: #fff;z-index: 999999;margin-right: -300px;transition: 0.5s;    border-left: 2px solid #fec601;}
.mr_rgt20{margin-right: 0px; transition: width 2s;transition-delay: 1s;box-shadow: 4px 4px 15px #ccc;}
.mnu_br:hover{color: #000;}
.side_wndw .navbar-right{width: 100%;margin-top: 20px;margin-right: 0px;}
.side_wndw .navbar-nav>li{width: 100%;border-bottom: 1px solid #f3f3f3;}
.side_wndw .navbar-nav>li>a{color: #000;text-align: center;font-size: 16px;font-weight: 300;padding:20px;}
.side_wndw .navbar-nav>li.active, .side_wndw .navbar-nav>li:hover, .side_wndw .navbar-nav>li a:hover{background-color:#fec601!important;color: #fff;}
.side_wndw .navbar-nav>li.active a{color: #fff;}
.side_wndw img{width: 100%;height: 38px;margin: auto;float: left;}
.ptrn1{position: absolute;bottom: 0px;right: 0;}
.btn_cls{background-color: transparent;border: none;margin-left: 14px;margin-top: 14px;width: auto;float: left;font-size: 20px;font-weight: 300;}
.side_wndw .navbar-nav>li i{margin-right: 6px;margin: auto;float: none; width: 100%;text-align: center; margin-bottom: 8px;}
.slide img:hover{transform: scale(1.1);transition: 0.5s;cursor: pointer;}
.service_item{background-color: #fec601;color: #000;border-radius: 40px;overflow: hidden;margin-bottom: 7px;}
.service_item p{padding:4px 20px;}
.new-label7{margin-top: 10px;background-color: #fec601;}
.new-label7:hover, .new-label7:focus{background-color:#83a915;color: #fff;}
.zoom{max-width: 100%;height: auto;}

@media (max-width:1024px) {
    .ptrn_bg{margin-top: 43px;}
    .ptrn_bg img{width: 100%!important;}
    .mr_tp20{margin-top: -14px;}
    .mr_tp66 {margin-top: 118px;}
    .mr_tp36 {margin-top: 78px;}
    .mr_tp26{margin-top: 8px;}
    .header.affix{height:66px;}
    .mr_tp60{margin-top: -45px;}
    .mr_tp2_6{margin-top:40px;}
    .mr_tp66_a{margin-top:80px;}

}

@media (max-width:768px) {
    .ptrn_bg{margin-top: 53px;}
    .ptrn_bg img{width: 100%!important;}
    .mr_tp20{margin-top: -11px;}
    .mr_tp66 {margin-top: 118px;}
    .mr_tp36 {margin-top: 78px;}
    .mr_tp26{margin-top: 8px;}
    .header.affix{height:70px;}
    .mr_tp60{margin-top: -45px;}
    .mr_tp2_6{margin-top:40px;}
    .mr_tp66_a{margin-top:80px;}
    .mr_tp60 {margin-top: -36px;}
    .mr_tp26 {margin-top: 18px;}
}
@media (max-width:640px) {
    .ptrn_bg{margin-top: 58px;}
    .fg2_5{width: 100%;}
    .mr_tp60 { margin-top: -30px;}
    .psfx_1{top: 12px;}
    .mr_tp26{margin-top: 21px;}
    .mr_tp20 {margin-top: -10px;}
    .mr_tp2_6 {margin-top:75px;}
}

.curved-div {
  position: relative;
  background: #ff3c00;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}
.curved-div svg {
  display: block;
}
.curved-div.upper {
  background: #fff;
}
.curved-div h1 {
  font-size: 6rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-top:0rem;
}
.curved-div p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.bg_ylw{background-color:#ffffff;padding-top: 40px;}
.bg_dtk{background-color: #d7a000;}
.bg_gray{background-color:#fec601!important;}
.fact h2{background-color:transparent;color: #000;margin-top: 40px;width: 100%;float: left;}
.section.rb.fact{background: #fff;}
.bg_gray1{background-color:#fec601;}
.abt_a svg{margin-top: -243px; position: absolute; z-index: 999;}
.fact h5{color:#000;}


/*===================Slick slider================*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slide{width: 20%;margin:auto;float: left;}
.slide img{width: 90%;height: auto;margin: auto;float: left;border-radius: 20px;}
.boxed.boxedp4{border-radius:none;box-shadow: none;}
.boxed{margin-top: 0px;}
.pas_tp0{margin-top:0px;}
.mar_bt0{margin-bottom: -42px;}
.abt_hei{height: 440px!important;background-position: top; margin-top:46px;}
.pas_tp01{padding-top:0px!important;}
.mar_tp01{margin-top: 0px!important;margin-bottom: -8px;padding-bottom: 0px;}
.bg_whit{background-color: #fff;}
.bg_whit .shop_box{border: 1px solid #fec601;border-radius: 40px;}
.fl_wdt{width: 100%;height: auto;margin: auto;float: left;}
.fl_wdt img{width: 100%;height: auto;margin:auto;float: left;}
.mr_btm30{margin-bottom: 30px;}
.mr_tp30{margin-top: 30px;}
.hei_75{height: 75px;}
.hei_120{height: 75px;}
.bttn:hover{background-color:#84ab1a;color: #fff!important;border:1px solid #84ab1a!important; }
.pa_btm40{padding-bottom:40px;}
.bg_wht1{background-color: #fff;}
.mr_4_at{margin:40px auto;}
.pdng_tp_4{padding-top: 40px;}
.p_topz{padding: 0px}

.top_head{width: 100%;height:30px;margin: auto;float: left;background-color: #fff;position: fixed;z-index: 999;top: 0px;}
.top_head .ptrn{width: 100%;height: auto;margin: auto;float: left;}
.logo1{width: 150px;height: 70px;margin: auto;float: left;background-color: #fff; margin-top: -82px;margin-left: 40px;border-radius:0px 0px 30px 30px;padding-top: 12px;}
.pbtm00{padding-bottom: 40px;}
.con11{width:96%;margin: auto;}
.shop_desc{border-radius: 40px;}
.bg_ylw1{background-color: #fec601!important;}
.bg_ylw1 .social a:hover{color: #fff!important;}
.bg_ylw1 .logo1{margin-top: -79px;}
#app img{width: 15%!important;}
.icons_1{width: 76%; margin: auto;float: right;height: auto; margin-top: 16px;}
.side_wndw .img_re{width:40%;height: auto;margin: auto;float:left;}
.side_wndw .img_re.mr_rgt1{}

.custom-module img{border: 6px solid #fec601;border-radius: 40px;}
.side_wndw .navbar-nav>li.active a{    background-color: #fec601;}
#app img{margin: 1% 0.8%!important;}
.soc_icn{font-size:17px;width: 34px;height: 34px;margin: auto;float: left;border-radius: 20px;border: 1px solid #fff;text-align: center;margin-right: 10px;line-height: 33px;color:#d8a905;}
.soc_icn:hover{background-color:#fec601;color: #fff;}
.fix_logos{width: 400px;height: auto;margin: auto;float: left;position: fixed;top: 34px;right:54px;}
.fix_logos img{width: auto;height: auto;margin: auto;float: left;}

@media (max-width:1024px) {
.mr_top23{margin-top: -56px!important;}
.video-section{height:635px; }
.bg_ylw1 .logo1 {margin-top: -60px;}
div.absolute{left: -10px!important;}
.bg_whit .shop_box{margin-bottom: 50px;}
.fix_logos{width: 300px;}
.fix_logos img{max-width: 42%;}
}
@media (max-width:800px) {
.mns_tp1{margin-top: -38px!important;}
.fl_wdt{margin-top: -1px;}
.mr_top23{margin-top: -40px!important;}
.con11{width: 100%;}
.logo1 {margin-top: -48px;}
.bg_ylw1 .logo1 {margin-top: -47px;}
.mnu_br{top: 34px;}
.service_item{margin-bottom: 70px;}
.fix_logos{width:198px;}

}
@media (max-width:640px) {
.mns_tp1{margin-top: -30px!important;}
.kse_img {background: #636384;}
.mr_top23{margin-top: -35px!important;}
.side_wndw .navbar-nav>li>a{width: 90%;float: right;}
.bg_ylw1 .logo1 {margin-top: -33px;}
.side_wndw .navbar-nav>li{border-bottom:none;}
.abt_hei{margin-top: 36px;}
.fix_logos{width:150px;}
}
@media (max-width:420px) {
.mns_tp1{margin-top: -34px!important;}
.bttn{margin-bottom: 20px;}
.mr_top23{margin-top: -23px!important;}
/*.pas_tp0 {margin-top: 23px;}*/
.mrt_11{margin-top: -70px!important;}
.logo1 {margin-top: -34px;width: 100px;height: 50px;}
.bg_ylw1 .logo1 {margin-top: -24px;}
.logo1 img{width: 100%;height: auto;}
.side_wndw .navbar-nav>li.active, .side_wndw .navbar-nav>li:hover, .side_wndw .navbar-nav>li a:hover, .side_wndw .navbar-nav>li.active a{background-color: #fec601;color: #000;}
.box p{margin-top: 36px;}
.abt_hei {margin-top: 32px;}
.fix_logos{width:106px;top: 30px;}
}

@media (max-width:420px) {
.side_wndw .navbar-right{margin: auto;width:100%;float: left;}
.side_wndw .navbar-nav>li>a{padding: 14px;}
}
@media (max-width:380px) {
.fix_logos{top:51px;}
}
@media (max-width:340px) {
.fix_logos{width: 86px;}
}