/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;


*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-weight: normal;
    color: #333;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
}

.btn1 {
    color: #fff;
    background: #e66f16;
    background-image: none;
    background-color: #e66f16;
    padding: 0 25px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    display: inline-block;
    margin: 5px;
}

.btn1:hover {
    color: #fff;
    background: #2e2072;
}

.text-upper {
    text-transform: uppercase;
}

.center-pills {
    display: flex;
    justify-content: center;
}


/* End of globle css */


/* Start .header section */

.newtop {
    height: 45px;
    background: #2e2072;
    color: #fff;
    line-height: 45px;
}

.email_new a {
    color: #fff;
}

.email_new a:hover {
    color: #e66f16;
}

.call-top a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color: #e66f16;
}

.call-top a:hover {
    color: #fff;
}

.header .tm-social-icons {
    text-align: right;
    display: table-cell;
    vertical-align: middle
}

.header .tm-social-icons a {
    color: #fff;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
    line-height: 33px;
}

.header .tm-social-icons a i {
    line-height: 31px
}

.header .tm-social-icons a.tm-icon-facebook {
    background: #4c66a4
}

.header .tm-social-icons a.tm-icon-blogger {
    background: #f3913e
}

.header .tm-social-icons a.tm-icon-insta {
    background: #a437b6
}

.header .tm-social-icons a.tm-icon-twitter {
    background: #2dbae7
}

.header .tm-social-icons a.tm-icon-linkedin {
    background: #1b6298
}

.header .tm-social-icons a.tm-icon-youtube {
    background: #d22222
}

.header .tm-social-icons a:hover {
    background: #fecb0c
}

.menu-icon {
    padding-top: 10px;
    background: #fff;
}

.iso-cion img {
    width: 200px;
    margin-top: 10px;
    float: right;
}

.log-menu a {
    width: inherit!important;
    background: #2e2072;
    padding: 8px;
    font-size: 11px;
    border-radius: 4px;
    text-decoration: none!important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.log-menu a:hover{

    background: #f58220;
}
.log-menu {
    padding-top: 9px;
}


/* End of .header1 section */


/* Start search section  */

.tm-search {
    display: flex;
    justify-content: center;
}

.tm-search form {
    display: flex;
}

.tm-search form input {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #e66f16;
    max-width: 600px;
    height: 46px;
    vertical-align: middle;
    margin-right: -5px;
    border-radius: 28px 0 0 28px;
    padding: 0 25px;
    outline: 0;
}

form .tm-button {
    background: #e66f16;
    color: #fff;
    font-weight: 700;
    border: none;
    height: 36px;
    cursor: pointer;
    border-radius: 0 28px 28px 0;
    line-height: 45px;
    padding: 0px 9px;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
input.input-text:focus {
    border-color: #000;
    outline: 0;
}


/* End of search section  */


/* Start courses section */

.courses {
    background-color: #fff;
}


/* .courses:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #ddd;
} */

#courses .item-details {
    background-color: #e66f16;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
}

#courses .item-details h5 {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
}

#courses .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
}

#courses .item-details p {
    font-size: 14px;
}

#courses .item {
    text-align: center;
}

.courses .owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.courses .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

.courses .owl-carousel {
    position: relative;
}

.courses .owl-carousel .owl-next,
.courses .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #f38221;
    border: 1px solid #f38221;
    text-align: center;
}

.courses .owl-carousel .owl-prev {
    left: -70px;
}

.courses .owl-carousel .owl-next {
    right: -70px;
}


/* End courses section */

.taglineSec {
    background: #190961;
    color: #fff;
}

.taglineSec p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}


/* Start home testimonial section */

.hometestimonialSec .nav-pills>li a span {
    display: block;
    text-align: center;
}

.hometestimonialSec li.active a:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

