@charset "utf-8";

/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #6f6f6f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    border: none;
}

div {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 120%;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size: 25px;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}

h4 {
    font-size: 90%;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

h5 {
    font-size: 80%;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

h6 {
    font-size: 75%;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

p {
    text-align: left;
    margin: 0px;
    line-height: 26px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

a {
    text-decoration: none;
    color: #0012a5;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

a:hover {
    text-decoration: none !important;
    color: #000;
}

a:visited {
    text-decoration: none;
}

.clear {
    clear: both;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul ul {
    list-style-type: circle;
    margin-top: 10px;
}

ul ul ul {
    list-style-type: square;
    margin-top: 10px;
}

ul ul ul ul {
    list-style-type: circle;
    margin-top: 10px;
}

ol {
    margin: 0px 0 0 30px;
    padding: 0px;
    line-height: 19px;
}

ol ol {
    margin-top: 10px;
    margin-left: 15px;
}

ol ol ol {
    margin-top: 10px;
    margin-left: 15px;
}

ul li {
    padding-left: 0px;
    margin-bottom: 0px;
}

ul li ul li {
    list-style-type: none;
}

ul li ul li ul li {
    margin-bottom: 5px;
    list-style-type: none;
}

ol li {
    list-style-type: decimal;
    margin-bottom: 7px;
}

ol li ol li {
    list-style-type: lower-alpha;
}

ol li ol li ol li {
    margin-bottom: 5px;
    list-style-type: decimal;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

table tr td {}

th,
thead th,
tbody th {
    border-style: none none solid;
    border-width: 0 0 1px;
    padding: 10px 10px!important;
}

th a,
thead th a,
tbody th a {
    text-decoration: none;
}

th a:hover,
thead th a:hover,
tbody th a:hover {
    text-decoration: underline;
}

td {
    padding: 10px 10px !important;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    word-wrap: break-word!important;
}

td h3 {
    font-size: 22px;
    color: #31383e;
    font-weight: 400;
    text-align: center;
}

td h4 {
    font-size: 17px;
    color: #31383e;
    font-weight: 500;
    text-align: left;
}

td a {
    text-decoration: none;
    font-weight: normal!important;
    color: #999999;
}

caption {
    display: none;
}

a,
img,
input,
button,
span {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

.margin-bottom-0 {
    margin-bottom: 0px!important;
}

.margin-0 {
    margin: 0px!important;
}

.margin-top-0 {
    margin-top: 0px!important;
}

.margin-15 {
    margin-top: 15px!important;
}

.margin-20 {
    margin-top: 20px!important;
}

.margin-25 {
    margin-top: 25px!important;
}

.margin-30 {
    margin-top: 30px!important;
}

.margin-35 {
    margin-top: 35px!important;
}

.margin-40 {
    margin-top: 40px!important;
}

.margin-45 {
    margin-top: 45px!important;
}

.margin-50 {
    margin-top: 50px!important;
}

.margin-55 {
    margin-top: 55px!important;
}

.margin-60 {
    margin-top: 60px!important;
}

.margin-65 {
    margin-top: 65px!important;
}

#top-bar {
    background: #c5d92c;
    max-width: 100%;
    width: 100%;
    margin: auto;
    height: 43px;
}

.inner-top p {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 40px;
    display: inline-block;
    padding-right: 25px;
}

.font-awesome i {
    font-size: 22px;
    padding-right: 10px;
    margin-top: 7px;
}

.font-awesome .fa-envelope-o {
    font-size: 18px;
}

.inner-social {
    float: right;
}

.inner-social ul li {
    padding: 8px 11px;
    background: #04397f;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    border-radius: 36%;
    margin-top: 5px;
    
}

.inner-social ul li a {
    color: #fff;
}

#header {
    width: 100%;
    background: #fff;
    height: 90px;
    padding: 10px 9px;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 4px 15px -2px rgba(198, 198, 198, .8);
}

.navigation {
    float: right;
}

i.fa.fa-mobile.change-1 {
    color: #333;
}

i.fa.fa-envelope-o.change-1 {
    color: #333;
}

.logo {
    text-align: left;
    float: left;
    width: 20%;
    margin-right: 20px;
}

.logo img {
    width: 100%;
}

.logo a {
    display: block;
}

#cssmenu li:hover>ul {
    left: auto;
    top: 45px;
}

.phillips {
    width: 12%;
    float: right;
    text-align: right;
    position: relative;
    top: 5px;
}

.navigation-box {
    width: 100%;
    clear: both;
    float: right;
    margin-top: 8px;
}

.navigation-box2 li a {
    color: #000;
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu>ul>li {
    float: left;
    z-index: 100;
    position: relative;
    margin: 7px 11px;
    line-height: 40px;
}

#cssmenu>ul>li>a {
    padding: 0px 5px 0px 5px;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    color: #333;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    border-radius: 20px;
    /* background: #c5d92c!important; */
    color: #000;
    /* padding: 0 8px; */
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    color: #fff;
    /* border-radius: 20px; */
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
    padding: 0px 0px;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 5px;
}


/*#cssmenu > ul > li.has-sub > a:after{position:absolute;top:18px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:15px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:18px;height:0}
*/

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-top: 3px solid #365072;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #fff;
    transition: all .25s ease;
    padding-top: 10px;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto;
    top: 31px;
}

#cssmenu li:hover>ul>li {
    height: 47px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.45)!important;
    padding: 8px 20px;
    width: 222px;
    text-decoration: none;
    color: #000 !important;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 15px;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    border-left: 18px soild #354f71;
    color: #365072!important;
    background: #f5f5f5;
    /* border-left: 4px solid #c5d92c; */
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #3498de;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    /* border-top: 1px solid #333 */
}

.slider img {
    width: 100%;
}

.single_our_course {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin-top: 30px;
}

.sing_course_thumb>img {
    padding: 0px 18px;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 23px;
}

.sing_course_txt {
    margin: 20px 15px 20px;
    position: relative;
    z-index: 0;
}

.sing_course_txt .course_icon {
    position: absolute;
    right: 0;
    bottom: 115px;
    z-index: -1;
}

.sing_course_txt h2 {
    font-size: 18px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
}

.sing_course_txt p {
    text-align: justify;
    margin-bottom: 14px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.sing_course_txt a {
    text-transform: uppercase;
    color: #ff3d00;
    font-size: 12px;
    font-weight: 700;
}

section#courses {
    padding-top: 76px;
    background: url(../images/bg_latest_course.jpg);
}

.inner-courses h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #04397f;
    text-transform: uppercase;
}

.title img {
    width: 200px;
    margin: auto;
    text-align: center;
    display: block;
    padding-top: 10px;
}

.inner-about h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    color: #04397f;
    text-transform: uppercase;
}