.hometestimonialSec li.active a:after {
    background: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.nav-pills>li>a {
    border-radius: 4px;
    font-size: 19px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #333;
    background-color: transparent;
}

.hometestimonialSec .tab-content {
    padding-top: 30px;
}


/* End of home testimonial section */

.testimonial {
    border-left: 4px solid #d45113;
    box-shadow: 3px 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #d45113;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 26px;
    left: 20px;
    box-shadow: 0px 1px 5px 2px #ccc;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #d45113;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #d45113;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}


/* Start home client section  */

.homeclientSec {
    background: #eee;
}

.clientwrpper {
    display: flex;
    width: 100%;
    padding: 10px 0;
}

.clientwrpper .clientimg {
    width: 20%;
    background: #fff;
    margin: 0 6px;
    box-sizing: border-box;
}

.clientwrpper .clientimg img {
    width: 100%;
}


/* End of home client section  */


/* Start footer section  */

#tm-page-footer {
    background-color: #dedede;
}

.tm-title {
    text-transform: uppercase;
    margin: 0 0 0;
    padding-top: 20px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #555;
    margin: 0;
    padding-bottom: 20px;
}

.tm-list-style1 ul li {
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 15px;
    line-height: 30px;
}

.tm-list-style1 li a {
    color: #222;
}

.tm-list-style1 li a:hover {
    color: #e66f16;
}

.footerSubscribe input[type=text],
.footerSubscribe input[type=email] {
    border: 1px solid #2e2072;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    height: 45px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    margin-bottom: 6px;
}

.footerSubscribe input[type=submit] {
    color: #fff;
    background: #e66f16;
    background-image: none;
    background-color: #e66f16;
    padding: 0 25px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    display: inline-block;
    margin: 5px;
}

footer {
    background: #3b3737;
    padding: 15px 0;
    color: #666;
}

footer .copyright {
    display: table-cell;
    vertical-align: middle;
    color: #eee;
}

footer a {
    color: #e66f16;
}

footer a {
    color: #eee;
}


/* End of footer section  */


/* Start page title section */

.pagetitle {
    background-color: #ced2d6;
}

.title2 h4 {
    color: #d45113;
    font-size: 20px;
}


/* End of page title section */


/* Start contact us page design  */

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

#accordion .panel-title a {
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ef6145;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
    background: #f8f8f8;
    color: #1e4276;
}

#accordion .panel-title a.collapsed:hover {
    color: #ef6145;
}

#accordion .panel-title a:before {
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed:hover:before {
    background: #d7573e;
}

#accordion .panel-title a:after {
    content: "\f047";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}

#accordion .panel-title a.collapsed:after {
    color: #9f9f9f;
}

#accordion .panel-title a.collapsed:hover:after {
    color: #fff;
}

#accordion .panel-body {
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordion .panel-body:before {
    content: "";
    width: 5px;
    height: 40px;
    background: #ef6145;
    position: absolute;
    top: 30px;
    left: 0;
}

#accordion .panel-body p {
    margin-bottom: 0;
}


/* End of contact us page design  */


/* Start contact page enquiry section  */

.email-contact {
    background: #fff;
    line-height: 55px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-left: 21px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.email-contact i {
    margin-right: 10px;
}

.email-contact a {
    color: #e66f16;
}

.page-sidebar aside ul li .tm-btn,
.tm-btn,
.button,
input[type=submit] {
    color: #fff;
    background: #e66f16;
    background-image: none;
    background-color: #e66f16;
    padding: 0 25px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    display: inline-block;
    margin: 5px;
}

input[type=submit]:hover {
    background: #2e2072;
    color: #fff;
}

textarea {
    height: 96px !important;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="select"],
input[type="search"],
input[type="tel"] {
    background: #ffffff;
    border: 1px solid #2e2072;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    height: 45px;
    width: 100%;
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}


/* End  of contact page enquiry section  */


/* Start vision sectio  */

.vision {
    background: #e6e6e6;
}


/* End of vision sectio  */


/* Start course list section  */

.articalbox {
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)!important;
    margin-bottom: 20px!important;
    padding: 20px;
    border: 1px solid #e66f16;
}

.articalThumb {
    display: table-cell;
    vertical-align: top;
}

.articalcontent {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.articalbtn {
    display: flex;
}

.articalcontent h3 a {
    color: #222;
    font-size: 14px;
    font-size: 19px;
}

.articalcontent h3 a:hover {
    color: #e66f16;
}


/* End of course list section  */


/* Start course side section */

.course_sidebar {
    margin-left: 20px
}

.course_sidebar ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.course_sidebar ul li a {
    color: #000;
}

.course_sidebar ul li a:hover {
    color: #e66f16;
}


/* End of course side section */


/* Start pagination section */

.pagination {
    font-family: 'Ubuntu', sans-serif;
    display: inline-flex;
}

.pagination li a.page-link {
    color: #fff;
    background: #284358;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    height: 25px;
    width: 35px;
    margin: 0 7px;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:focus {
    color: #284358;
    background: #fff;
    border: none;
    box-shadow: 0 0 0 3px #f96013, 0 0 0 3px #f96013 inset;
}

.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
    color: #284358;
    background-color: #fff;
    font-size: 22px;
    line-height: 20px;
    width: 25px;
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: block;
    }
    .pagination li {
        display: inline-block;
        margin: 0 0 15px
    }
}