.inner-about p {
    font-size: 15px;
    font-weight: 500;
    color: #365072;
    margin: 5px auto 0;
    text-align: justify;
    width: 100%;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

#about-us {
    padding: 70px 0;
    background-position: 0 -60px;
    background-attachment: fixed;
}

.why-choose h2 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    color: #002060;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.why-choose ul li:before {
    content: "\f1d9";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #fb812b;
    font-size: 16px;
}

.why-choose ul li {
    position: relative;
    padding-left: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    float: left;
    width: 50%;
    padding-bottom: 30px;
}

.why-choose ul {
    margin-top: 10px;
}

.testimonial .carousel-indicators {
    left: auto;
    margin: 0;
    right: -40px;
    top: 42%;
    width: auto;
}

.testimonial .carousel-indicators .active {
    background-color: #2196f3;
}

.testimonial .carousel-indicators li {
    background-color: #dae3ec;
    display: block;
    margin: 6px 0;
}

.testimonial .carousel-indicators li,
.testimonial .carousel-indicators .active {
    border: none;
    height: 8px;
    width: 8px;
}

.testimonial .carousel-item img {
    width: 100%;
}

.testimonial .carousel-caption {
    right: 29% !important;
    left: 5% !important;
    top: 20px !important;
}

.testimonial {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.testimonial .carousel-caption h3 {
    font-size: 14px;
    text-align: left;
    color: #000;
    font-weight: 700;
}

.testimonial .carousel-caption h3 span {
    font-size: 12px;
    text-align: left;
    color: #000;
    font-weight: 500;
    display: block;
}

.testimonial .carousel-indicators {
    display: block !important;
}

.industry-serve h2 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    color: #002060;
    text-transform: uppercase;
    padding-bottom: 30px;
}

#third-section {
    padding: 70px 0;
    background: #f2f2f2;
    background-position: 0 -60px;
    background-attachment: fixed;
    background: #c0d42f;
}