/* End of pagination section */


/* Start accordioin 2  desgin  */

.pagewrapper {
    background: #eee;
}

#accordion2 {}

#accordion2 .question {
    background: #fff;
    margin-bottom: 15px;
}

#accordion2 .question header {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#accordion2 .question header h3 {
    margin: 0;
    font-weight: 500;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 17px;
}

#accordion2 .question header i {
    padding: 0 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

#accordion2 .question main {
    display: none;
    padding: 15px;
    box-sizing: border-box;
}

#accordion2 .question main p {}

#accordion2 .question.active header i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

code {
    display: block;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
}

#accordion2 .question li {
    line-height: 30px;
    list-style: outside;
    margin-left: 57px;
}

#accordion2 .question p {
    margin-bottom: 30px;
    text-align: justify;
    margin-top: 10px;
}

#accordion2 .question.active header {
    background-color: #d77800;
    color: #fff;
}

#accordion2 .question header:hover {
    background-color: #d77800;
    color: #fff;
}


/* End of accordioin 2  desgin  */


/* Start Services page section */

.welcome-info p {
    text-align: justify;
}

.services_cat p {
    position: relative;
    padding-left: 50px;
    margin-bottom: 17px;
}

.services_cat p i {
    position: absolute;
    top: 3px;
    left: 14px;
    color: #d45113;
}


/* End of Services page section */


/* Strat career page design section  */

.career-data i {
    color: #e66f16;
}

.career-modal .modal-header {
    background: #e66f15;
}

.career-modal .modal-header h4 {
    color: #fff;
}

.career-modal input {
    margin-bottom: 10px;
}


/* End of career page design section  */


/* End of career page design section  */

.specifications li {
    width: 45%;
    margin: 0 10px 18px;
    display: inline-block;
    margin: 0 10px 10px;
    text-align: center;
    vertical-align: middle
}

.specific-inner {
    display: table;
    margin-bottom: 20px;
    width: 100%
}

.specifications span {
    background: #f38221;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .33);
    display: inline-block;
    max-width: 235px;
    overflow: hidden;
    padding: 10px 15px 10px 30px;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: inherit;
    width: 100%;
    height: 75px;
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    color: #fff;
}

.specifications span::after {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .33) inset;
    content: "";
    height: 10px;
    left: 12px;
    position: absolute;
    top: calc(50% - 5px);
    width: 10px
}


/* End of career page design section  */


/* start callto action section */

.call-sec {
    background: #f0b27a;
}

.eligibility {
    background: #eceded;
    padding: 13px;
    border: 1px solid #ccc;
}


/* End of callto action section */


/* Start useful link page  */

.usefullwrapper {
    background: #eeeeee;
}

.usefullwrapper table thead {
    background: #e67114;
    color: #fff;
}

.usefullwrapper table thead th {
    padding: 10px;
}

.usefullwrapper table tr,
.usefullwrapper table td {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
}

.usefullwrapper table td a {
    color: #e66f16;
}

.usefullwrapper table td a:hover {
    color: #23527c;
    text-decoration: underline;
}


/* End of useful link page  */


/* Start achievement section  */

.achievemnetbox {
    display: flex;
    align-items: center;
    background: #eeeff0;
    padding: 15px 25px;
    border-top: 5px solid #f38221;
    margin-bottom: 30px;
    border-radius: 5px;
}

.trophyiconbox img {
    width: 55px;
    margin: auto;
}

.trophyiconbox {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    text-align: center;
    line-height: 80px;
    border: 5px solid #e67013;
    border-style: inset;
    border-radius: 50%;
}

.achievementinfo p {
    font-size: 18px;
    margin-bottom: 0;
}


/* End of achievement section  */


/* start light gallery section */

.lg-imgbox {
    position: relative;
    border: 1px solid #fcac31;
    box-shadow: 5px 5px 2px rgba(40, 62, 80, 0.20);
}

.demo-gallery-poster {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgb(252 155 21 / 74%);
    opacity: 0;
    transition: all 0.6s;
}

.demo-gallery-poster h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    margin: 0;
}

#ourProtfolio a:hover .demo-gallery-poster {
    opacity: 1;
    transition: all 0.6s;
}


/* End of light gallery section */