.inner-edge-box img {
    width: 50px;
    margin: auto;
    display: block;
}

.inner-edge-box h2 {
    font-size: 18px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.inner-edge-box p {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.line-img {
    width: 70px;
    height: 5px;
    background: #fb812b;
    margin: 15px auto;
}

.inner-edge-box {
    padding-top: 40px;
}

.inner-edge-box p a {
    text-align: center;
    margin: auto;
    color: #F00;
}

#edge-ahead {
    padding: 70px 0 70px;
}

.inner-edge-ahead h1 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    color: #002060;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.map-area iframe {
    width: 100%;
    height: 400px;
}

#footer {
    background: #04397f;
    padding: 63px 0 20px 0;
    display: block;
}

.footer-logo img {
    width: 90%;
    float: right;
    margin-top: -205px;
}

.footer-social-icon {
    text-align: center;
    margin-right: 5px;
}

.footer-social-icon ul li {
    display: inline-block;
    padding: 26px 10px;
}

.footer-form {
    background: #fff;
    width: 470px;
    height: 460px;
    margin: auto;
    padding: 30px 30px 50px 30px;
    text-align: center;
    box-shadow: 0px 0px 20px #333;
    border-radius: 5px;
    display: block;
    margin-top: -180px;
}

.footer-form h2 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #f16522;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}

.form_group {
    position: relative;
}

input.bottom-feild {
    height: 36px;
    border: 1px solid #ededed;
    margin-bottom: 23px;
}

.feild-icon {
    position: absolute;
    top: 12%;
    right: 5%;
}

input.bottom-feild {
    height: 36px;
    border: 1px solid #ededed;
    margin-bottom: 23px;
}

.feild-icon {
    position: absolute;
    top: 12%;
    right: 5%;
}

textarea.area-feild {
    height: 83px;
    border: 1px solid #ededed;
    margin-bottom: 23px;
    resize: none;
}

input.button_submit {
    height: 36px;
    border: 0;
    margin-bottom: 23px;
    background: #f16522;
    width: 186px;
    height: 54px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.copywrite {
    margin-top: 40px;
}

.copywrite p {
    text-align: center;
    font-size: 14px;
    color: #78858e;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.address-row {
    padding-bottom: 45px;
}

.icons-footer {
    float: left;
    width: 10%;
    padding-right: 17px;
}

.address-row p {
    font-size: 14px;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.add-footer {
    float: right;
    width: 81%;
}

.copywrite p {
    text-align: center;
    font-size: 14px;
    color: #78858e;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.footer-social-icon ul li a i {
    color: #fff;
    font-size: 25px;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="email"],
select,
textarea,
.input,
.sl-field {
    -moz-appearance: none;
    border: 1px solid #bec8d4;
    border-radius: 2px;
    color: #4d4d4d;
    font-weight: 600;
    outline: 0 none;
    padding: 5px 10px;
    width: 100%;
}

#inner-banner {
    width: 100%;
    background: url(../images/iner-banner.jpg) center;
    background-repeat: no-repeat;
    height: 200px;
}

.inner-head h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 200px;
}

ol.breadcrumb {
    justify-content: flex-end;
    margin: 0;
}

ol.breadcrumb li {
    list-style-type: inherit;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.breadcrumb li a {
    color: #fff;
    background: #333;
    padding: 8px 25px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumb-item.active {
    padding-top: .5em;
    font-size: 15px;
    letter-spacing: 1px;
}

.breadcrumb-w3pvt {
    background-color: #f3f3f3;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(74, 73, 73, 0.22);
    -moz-box-shadow: 0px 5px 12px 0px rgba(74, 73, 73, 0.22);
    box-shadow: 0px 5px 12px 0px rgba(74, 73, 73, 0.22);
}

.breadcrumb {
    background-color: #f3f3f3 !important;
}

.heading-stylish {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
    top: 80px;
    left: -215px;
}

.heading-stylish h2 {
    font-family: 'Poppins', sans-serif;
    color: #fb812b;
    font-size: 30px;
    width: 500px;
    text-transform: uppercase;
}

.inner-matter {
    position: relative;
}

.inner-img img {
    width: 100%;
}

section#matter {
    margin: 30px 0;
}

.inner-para p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0px 0 30px;
    text-align: justify;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.programme img {
    width: 100%;
}

.right-matter h2 {
    font-family: 'Poppins', sans-serif;
    color: #22345d;
    font-size: 27px;
    line-height: 32px;
}

.right-matter p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0px 0 30px;
    text-align: justify;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.right-matter {
    padding: 20px;
}

.right-matter ul li {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
}

.right-matter ul li i {
    width: 22px;
    color: #fb812b;
}

.btn-yellow {
    padding: 2px 0;
    width: 110px;
    background: #f7f7f7;
    border-radius: 50px;
    border: 1px solid #fb812b;
    line-height: 25px;
    text-align: center;
    margin: 0;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

.btn-yellow a {
    color: #fb812b;
    padding: 0;
    display: block;
    font-weight: 600;
}

.btn-yellow:hover {
    background: #fb812b;
    color: #fff;
}

.btn-yellow a:hover {
    color: #fff;
    display: block;
}

.programme {
    box-shadow: 1px 0px 7px #bdbdbd;
    background: #f7f7f7;
    margin-bottom: 40px;
}

.left-matter h2 {
    font-family: 'Poppins', sans-serif;
    color: #22345d;
    font-size: 27px;
    line-height: 32px;
}

.left-matter p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0px 0 30px;
    text-align: justify;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.left-matter {
    padding: 20px;
}

.right-matter ul li {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
}

.left-matter ul li i {
    width: 22px;
    color: #fb812b;
}

.galsses-grid-left {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
    background: linear-gradient(-45deg, #000 0%, #fff 100%);
}

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.galsses-grid-left figure figcaption,
.galsses-grid-left figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 285px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi h3 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
    font-size: 25px;
    color: #fff;
}

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1em 1em 0em;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
    font-size: 28px;
    line-height: 1.8em;
}

figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-lexi:hover h3,
figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.galsses-grid-left p {
    color: #15e99d;
    font-size: 0.9em;
}

.galsses-grid-left figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.download-btn {
    width: 100%;
    height: 50px;
    background: #20315c;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.download-btn a {
    color: #fff;
    display: block;
}

.download-btn a:hover {
    color: #fff;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #be4b50;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right a {
    display: block;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fb812b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.categories h2 {
    width: 100%;
    height: 50px;
    background: #20315c;
    line-height: 50px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-left: 30px;
}

.categories {
    background: #f7f7f7;
    overflow: hidden;
    margin-top: 30px;
}

.categories ul {
    margin: 15px 30px;
    padding: 0;
}

.categories ul li {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
    position: relative;
    padding-left: 25px;
}

.categories ul li a:hover {
    color: #fb812b;
    padding-left: 7px;
}

.categories ul li a {
    color: #000;
}

.categories ul li:before {
    width: 10px;
    height: 10px;
    content: "\f178";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
}

.related-courses h2 {
    width: 100%;
    height: 50px;
    background: #20315c;
    line-height: 50px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-left: 30px;
}

.related-courses {
    background: #f7f7f7;
    overflow: hidden;
    margin-top: 30px;
}

.related-courses ul {
    margin: 15px 30px;
    padding: 0;
}

.related-courses ul li {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
    position: relative;
    padding-left: 25px;
}

.related-courses ul li a {
    color: #000;
}

.related-courses ul li:before {
    width: 10px;
    height: 10px;
    content: "\f178";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
}

.related-courses ul li a:hover {
    color: #fb812b;
    padding-left: 7px;
}

.right-bar h2 {
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    color: #fb812b;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}

.right-bar p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0 0 20px 0;
    text-align: left;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.left-img {
    width: 300px;
    float: left;
    padding: 0 20px 20px 0;
}

.single-service-wrapper .single-service {
    margin-bottom: 0;
    background-image: url(../images/back-blog.png);
}

.single-service {
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 40px rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.single-service {
    padding: 20px 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.single-service .icon {
    font-size: 50px;
}

.single-service h4 {
    margin: 20px 0 13px 0;
    webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-size: 18px;
}

.single-service-wrapper:nth-child(even) {
    margin-top: 30px;
}

.course-module {
    margin-top: 50px;
}

.course-module h2 {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    color: #20315c;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
}

.smester-back h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    background: #fb812b;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
}

.smester-back h3:after {
    content: "\f0d7";
    position: absolute;
    top: 8px;
    left: 50px;
    font-size: 70px;
    color: #fb812b;
    font-family: "FontAwesome";
}

.smester-back ul {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.smester-back ul li {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
    position: relative;
}

.smester-back ul li:before {
    width: 10px;
    height: 10px;
    content: "\f178";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
}

.smester-back {
    background: #f7f7f7;
    margin-bottom: 20px;
}

.mobile-none {
    display: block;
}

.mobile-view {
    display: none;
}
.dropdown-menu a{
    border-bottom: 1px solid #ccc;
    padding: 12px;
}

.desktop-view {
    display: block;
}

.breadcrumb-w3pvt {
    display: block;
}

.categories .active a {
    color: #fb812b;
}

.right-bar ul {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0;
    clear: both;
}

.right-bar ul li {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
    position: relative;
}

.right-bar ul li:before {
    width: 10px;
    height: 10px;
    content: "\f178";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
}

.pagination a.active {
    background-color: #f16522;
    color: white;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #000!important;
}

.pagination a:hover:not(.active) {
    background-color: #f16522;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #000!important;
    color: #fff;
}

.main-pagination {
    text-align: center;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    width: 14%;
}

.contact-box {
    background: #fff;
    padding: 1.5em 1.5em;
    box-shadow: 0px 2px 10px #c3c2c2;
    text-align: center;
}

.contact-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.contact-box p {
    font-size: 16px;
    color: #252525;
    line-height: 25px;
    text-align: center;
}

section#contact-us {
    margin: 70px 0;
}

.contact-forms input,
.contact-forms textarea,
.contact-forms select {
    width: 100%;
    font-size: 14px;
    color: #8a8787;
    padding: 5px .7em !important;
    background: #fdfdfd;
    outline: none;
    border: 1px solid #c3c2c2;
    border-radius: 0px;
    outline: none !important;
}

.wthree-info-para {
    margin: 50px 0;
}

.click-me {
    width: 100%;
}

.outs_more-buttn a,
.click-me {
    font-size: 15px !important;
    border: 2px solid #04397f !important;
    font-size: 14px;
    font-weight: 600 !important;
    color: #04397f;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
    background-color: #ffffff;
    outline: none;
    border-radius: 5px;
    padding: 10px 12px;
    border: 2px solid #007bff;
}

.gallery-inner a img {
    height: 180px;
}

.gallery-inner a {
    margin-bottom: 20px;
    display: block;
    text-align: center;
    z-index: 9999;
}

.gallery-inner a img:hover {
    transform: scale(1.1);
    border: solid 4px #152851;
    color: var(--primary-color-1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 43px !important;
    height: 43px !important;
}

.carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #04397f !important;
}

ul.maain-list li {
    font-size: 15px;
    font-weight: 500;
    color: #365072;
    margin: 5px auto 0;
    text-align: justify;
    width: 100%;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

i.fa.fa-check-circle.text-theme-colored {
    margin-right: 6px;
    color: #c5d92d;
}

.button1 {
    font-family: 'Ubuntu', sans-serif;
    border-radius: 2px;
    /* background-color: #f4511e; */
    border: 2px solid #0363bd;
    color: #0363bd;
    text-align: center;
    font-size: 15px;
    padding: 8px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    /* margin: 5px; */
}

.button1 {
    font-family: Poppins, sans-serif;
    background: none;
    /* font-family: 'Ubuntu', sans-serif; */
    border-radius: 2px;
    /* background-color: #f4511e; */
    border: 2px solid #c4d82f;
    color: #c5d92e;
    text-align: center;
    font-size: 15px;
    padding: 8px 7px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    /* margin: 5px; */
}

.button1:hover {
    color: #fff;
    background: #c5d92e;
}

h1.color {
    color: #365072;
}

.mini-slider {
    margin-top: 42px;
}

.single_our_course:hover {
    box-shadow: 2px 5px 25px rgba(34, 30, 31, 0.25);
}

.img-thumbnail {
    padding: 1.25rem !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
    border-radius: 5px !important;
}

h3.line-bottom {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    color: #04397f;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tab-slider .nav.nav-pills a:hover,
.tab-slider .nav.nav-pills a.active,
.custom-nav-tabs>li>a:hover,
.panel-group .panel-title a.active::after,
.widget .tags a:hover,
.progress-item .progress-bar,
.small-title .title::after,
.title-icon::before,
.title-icon::after,
.testimonial .item::after,
.drop-caps.colored-square p:first-child:first-letter,
.drop-caps.colored-rounded p:first-child:first-letter,
.list-icon.theme-colored.square li i,
.list-icon.theme-colored.rounded li i,
.working-process.theme-colored a,
.widget.dark .tags a:hover,
.blog-posts .post .entry-content .post-date.right,
.horizontal-tab-centered .nav-pills>li>a:hover,
.horizontal-tab-centered .nav-pills>li.active>a,
.horizontal-tab-centered .nav-pills>li.active>a:hover,
.horizontal-tab-centered .nav-pills>li.active>a:focus,
.owl-theme.dot-theme-colored .owl-controls .owl-dot span,
.pagination.theme-colored li.active a,
.section-title .both-side-line::after,
.section-title .both-side-line::before,
.section-title .top-side-line::after,
.section-title .left-side-line::before,
.section-title .right-side-line::before,
.product .tag-sale,
.owl-theme .owl-dots .owl-dot.active span,
.title-icon::after,
.title-icon::before,
.line-bottom:after,
.line-bottom:before,
.line-bottom:after,
.line-bottom-no-border:after,
.line-bottom-center:after,
.line-bottom-center:before,
.title-dots span {
    background: #04397f;
}

.line-bottom:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.line-bottom {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

p.mt-15.text-justify.size-1.color-1 {
    color: #000;
    padding: 10px 0;
}

.main-form {
    margin-top: 60px;
}

.gallery-has-zoom .gallery-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery-item .thumb img {
    overflow: hidden;
    object-fit: cover;
}

.gallery-has-zoom img {
    -webkit-transition: 2s;
    transition: 2s;
}

.gallery-item img {
    display: block;
    object-fit: cover;
}

.gallery-item.can-popup .thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.3);
}

.thumb {
    overflow: hidden;
}

h1.color {
    color: #fff;
}

.footer-menu h2 {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.footer-menu p {
    text-align: justify;
    color: #ccc;
}

.stay-connect h2 {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    line-height: 1.092307692307692em;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.footer-contact ul li {
    border-bottom: 1px solid #547298;
    font-size: 16px;
    padding: 14px 0;
    color: #ccc;
    position: relative;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
}

.phone1:before {
    content: "\f041 ";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
}

.phone2:before {
    content: "\f095 ";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
}

.phone3:before {
    content: "\f003";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
}

h3.color-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

h3.color-2:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    color: #fff;
}

h3.color-2:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.phone0:before {
    content: "\f101 ";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
}

.bg-theme-colored {
    padding: 13px;
    background-color: #c0d42f !important;
}

p.text-white1.font-11.m-0.text-center {
    color: #333;
}

i.fa.fa-facebook.main-footer {
    margin-right: 5px;
    font-weight: 500;
    background: #3b5997;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
}

i.fa.fa-twitter.main-footer {
    margin-right: 5px;
    font-weight: 500;
    background: #2ca9e1;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
}

i.fa.fa-instagram.main-footer {
    margin-right: 5px;
    background: #df003f;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
}

.testimonials img {
    padding: 12px 0px;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.testimonials p {
    text-align: center;
    color: #000;
}

.testimonials strong {
    text-align: center;
}

strong.text-center1 {
    margin: auto;
    display: block;
}

.testimonials {
    box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.15);
    padding: 16px 21px;
    background-color: #fff;
    border: 1px solid #e0dada;
}

button.btn.click-me:hover {
    color: #fff;
    background-color: #04397f;
}

button.btn.click-me1 {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    width: 100%;
    border: 2px solid #c0d42f;
    color: #c0d42f;
    background: #fff;
}

button.btn.click-me1:hover {
    color: #fff;
    background-color: #c0d42f;
}

.color-3 {
    color: #04397f !important;
}

.single-item {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 3px solid #c0d429;
    padding: 0 29px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}

.single-item-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    top: -35px;
}

.overlay-effect a {
    position: relative;
}

.single-item-image a {
    display: inline-block;
}

.overlay-effect a:before {
    background: rgba(45, 62, 80, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    width: 100%;
}

.single-item-text h4 {
    font-size: 20px;
    padding-top: 0;
}

.single-item-text h4 a,
.single-item-text h4 {
    color: #2d3e50;
}

.single-item-text-info {
    margin-bottom: 18px;
    padding-top: 5px;
}

.single-item-text-info span {
    color: #696969;
    font-size: 13px;
    font-family: "montserratregular";
    margin-right: 5px;
}

.single-item-text-info span span {
    color: #2d3e50;
}

.single-item-content {
    margin-bottom: 44px;
    overflow: hidden;
    padding-top: 21px;
}

.single-item-comment-view,
.single-item-rating {
    display: inline-block;
}

.button-bottom {
    margin-bottom: -19.5px;
    text-align: center;
}

.button-default {
    font-family: 'Poppins', sans-serif;
    background: #c0d429 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 8px 20px;
    text-transform: uppercase;
}

.single-item:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}

a:hover {
    color: #04397f !important;
    text-decoration: underline;
}

.single-item {
    margin: 0 5px;
    margin-bottom: 75px;
}

.single-item-text>p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 11px 0;
    width: 100%;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.margin-16 {
    margin-top: 24px;
}

section#matter1 {
    margin: px 0;
    margin-top: 95px;
}

.section-padding {
    padding: 80px 0;
}

a.back-button p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #04397f;
}

.back-button a:hover {
    color: #04397f !important;
}

p.maain-1 {
    margin: 14px 0;
}

.main-3 {
    margin: 12px 0;
}

.media-body p a {
    color: #000;
}

.btn-dark {
    color: #fff;
    background-color: #c5d92c !important;
    border-color: #c5d92c !important;
}

th,
td {
    text-align: left;
    padding: 8px;
    border: 1px solid #f73a60;
}

.single-latest-item {
    overflow: hidden;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-latest-image {
    float: left;
}

.single-latest-image a {
    display: inline-block;
}

.single-latest-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 2px solid #c5d92c;
    overflow: hidden;
    padding: 13px 12px 17px 17px;
}

.single-latest-text>h3 {
    font-family: raleway;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-latest-text>h3 a {
    font-size: 17px;
    color: #2d3e50;
    font-weight: 600;
}

.single-item-comment-view p {
    color: #333;
}

.articiles-sec {
    margin-top: 16px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    width: 100%;
}

.articiles-sec {
    margin-top: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    width: 100%;
}

.articiles-sec .article:before {
    content: '';
    position: absolute;
    left: 215px;
    border-left: 22px solid #c5d92d;
    border-bottom: 30px solid #ffffff;
    border-top: 32px solid #ffffff;
}

.articiles-sec .article h4 a {
    color: #fff;
}

.articiles-sec .article h4 {
    color: #fff;
    font-size: 25px;
    line-height: 62px;
    margin-bottom: 0px;
}

.articiles-sec ul {
    padding-right: 10px;
    float: left;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 19px;
}

.articiles-sec ul li {
    list-style-type: none;
    display: inline;
    padding: 0px 25px;
    position: relative;
}

.articiles-sec .article {
    background: #c5d92c;
    float: left;
    width: 200px;
    text-align: center;
}

.footer-contact ul li a {
    color: #fff !important;
}

.footer-contact ul li a:hover a {
    color: #fff !important;
}

.thumb p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #04397f;
    z-index: 9;
    position: absolute;
}

.move a {
    margin-left: 120px;
    padding: 0 0 0 100px;
    font-size: 14px;
    color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.move {
    margin: 30px;
    padding: 0;
    line-height: 40px;
}

.about-img img {
    width: 100%;
}

.about-img {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    margin-top: -37px;
}

#about-us-2 {
    padding: 10px 0 70px 0;
    background-position: 0 -60px;
    background-attachment: fixed;
}

.inner-about-2 p {
    font-size: 15px;
    font-weight: 500;
    color: #365072;
    margin: 5px auto 0;
    text-align: justify;
    width: 100%;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
}

.inner-about-2 {
    margin-top: 20px;
}

.about-2 {
    margin-bottom: 23px !important;
}

#courses {
    overflow: hidden;
}

.newp{
    padding: 50px;
}

.newx{
    font-size: 20px;
}
.footer-cont{
    display: flex;
    justify-content: space-between;
    padding: 0 1px;
}
.footer-cont a{
    color: #afb86ef0;
}
.footer-cont a:hover{
    color: #f0f9b1 !important;
}
@media screen and (max-width: 425px) {
    .footer-cont{
      flex-direction: column;  
    }
}