/* 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;
    color: #304156;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

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

a {
    text-decoration: none !important;
}

.title h2 {
    position: relative;
    text-transform: uppercase;
}

.title h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #e1dfdf;
    margin: 4px 0 0;
    margin-top: 15px;
}

.title2 {
    position: relative;
    text-transform: uppercase;
}

.title2 h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #e1dfdf;
    margin: 4px 0 0;
    margin-top: 15px;
    margin: auto;
    margin-top: 12px;
}

.col-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.bg-gray {
    background: #f1f1f1;
}


/* Deafult Margin & Padding */


/*-- Margin Top --*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}


/*-- Margin Bottom --*/

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}


/*-- Padding Top --*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-120 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-113 {
    padding-top: 113px;
}


/*-- Padding Bottom --*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-90 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}


/*-- Padding Left --*/

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}


/*-- Padding Right --*/

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}


/* font weight */

.f-700 {
    font-weight: 600;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

.f-400 {
    font-weight: 400;
}

.f-300 {
    font-weight: 300;
}


/* Background Color */

.gray-bg {
    background: #f4f4fe;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #222;
}

.primary-bg {
    background: #1a237e;
}


/* Color */

.white-color {
    color: #fff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #222;
}

.primary-color {
    color: #222;
}


/* black overlay */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: #f5811e;
    color: #fff;
    outline: 0;
    border-radius: 4px;
}

.btn1:hover {
    background: goldenrod;
    color: #fff;
}


/* End of globle css */


/* Start Header section */

.top-header {
    color: white;
    padding: 8px 0 48px;
    background: #333993;
}

.top-header p {
    margin-bottom: 0px;
    /* padding: 10px 0; */
    font-size: 13px;
    color: #fff;
}

.top-header .t-info {
    float: right;
}

.top-header .t-info li {
    display: inline-block;
    /* padding: 10px 0; */
    margin-left: 20px;
}

.top-header .t-info li i {
    color: #efb22b;
    font-size: 16px;
    padding-right: 10px;
}

.top-header .t-info li a {
    color: #fff;
    font-size: 13px;
}

.top-header .t-info li a:hover {
    color: #efb22b
}

.f_social {
    /* text-align: right; */
}

.f_social li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}

.f_social li a {
    color: #ffffff;
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 70px;
    border: 1px solid #ffffff;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    display: inline-block;
}

.f_social li a:hover {
    background: #fbca19;
}

.mainnav {
    background: #fff;
}

.navbar-brand>img {
    display: block;
    margin-left: 20px;
    border-radius: 30px;
}

.mainheader {
    background: #f5f5f5;
}


/* End  navbar hader section  */


/* Start slider section */

#myCarousel {
    margin-top: -103px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    /* line-height: 1; */
    width: 100%;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 30px;
    background: #a3a3a2;
    line-height: 40px;
    border-radius: 50%;
}

.carousel-indicators li {
    background-color: rgb(245 131 34 / 45%);
}

.carousel-indicators .active {
    background-color: #f48322;
}


/* End of slider section */


/* start breadcrumb section  */

.breadcrumb_wrap {
    position: relative;
    padding: 15px 60px;
    background-color: #f3f3f3;
}

.breadcrumb {
    text-align: left;
    margin-block: 0;
    padding: 0;
    padding-top: 3px;
}

.breadcrumb a,
.breadcrumb span {
    display: inline-block;
    font-size: 12px;
    color: #2d2d2d;
    font-weight: bold;
    vertical-align: top;
    margin-right: 15px
}

.breadcrumb span.current {
    color: #b98e33;
    font-weight: normal;
}


/* End of breadcrumb section  */


/* start about page section design  */

.abtbanner {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
}

.whyinfo {
    padding: 14%;
    margin-top: 12%;
}

ul.list1 li {
    position: relative;
    padding-left: 43px;
    margin-bottom: 12px;
}

ul.list1 li::before {
    content: "\f192";
    position: absolute;
    top: 6px;
    left: 14px;
    color: #d45113;
    font: normal normal normal 14px/1 FontAwesome;
}

.whybg {
    background: #f1f1f1;
}


/* End of about page section design  */


/* Start why choose us  */

.whychoose {
    background: #f5f5f5 url(../img/abs-bg4.png) no-repeat;
    background-size: cover;
}

.whychoose b {
    color: #fff;
}

.text-divider {
    background: #fff;
    padding: 60px 60px;
    margin-top: -132px;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.08);
    border-radius: 60px;
}

.text-divider .large-text {
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
}

.vismissec {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.vmimg {
    width: 210px;
    height: 210px;
    flex: 0 0 auto;
    margin-right: 33px;
}

.vmimg img {
    width: 100%;
    border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 30%);
    border: 7px solid #f3f3f3;
    height: 210px;
}

.order-list li {
    display: inherit;
    position: relative;
    margin: 12px 0px;
    background: #fff;
    color: #111;
    padding: 4px 34px;
    display: inline-block;
    border-radius: 20px;
}

.order-list li:before {
    position: absolute;
    content: '\f20e';
    left: 8px;
    top: 4px;
    font-family: 'FontAwesome';
    color: #067dad;
    font-weight: 600;
}

.order-list2 li:before {
    /* color: #fff; */
}

.order-list2 {
    color: #fff;
}

.order-list li:first-child {
    margin-top: 0;
}

.order-list.primary-color li:before {
    color: #067dad;
    font-weight: 600;
}

.mypills>li>a {
    border-radius: 4px;
    color: #222;
    background: #f2f2f2;
}


/* End of why choose us  */


/*********start contact page section****************/

.contact-inner {
    text-align: left;
    background: #f5f5f5;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #05064324;
}

.contact-inner p {
    padding-bottom: 0px !important;
    padding-top: 0px;
    margin-bottom: 5px;
}

.contact-inner h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.contact-inner hr {
    width: 100%;
    background-color: #282c32 !important;
    margin: 25px 0;
}


/******contact form*******/

form {
    text-align: center;
}

form input,
form textarea {
    border: 0;
    outline: 0;
    display: block;
    width: 100%;
    /* letter-spacing: 1px; */
    margin-top: 1.5em;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    resize: none;
    font-size: 14px;
    height: 40px;
    color: #222;
    padding-left: 10px;
    background: transparent;
    border: 1px solid #222;
    /* border:1px solid #282c32; */
}

form input:focus,
form textarea:focus {
    -moz-box-shadow: 0 0px 2px #222 !important;
    -webkit-box-shadow: 0 0px 2px #222 !important;
    box-shadow: 0 0px 2px #222 !important;
}

form #input-submit {
    color: #222;
    cursor: pointer;
}

form #input-submit:hover {
    background: #f4811f;
    color: #000;
}

form textarea {
    height: 156px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222;
    opacity: 1;
    /* Firefox */
}

.half {
    float: left;
    width: 48%;
    margin-bottom: 1em;
}

.right {
    /* width: 50%; */
}

.left {
    margin-right: 2%;
}

@media (max-width: 480px) {
    .half {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
}


/* Clearfix */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/*******end contact form********/


/*----------------------------------------*/


/*  15. Partners Css
/*----------------------------------------*/

.partners-area {
    min-height: 660px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .partners-area .partners-65 {
        margin-right: 65;
        margin-bottom: 30px;
    }
}

.partners-area .partner-btn {
    background: transparent;
    border: 1px solid #E48216;
    color: #E48216;
}

.partners-area .partner-btn:hover {
    background: #E48216;
    border: 1px solid #E48216;
    color: #ffffff;
}

.partner-img {
    text-align: center;
    padding: 1px 20px;
    background: #ffffff;
    border: 1px solid #E7EAEF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .partner-img {
        padding: 40px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .partner-img {
        padding: 50px 10px;
    }
}


/** info-section **/

.info-section {
    position: relative;
    padding: 100px 0px;
}

.info-section .title-inner {
    position: relative;
    padding-left: 250px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    min-height: 180px;
}

.info-section .title-inner .year-box {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    padding: 27px 15px 29px 15px;
}

.info-section .title-inner .year-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 220px;
    height: 180px;
    overflow: hidden;
}

.info-section .title-inner .year-box h2 {
    position: relative;
    font-size: 103px;
    line-height: 94px;
    font-weight: 700;
}

.info-section .title-inner .year-box h3 {
    font-size: 16px;
    line-height: 30px;
    color: #204669;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 24px;
}

.info-section .title-inner .title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #222;
}

.info-section .title-inner .title h2 span {}

.info-section .text-column .text p {
    margin-bottom: 22px;
}

.info-section .text-column .text a {
    position: relative;
    display: inline-block;
}

.info-section .text-column .text a i {
    position: relative;
    font-size: 12px;
    margin-right: 10px;
}

.info-section .text-column .text a span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #222;
    transition: all 500ms ease;
}

.info-section .text-column .text a:hover span {}

.info-section .text-column .text {
    position: relative;
    display: block;
    margin-top: 18px;
}


/** feature-section **/

.feature-section {
    position: relative;
    padding-bottom: 130px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #222;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 80px;
}

.feature-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.feature-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.feature-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.feature-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 6px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 50px 0px;
}

.feature-block-one .inner-box .lower-content {
    position: relative;
}

.feature-block-one .inner-box .lower-content .inner {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -20px;
    width: calc(100% - 30px);
    left: 15px;
    background: #fff;
    text-align: center;
    padding: 25px 15px 25px 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    z-index: 2;
}

.feature-block-one .inner-box .lower-content .inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .lower-content .inner:before {
    height: 100%;
}

.feature-block-one .inner-box:hover .lower-content .inner {}

.feature-block-one .inner-box .lower-content .inner h3 {
    margin-bottom: 0px;
    transition: all 500ms ease;
    font-size: 17px;
}

.feature-block-one .inner-box:hover .lower-content .inner h3 {
    color: #151111;
}

.feature-block-one .inner-box .lower-content .inner a {
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 33px;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
}

.feature-block-one .inner-box:hover .lower-content .inner a {
    opacity: 1;
}

.feature-block-one .inner-box .lower-content .inner a span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.feature-block-one .inner-box .lower-content .inner a i {
    font-size: 12px;
    color: #fff;
    margin-left: 7px;
}


/*------------------ Theme Counter -------------------*/

.theme-counter {
    /* background: #f8faff; */
}

.theme-counter .bg {
    background: url(../img/pattern.png) no-repeat center center;
    text-align: center;
    padding: 85px 0 85px 0;
}

.theme-counter h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #001a57;
    font-family: 'Montserrat', sans-serif;
}

.theme-counter h2 {
    font-size: 42px;
    font-weight: 700;
    padding: 12px 0 35px 0;
}

.cunter-wrapper {
    /* width: 75%; */
    margin: 0 auto;
    text-align: center;
}

.single-counter-box .number {
    font-weight: 300;
    font-size: 40px;
    color: #001a57;
    margin-bottom: 30px;
}

.single-counter-box .number .timer {
    font-size: 70px;
}

.single-counter-box p {
    margin-top: -15px;
    text-transform: uppercase;
}

.single-counter-box {
    margin-bottom: 10px;
}

.theme-counter .theme-button-one {
    margin-top: 45px;
}


/*Profit Share*/

.domainexp {
    background-color: #f3f5f7;
}

.domainexp ul.profit-list li {
    text-transform: uppercase;
}

.domainbox {
    background: #fff;
    padding: 28px;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    flex-direction: column;
    font-size: 14px;
    color: #222;
    line-height: 18px;
    transition: all 1s;
}

.domainbox:hover {
    /* border: 1px solid #d77800; */
    box-shadow: 0px 0px 10px 0px #d77800;
    transition: all 1s;
}

.domainbox img {
    width: 90px !important;
    margin-bottom: 12px;
}

.r-img {
    border-radius: 25px;
    box-shadow: 0px 0px 8px 3px #ccc;
}

ul.profit-list {
    margin-bottom: 20px;
}

ul.profit-list li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

ul.profit-list li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    display: flex;
    background: #fff;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ff4815;
    position: relative;
    left: 0;
    margin-bottom: 0px;
    margin-right: 20px;
}

.domainexp .owl-carousel .owl-stage-outer {
    padding: 10px 6px;
}


/* Footer Area css
============================================================================================ */

.footer_area {
    background: #0f0f0f url(../img/footer-bg.png);
    padding-top: 30px;
    background-size: contain;
}

.footer_area h2 {
    color: #fff;
}

.footer_widget {
    padding-bottom: 50px;
}

.f_widget {}

.f_widget .link_widget {}

.f_widget.padd-l-60 {
    padding-left: 60px;
}

.f_title {
    padding-bottom: 25px;
}

.f_title h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    /*opacity: .6;*/
    letter-spacing: .32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
}

.f_title h3:before {
    content: "";
    width: 40px;
    height: 2px;
    background: #eb8f2c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.about_widget img {
    max-width: 100%;
}

.about_widget p {
    font-size: 16px;
    line-height: 24px;
    color: #c5c5c5;
    letter-spacing: .48px;
    padding: 25px 0px 15px 0px;
}

.about_widget .f_r_link {
    font-size: 15px;
    color: #eb8f2c;
}

.about_widget .f_r_link:hover {
    text-decoration: underline;
}

.link_widget ul li {
    margin-bottom: 5px;
}

.link_widget ul li a {
    font-size: 13px;
    color: #c5c5c5;
    letter-spacing: .32px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.link_widget ul li:last-child {
    margin-bottom: 0px;
}

.link_widget ul li:hover a {
    color: #eb8f2c;
}

.contact_widget .contact_inner .media {
    margin-top: 15px;
}

.contact_widget .contact_inner .media:first-child {
    margin-top: 0px;
}

.contact_widget .contact_inner .media .media-left {
    padding-right: 20px;
}

.contact_widget .contact_inner .media .media-left i {
    font-size: 22px;
    color: #eb8f2c;
}

.contact_widget .contact_inner .media .media-body h4 {
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .32px;
}

.contact_widget .contact_inner .media .media-body p {
    font-size: 13px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media .media-body a {
    font-size: 13px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media:nth-child(2) .media-body a {
    color: #c5c5c5;
    font-size: 13px;
    /*font-weight: bold;*/
}

.footer_copyright .footer_copyright_inner {
    overflow: hidden;
    clear: both;
    /*background: #212025;*/
    border-top: 1px solid #4a4a4a;
}

.footer_copyright .footer_copyright_inner .pull-left {
    padding-left: 30px;
}

.footer_copyright .footer_copyright_inner .pull-left p {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
}

.footer_copyright .footer_copyright_inner .pull-right {
    padding-right: 30px;
}

.footer_copyright .footer_copyright_inner .pull-right h4 {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
    font-weight: normal;
}

.footer_copyright .footer_copyright_inner .pull-right h4 a {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.footer_copyright .footer_copyright_inner .pull-right h4:hover a {
    color: #eb8f2c;
}

.copy-right {
    color: #fff;
    padding: 20px 0;
    font-size: 12px;
}

.copy-right a {
    color: #fff;
}

.copy-right a:hover {
    color: #eb8f2c;
}

.map iframe {
    margin-bottom: -5px;
}


/* End Footer Area css--*/


/* 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 career section  */

.title2 h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #1e416d;
    font-size: 24px;
    letter-spacing: 2px;
}

.title2 p {
    color: #212529;
    font-size: 16px;
}

.topcareer {
    background: #f4f4f4;
}

.jobdisc h2 {
    font-size: 18px;
    color: #212529;
    line-height: 22px;
    font-weight: 700;
}

.jobdisc h2 span {
    color: #e91e63;
    margin-left: 60px;
}

.jobdisc p {
    font-size: 16px;
    color: #666b6f;
    line-height: 22px;
    margin-bottom: 0;
}

hr {
    border-top: 1px solid #c5bfbf;
}

input[type="text"],
input[type="email"],
input[type="date"],
textarea {
    color: #333;
    width: 100%;
    box-sizing: border-box;
    /* letter-spacing: 1px; */
    outline: 0;
    border: 1px solid #ccc;
    padding: 7px 14px 9px;
    height: 45px;
    border-radius: 22px !important;
}

.submitbtn input {
    padding: 10px 46px;
    border: 0;
    outline: 0;
    background: #21436f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

.submitbtn input:hover {
    background: #d6b160;
}


/* End od career section  */

.teamimginfo {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 6px 0px #0406465e;
    border-radius: 8px;
    text-align: center;
}

.teamimgbox img {
    margin: auto;
    border-radius: 20px 20px 0 0;
    border: 10px solid #ccc;
    border-bottom: 0px;
}

.teamimginfo h3 {
    font-size: 20px;
    color: #333993;
}


/* start award section  */

.awardwrapper {
    display: flex;
    background: #fafafa;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 0px #00195e40;
    padding: 15px;
    border: 1px solid #dedede;
}

.awardimg {
    flex-basis: 10%;
}

.awardimg img {
    width: 100%;
}

.awardinfo {
    padding-left: 30px;
    flex-basis: 90%;
}

.awardinfo p {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 0px;
}


/* End  award section  */


/* start clients section  */

.clientbox {
    display: inline-block;
    width: calc(15% - 6px);
    margin: 10px 8px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px #ccc;
    height: 153px;
    vertical-align: text-bottom;
    line-height: 102px;
    padding: 0.8em;
    border-radius: 7px;
}

.clientbox img {
    width: 100%;
}


/* End of clients section  */


/* start department section  */

.ourdepartment {
    padding: 130px 0 110px;
    background-image: url(../img/depbg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.ourdepartment:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
}

.p-r {
    position: relative;
}

.depbox {
    background: #fff;
    border-radius: 8px;
}

.service-img {
    overflow: hidden;
}

.depbox img {
    border-radius: 8px;
}

.dep-info {
    padding: 25px;
    text-transform: uppercase;
}

.dep-info a {
    padding: 6px 20px;
    /* background: #f58124; */
    border-radius: 50px;
    color: #f58124;
    font-size: 13px;
    border: 2px solid #f58124;
    outline: 0;
    display: inline-block;
}

.dep-info a:hover {
    background: #f58124;
    color: #fff;
}

.depbox .service-img img {
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.depbox:hover .service-img img {
    transform: scale(1.2);
}


/* End of department section  */

.socialcontact {
    background: #333993;
}

.questionbox {
    background: #e4f7ff;
    padding: 12px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #2196f30f;
    height: 260px;
    width: 260px;
    text-align: center;
    background: linear-gradient(45deg, #03a9f452, transparent, #00bcd436);
    box-shadow: 0px 0px 5px 0px #3b469224;
    display: flex;
    align-items: center;
}

.questionbox h4 {
    margin-bottom: 0px;
}

.questionbox img {
    width: 65px;
    position: absolute;
    top: -24px;
    left: 45px;
}

.shape .circle {
    animation: bounce 3s linear infinite;
}

.shape .circle2 {
    animation-delay: 0.1s;
}

.shape .circle3 {
    animation-delay: 0.2s;
}

.shape .circle4 {
    animation-delay: 0.3s;
}

@keyframes bounce {
    from,
    to {
        transform: translateY(0) scale(1, 1);
        animation-timing-function: ease-in;
    }
    45% {
        transform: translateY(5em) scale(1, 1);
        animation-timing-function: linear;
    }
    50% {
        transform: translateY(5em) scale(1.5, );
        animation-timing-function: linear;
    }
    100% {
        transform: translateY(5em) scale(1, 1);
        animation-timing-function: ease-out;
    }
}

.owl-carousel .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px !important;
    color: #fff !important;
    border: 1px solid #ddd;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-next {
    right: -70px;
}


/* start block qotes section  */

.blockquote-wrapper {
    display: flex;
}


/* Blockquote main style */

.blockquote {
    position: relative;
    align-self: center;
}


/* Blockquote header */

.blockquote .blockbox {
    position: relative;
    /* for pseudos */
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 4px;
    border-radius: 20px;
    padding: 25px;
}


/* Blockquote right double quotes */

.blockquote .blockbox:after {
    content: "";
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 65px;
    bottom: -65px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote .blockbox:before {
    content: "";
    position: absolute;
    width: 80px;
    border: 7px solid #204669;
    bottom: -4px;
    left: 50px;
    z-index: 2;
}

.blockbox p {
    color: #fff;
}


/* increase header size after 600px */

@media all and (min-width: 600px) {
    .blockquote .blockbox {
        font-size: 2rem;
        line-height: 1.2;
    }
}


/* Blockquote subheader */

.blockquotesSec {
    background: #204669;
}

.highlight {
    color: #f37f1c;
    font-size: 20px;
}


/* End of block qotes section  */

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        color: orange;
    }
}

.achievemnetbox {
    display: flex;
    align-items: center;
    background: #eeeff0;
    padding: 15px 25px;
    border-top: 5px solid #f38221;
    margin-bottom: 30px;
    border-radius: 5px;
    border-bottom: 5px solid #d2d6db;
}

.achievementinfo h5 {
    background: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    color: #f48222;
}

.achievementinfo h5 span {
    color: #304156;
    font-weight: bold;
    text-transform: uppercase;
}

.trophyiconbox img {
    width: 100px;
    margin: auto;
}

.trophyiconbox {
    margin-right: 20px;
    width: 100px;
    height: 100px;
    /* background: #fff; */
    text-align: center;
    line-height: 100px;
    /* border: 5px solid #e67013; */
    /* border-style: inset; */
    border-radius: 50%;
}

.achievementinfo p {
    font-size: 16px;
    margin-bottom: 15px;
}


/* start course details section  */

.coursebox {
    border: 1px solid #fa720047;
    padding-bottom: 20px;
    border-radius: 32px;
    background: #fff;
}

.courseinfo h4 {
    font-weight: bold;
    border-bottom: 1px solid #cccccc54;
    padding-bottom: 8px;
    background: #ffd6b3;
    border-radius: 32px 32px 1px 1px;
    padding: 15px 14px;
    font-size: 16px;
}

.courseinner {
    display: flex;
    justify-content: space-between;
    padding: 0px 24px;
}

.coursedetails .d-flex {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.coursedetails .col-md-12 {
    flex-basis: 50%;
    width: 50%;
}


/* End of course details section  */


/*================================================
Blog Area CSS
=================================================*/

:root {
    --main-color: #f5811e;
    --gradient-color: linear-gradient(90deg, #f5811e 0%, #f5811e 100%);
    --white-color: #ffffff;
    --black-color: #110B25;
    --paragraph-color: #656565;
    --font-size: 16px;
    --transition: .6s;
}

.single-blog-card {
    margin-bottom: 25px;
}

.single-blog-card .blog-image {
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
}

.single-blog-card .blog-image a img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    width: 100%;
}

.single-blog-card .blog-image::before,
.single-blog-card .blog-image::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: '';
    background: var(--main-color);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-blog-card .blog-image::before {
    width: 70px;
    height: 1px;
    left: 100%;
}

.single-blog-card .blog-image::after {
    height: 70px;
    width: 1px;
    top: 0;
}

.single-blog-card .blog-content {
    background: #f1f1f1;
    padding: 8px 15px;
    margin-bottom: 30px;
    min-height: 220px;
}


.single-blog-card .blog-content span {
    color: var(--paragraph-color);
    font-size: var(--font-size);
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 45px;
}

.single-blog-card .blog-content span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 1px;
    background: var(--main-color);
}

.single-blog-card .blog-content span a {
    color: var(--paragraph-color);
}

.single-blog-card .blog-content span a:hover {
    color: var(--main-color);
}

.single-blog-card .blog-content h3 {
        font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}

.single-blog-card .blog-content h3 a {
    color: var(--black-color);
    position: relative;
    display: inline;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    background-repeat: no-repeat;
}

.single-blog-card .blog-content .entry-meta {
    padding: 0;
    margin-bottom: 0;
    margin-top: 18px;
}

.single-blog-card .blog-content .entry-meta li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 22px;
    font-size: var(--font-size);
}

.single-blog-card .blog-content .entry-meta li a {
    color: var(--paragraph-color);
}

.single-blog-card .blog-content .entry-meta li a:hover {
    color: var(--main-color);
}

.single-blog-card .blog-content .entry-meta li:last-child {
    margin-right: 0;
}

.single-blog-card .blog-content .entry-meta li i {
    color: var(--main-color);
    font-size: var(--font-size);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-blog-card .blog-content.with-padding {
    margin-top: 0;
    padding: 25px;
    background-color: var(--white-color);
    -webkit-box-shadow: -13px 8px 32px rgba(217, 35, 12, 0.04);
    box-shadow: -13px 8px 32px rgba(217, 35, 12, 0.04);
}

.single-blog-card:hover .blog-image a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-blog-card:hover .blog-image::before,
.single-blog-card:hover .blog-image::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.single-blog-card:hover .blog-content h3 a {
    background-size: 100% 2px;
}


/* Details blog section  */

.d-flex {
    display: flex;
}

.justify-betweeen {
    justify-content: space-between;
}

.blogtitle {
    border-bottom: 1px solid #f2f2f2;
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 20px;
    position: relative;
}

.widget-area .widget .widget-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: var(--gradient-color);
}

.widget-area .widget_explore_topics .topics-list {
    padding: 0;
    margin-bottom: 0;
}

.widget-area .widget_explore_topics .topics-list li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E7EC;
}

.align-items-center {
    align-items: center!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.d-flex {
    display: flex!important;
}

.widget-area .widget_explore_topics .topics-list li a {
    font-size: var(--font-size);
    color: var(--paragraph-color);
}


/* End of Details blog section  */

.t-center{
        text-align: center;

}


/* start webinar section  */

.webinarbox {
    background: #f2f2f2;
    border: 1px dashed #e26825;
    border-radius: 20px;
}

.webinartitle {
    padding: 10px 10px;
    background: #f4c35c;
    border-radius: 20px 20px 0 0;
}

.webinartitle h4 {
    margin-bottom: 0;
}
.course-img {
    flex-basis: 40%;
}
.courseinner2{
    justify-content: flex-start;
}
.eligibility {
    padding: 15px;
}
/* End of webinar section  */

/* 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 {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #444;
}

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

a {
    text-decoration: none !important;
}

#more {
    display: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
        vertical-align: middle;
}
.librarysec  tr td:last-child{
    text-align:center;
    }
/* Deafult Margin & Padding */


/*-- Margin Top --*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}


/*-- Margin Bottom --*/

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}


/*-- Padding Top --*/

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-120 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-113 {
    padding-top: 113px;
}


/*-- Padding Bottom --*/

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-90 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}


/*-- Padding Left --*/

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}


/*-- Padding Right --*/

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}


/* font weight */

.f-700 {
    font-weight: 600;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

.f-400 {
    font-weight: 400;
}

.f-300 {
    font-weight: 300;
}


/* Background Color */

.gray-bg {
    background: #f4f4fe;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #222;
}

.primary-bg {
    background: #1a237e;
}


/* Color */

.white-color {
    color: #fff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #222;
}

.primary-color {
    color: #222;
}


/* black overlay */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 8px 30px;
    background: #e26825;
    color: #fff;
    outline: 0;
    border-radius: 25px;
    transition: all 0.5s;
}

.btn1:hover {
    background: goldenrod;
    color: #fff;
    transition: all 0.5s;
}

.btn2 {
    padding: 6px 20px;
    /* background: #f58124; */
    border-radius: 50px;
    color: #f58124;
    font-size: 13px;
    border: 2px solid #f58124;
    outline: 0;
    display: inline-block;
    background: transparent;
}

.btn2:hover {
    background: #f58124;
    color: #fff;
}

.list1 li {
    position: relative;
    padding-left: 43px;
    margin-bottom: 12px;
}

.list1 li::before {
    content: "\f192";
    position: absolute;
    top: 6px;
    left: 14px;
    color: #eb6e14;
    font: normal normal normal 14px/1 FontAwesome;
}


/* End of globle css */


/* ================================================== */


/* 02. header	*/


/* ================================================== */

.header-top {
    display: block;
    background: #211d1e;
}

.header-top ul.follow-us {
    padding-top: 5px;
    /* float: left; */
}

.header-top ul.follow-us li {
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
}

.header-top ul.follow-us li a {
    color: #646162;
}

.header-top ul.follow-us li a:hover {
    color: #fff;
}

.header-top .right-block {
    display: block;
    padding: 0px 40px;
    /* float: right; */
}

.header-top ul.top-nav {
    display: block;
    padding-top: 8px;
    padding-right: 10px;
    float: left;
}

.header-top ul.top-nav li {
    display: block;
    padding: 0 13px;
    float: left;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-top ul.top-nav li a {
    color: #6c777d;
}

.header-top ul.top-nav li a:hover {
    color: #fff;
}

.header-top .lang-wrapper {
    display: block;
    float: right;
}

.header-top .select-lang,
.header-top .select-lang2 {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-top .select-lang {
    margin-left: 1px;
}

.header-top .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0px;
    background: #302c2d;
}

.header-top .select2.select2-container {
    width: 100px !important;
}

.header-top .select2-container .select2-selection--single {
    height: 42px;
}

.header-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.header-top .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    color: #fff;
}

.header-top .select2-container .select2-selection--single .select2-selection__rendered img {
    margin-right: 4px;
}

.header-top .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 42px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0;
    border-color: #c1c0c0 transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 6px;
}

.select2-dropdown {
    border: 1px #dedddd solid;
}

.select2-results__option {
    padding: 0 6px;
    font-size: 13px;
}

.select2-results__option .img-flag {
    margin-right: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ff9600;
}

.header-middle {
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo {
    position: relative;
}

.logo::before {
    position: absolute;
    content: "";
    top: -5px;
    left: -40px;
    width: 250px;
    height: 130px;
    background: white;
    z-index: 1;
    transform: skewX(-10deg);
    box-shadow: 0px 0px 17px 2px #5c585857;
}

.logo img {
    width: 182px;
    position: absolute;
    z-index: 1;
    top: 21px;
}

.header-middle .contact {
    display: block;
    /* padding: 7px 0 8px 0; */
    float: right;
}

.header-middle .contact ul {
    display: block;
    padding-right: 32px;
    float: left;
}

.header-middle .contact ul li {
    display: block;
    padding: 0 30px;
    border-right: 1px #dedddd solid;
    float: left;
    /* font-family: 'texgyreadventorbold'; */
    font-size: 14px;
    color: #4f4a4a;
    line-height: 18px;
}

.header-middle .contact ul li span {
    display: block;
    font-size: 12px;
    color: #8f9ba1;
    text-transform: uppercase;
}

.header-middle .contact ul li a {
    color: #4f4a4a;
}

.header-middle .contact ul li a:hover {
    color: #ff9600;
}

.header-middle a.login {
    display: inline-block;
    padding: 5px 20px;
    /* border: 2px #17a43b solid; */
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    background: #eb6e14;
    margin-top: 12px;
}

.header-middle a.login:hover {
    background: #f9a227;
    color: #fff;
}

.header-middle a.login span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    font-size: 14px;
    color: #00aaff;
}

.header-middle a.login:hover span {
    color: #fff;
}

.topnews {
    position: relative;
    top: 6px;
    color: #e16d19;
}

.topnews li a {
    color: #fff;
    font-size: 13px;
}

.topnews li a:hover {
    color: #FFC107;
}

.topnews li a span {
    color: #f7c152;
}

marquee {
    margin-bottom: -5px;
    height: 39px;
    padding-top: 3px;
}

.p-logo img {
    padding-top: 8px;
}

.tm-social-icons {
    display: table-cell;
    vertical-align: middle
}

.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;
}

.tm-social-icons a i {
    line-height: 31px
}

.tm-social-icons a.tm-icon-facebook {
    background: #4c66a4
}

.tm-social-icons a.tm-icon-blogger {
    background: #f3913e
}

.tm-social-icons a.tm-icon-insta {
    background: #a437b6
}

.tm-social-icons a.tm-icon-twitter {
    background: #2dbae7
}

.tm-social-icons a.tm-icon-linkedin {
    background: #1b6298
}

.tm-social-icons a.tm-icon-youtube {
    background: #d22222
}

.tm-social-icons a:hover {
    background: #fecb0c
}


/* ================================================== */


/* 03. navigation */


/* ================================================== */

.navbar {
    border-radius: 0px;
    margin: 0px;
    border: none;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-inverse {
    background: #eb6e14;
}

.nav>li>a {
    padding: 0 9px;
    line-height: 48px;
}

.navbar-nav>li {
    /* border-right: 1px #5fc078 solid; */
}

.navbar-nav>li>a {
    text-transform: uppercase;
}

.navbar-nav>li:last-child {
    border: none;
}

.navbar-inverse .navbar-nav>li>a {
    /* font-family: 'texgyreadventorbold'; */
    font-size: 13px;
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a i {
    font-size: 20px;
    color: #ffffff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: transparent;
}

.navbar-form {
    width: 30%;
    padding: 0 25px;
    background: #4ab866;
    margin: 0px;
    position: relative;
}

.navbar-form .form-control {
    width: 100%;
    margin: 12px 0;
    padding-left: 0px;
    height: 34px;
    background: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px #a5dcb3 solid !important;
    border: none;
    font-size: 12px;
    color: #b4ddbd;
    text-transform: uppercase;
}

.navbar-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.navbar-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.navbar-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.navbar-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.navbar-form .search-btn {
    display: block;
    border: none;
    position: absolute;
    right: 25px;
    top: 18px;
    background: none;
    font-size: 16px;
    color: #fff;
}

.navbar .dropdown-menu {
    min-width: 260px;
    padding: 0px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border-top: 4px #ff9600 solid;
}

.navbar .dropdown-menu:after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 150, 0, 0);
    border-bottom-color: #ff9600;
    border-width: 10px;
}

.navbar .dropdown-menu>li>a {
    padding: 7px 15px;
}

.navbar .dropdown-menu>li>a:focus,
.navbar .dropdown-menu>li>a:hover {
    background: #ff9600;
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: 0 !important;
        left: auto;
    }
}


/* ================================================== */


/* Start slider section */

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    /* line-height: 1; */
    width: 100%;
    /* height: 100vh; */
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 40px;
    height: 40px;
    margin-top: -10px;
    font-size: 30px;
    background: #eb6e14;
    line-height: 40px;
    border-radius: 50%;
}

.carousel-indicators li {
    background-color: rgb(193 190 187 / 40%);
}

.carousel-indicators .active {
    background-color: #eb6e14;
}


/* End of slider section */


/* start page banner section   */

.pt-breadcrumb {
    position: relative;
    padding: 40px 0px 20px;
    background: #e7e7e7;
}

.pt-bg-overley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    /* opacity: 1; */
    /* background-position: center center; */
    /* background: #00000061; */
}

.pt-breadcrumb-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}

.breadcrumb {
    background: transparent;
    padding: 0 !important;
    margin: 0;
}

.breadcrumb li a {
    color: #222426;
}

.breadcrumb li i {
    font-size: 18px;
}

.breadcrumb .breadcrumb-item.active {
    color: #e26825;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #222426;
}


/* End of page banner section   */


/* Start Contact Form section */

.details-icons {
    display: table-cell;
    vertical-align: top;
}

.details-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-size: 15px;
}

.details-info h5 {
    margin: 0;
}

.details-box li {
    margin-bottom: 50px;
    border-bottom: 1px solid #f4eeee;
}

.details-box li:last-child {
    margin-bottom: 0px;
    border: 0;
}

.details-icons span {
    color: #ffc31d;
    font-size: 25px;
    border: 1px solid #ffc31d;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.details-info h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.details-info a {
    color: #444;
}

.details-info a:hover {
    color: #ff7906;
}

.text-box {
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    outline: 0px;
    border: 0px;
    cursor: text
}

.text-area {
    height: 120px;
}

ul.details-box {
    /* box-shadow: 0px 0px 6px 3px #f4f3f3; */
    padding: 27px;
    border-radius: 8px;
    background: #f2f2f2;
    margin-bottom: 15px;
}


/* End of Contact Form section */


/* Start Map Section */

section.map iframe {
    margin-bottom: -5px;
}


/* end of Map Section */


/* start courses by sector  */

.shadow-effect {
    text-align: center;
}

.courseSectorbox {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}

.courseSectorbox img {
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
    margin: 8px auto;
    box-shadow: 0px 0px 8px 2px #08174e38;
}

.coursesSlider a {
    color: #222;
}

.coursesSlider a:hover {
    color: #d77800;
}

.cousecat-box {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px #0610463d;
}


/* End of courses by sector  */


/* owl nav  */

.owl-carousel .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
}

.owl-carousel {
    position: relative;
}

.coursesSlider .owl-carousel .owl-next,
.coursesSlider .owl-carousel .owl-prev {
    position: inherit;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 44%;
    font-size: 20px !important;
    color: #fff !important;
    border: 1px solid #ddd;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -30px;
}

.owl-carousel .owl-next {
    right: -30px;
}


/* end of owl nav  */


/* start e learning module section  */

.elearnig_modules {
    padding: 130px 0 110px;
    background-image: url(../img/depbg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.elearnig_modules:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
}

.p-r {
    position: relative;
}

.depbox {
    background: #fff;
    border-radius: 8px;
}

.service-img {
    overflow: hidden;
}

.depbox img {
    border-radius: 8px;
}

.dep-info {
    padding: 25px;
    /* text-align: center; */
}

.dep-info h4 {
    font-size: 16px;
}

.dep-info a {
    padding: 6px 20px;
    /* background: #f58124; */
    border-radius: 50px;
    color: #f58124;
    font-size: 13px;
    border: 2px solid #f58124;
    outline: 0;
    display: inline-block;
}

.dep-info a:hover {
    background: #f58124;
    color: #fff;
}

.depbox .service-img img {
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
    height: 193px;
}

.depbox:hover .service-img img {
    transform: scale(1.2);
}


/* End of e learning module section  */


/* star home intro section  */

.homeintroimg {
    position: relative;
}

.homeintroimg-1 img {
    -webkit-box-shadow: 0 2px 25px -13px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 2px 25px -13px rgba(0, 0, 0, .26);
    box-shadow: 0 2px 25px -13px rgb(0 0 0 / 26%);
    border: 15px solid #fff;
    width: 70%;
    height: 80%;
    /* position: absolute;
    top: 0;
    left: 0; */
}

.homeintroimg-2 img {
    -webkit-box-shadow: 0 2px 25px -13px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 2px 25px -13px rgba(0, 0, 0, .26);
    box-shadow: 0 2px 25px -13px rgb(0 0 0 / 26%);
    border: 15px solid #fff;
    width: 60%;
    height: 65%;
    position: absolute;
    bottom: -78px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Eng home intro section  */


/* start testimonial section  */

.testimony-section {
    position: relative;
    background: #f9faff !important;
}

.testimony-section .overlay {
    background-image: url(../img/fdd.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.testimonialbox {
    display: block;
    position: relative;
    background: white;
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.user-details {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.user-img {
    /* display: inline-block; */
    /* width: 80px; */
    /* height: 80px; */
    border-radius: 50%;
    overflow: hidden;
    /* position: absolute; */
    top: 26px;
    left: 20px;
    box-shadow: 0 1px 5px 2px #ccc;
    flex-basis: 80px;
}

.user-img img {
    width: 100%;
    border-radius: 50%;
}

.user-name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
    margin-left: 15px;
}

.testimony-wrap .position {
    font-size: 12px;
    color: #8a7979;
    color: #4986fc;
}

.user-name h4 {
    margin-bottom: 6px;
}

.user-name .position {
    font-size: 13px;
    color: #eb6e14;
}


/* ENd of testimonial section  */


/* start welcome section  */

.welcomesec {
    background: #f2f2f2;
}

.welcombox {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 25px -16px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0 2px 25px -16px rgba(0, 0, 0, .26);
    box-shadow: 0 2px 25px -16px rgb(0 0 0 / 26%);
    position: relative;
    background: #fff;
}

.welcomimg {
    width: 60px;
    height: 60px;
    background: #f4c35c;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
}

.welcomimg img {
    width: 36px;
}


/* End of welcome section  */


/* start blog section  */

.blogsec {
    background: #f9faff!important;
}

.blogwrapper {
    -webkit-box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
    background: white;
}

.dateinfo {
    display: flex;
    justify-content: space-between;
}

.bloginfo {
    padding: 15px;
    min-height: 190px;
    margin-bottom: 30px;
}


/* End of  blog section  */


/* start counter section  */

.counterSec {
    background: url(../img/counterbg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.counterSec::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: .8;
    background: #000000;
}

.counter-title {
    display: flex;
    color: #fff;
}

.counter-title img {
    width: 45px;
    margin-right: 15px;
}

.counter-value {
    font-weight: 800px;
}

.counter-value {
    font-weight: 800;
    font-size: 44px;
    line-height: 53px;
}

.counter-title p {
    font-size: 16px;
    text-transform: uppercase;
}

.plus {
    font-size: 30px;
}


/* End of counter section  */


/* Footer Area css
============================================================================================ */

.footer_area {
    background: #252627;
    padding-top: 80px;
    background-size: contain;
}

.footer_area h2 {
    color: #fff;
}

.footer_widget {
    padding-bottom: 50px;
}

.f_widget {}

.f_widget .link_widget {}

.f_widget.padd-l-60 {
    padding-left: 60px;
}

.f_title {
    padding-bottom: 25px;
}

.f_title h3 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    /*opacity: .6;*/
    letter-spacing: .32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 18px;
    padding-left: 9px;
}

.f_title h3:before {
    content: "";
    width: 3px;
    height: 23px;
    background: #ffb200;
    position: absolute;
    left: 0px;
    top: -2px;
}

.about_widget img {
    max-width: 100%;
}

.about_widget p {
    font-size: 13;
    line-height: 24px;
    color: #c5c5c5;
    letter-spacing: .48px;
    padding: 25px 0px 15px 0px;
}

.about_widget .f_r_link {
    font-size: 15px;
    color: #ffb200;
}

.about_widget .f_r_link:hover {
    text-decoration: underline;
}

.link_widget ul li {
    margin-bottom: 5px;
}

.link_widget ul li a {
    font-size: 13px;
    color: #c5c5c5;
    letter-spacing: .32px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.link_widget ul li:last-child {
    margin-bottom: 0px;
}

.link_widget ul li:hover a {
    color: #ffb200;
}

.contact_widget .contact_inner .media {
    margin-top: 15px;
}

.contact_widget .contact_inner .media:first-child {
    margin-top: 0px;
}

.contact_widget .contact_inner .media .media-left {
    padding-right: 20px;
}

.contact_widget .contact_inner .media .media-left i {
    font-size: 22px;
    color: #ffb200;
}

.contact_widget .contact_inner .media .media-body h4 {
    font-size: 16px;
    font-weight: bold;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: .32px;
}

.contact_widget .contact_inner .media .media-body p {
    font-size: 13px;
    letter-spacing: .32px;
    line-height: 24px;
    color: #c5c5c5;
}

.contact_widget .contact_inner .media .media-body a {
    font-size: 13px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 24px;
}

.contact_widget .contact_inner .media:nth-child(2) .media-body a {
    color: #c5c5c5;
    font-size: 13px;
    /*font-weight: bold;*/
}

.footer_copyright .footer_copyright_inner {
    overflow: hidden;
    clear: both;
    /*background: #212025;*/
    border-top: 1px solid #4a4a4a;
}

.footer_copyright .footer_copyright_inner .pull-left {
    padding-left: 30px;
}

.footer_copyright .footer_copyright_inner .pull-left p {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
}

.footer_copyright .footer_copyright_inner .pull-right {
    padding-right: 30px;
}

.footer_copyright .footer_copyright_inner .pull-right h4 {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    line-height: 70px;
    font-weight: normal;
}

.footer_copyright .footer_copyright_inner .pull-right h4 a {
    font-size: 16px;
    color: #c5c5c5;
    letter-spacing: .32px;
    font-weight: normal;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.footer_copyright .footer_copyright_inner .pull-right h4:hover a {
    color: #ffb200;
}

.copy-right {
    color: #fff;
    padding: 20px 0;
    font-size: 12px;
}

.copy-right a {
    color: #fff;
}

.copy-right a:hover {
    color: #ffb200;
}

.f_social li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}

.f_social li a {
    color: #252627;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 70px;
    border: 1px solid #252627;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    display: inline-block;
    background: #ffffff;
}

.f_social li a:hover {
    background: #080808;
    color: #fff;
}


/* End Footer Area css--*/


/* start tagline  */

.taglinesec {
    background: url(../img/counterbg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.taglinesec::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: .8;
    background: #000000;
}

.taglinesec h2 {
    color: #fff;
    position: relative;
    font-weight: 300;
    line-height: 45px;
}


/* end tagline  */

.teamimginfo {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 6px 0px #0406465e;
    border-radius: 8px;
    text-align: center;
}

.teamimgbox img {
    margin: auto;
    border-radius: 20px 20px 0 0;
    border: 10px solid #ccc;
    border-bottom: 0px;
}

.teamimginfo h3 {
    font-size: 20px;
    color: #333993;
}

.teamimginfo {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 6px 0px #0406465e;
    border-radius: 8px;
    text-align: center;
}

.teamimgbox img {
    margin: auto;
    border-radius: 20px 20px 0 0;
    border: 10px solid #ccc;
    border-bottom: 0px;
}

.teamimginfo h3 {
    font-size: 20px;
    color: #333993;
}

.vismissec {
    display: flex;
    margin-bottom: 30px;
}

.vismissec h4 {
    text-transform: uppercase;
}

.vismissec p {
    text-align: justify;
}

.vmimg {
    width: 210px;
    height: 210px;
    flex: 0 0 auto;
    margin-right: 33px;
}

.vmimg img {
    width: 100%;
    border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 30%);
    border: 7px solid #f3f3f3;
    height: 210px;
}


/* Start accordioin 2  desgin  */

.pagewrapper {
    background: #f1f1f1 !important;
}

#accordion2 {}

#accordion2 .question {
    background: #fff;
    margin-bottom: 15px;
}

#accordion2 .question header {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 33px 20px;
    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;
    background: none;
    justify-content: space-between;
}

#accordion2 .question header h1 {
    line-height: 26px;
}

#accordion2 .question header h1 span {
    font-size: 16px;
    font-style: italic;
    padding-left: 40px;
}

#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;
    font-size: 36px;
}

#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  */

.services_cat {
    background: #f2f2f2;
}

.services_cat p {
    position: relative;
    padding-left: 50px;
    margin-bottom: 17px;
}

.services_cat p i {
    position: absolute;
    top: 3px;
    left: 14px;
    color: #d45113;
}

.accordionmain .question header {
    padding: 13px 20px !important;
}


/* start course details section  */

.coursebox {
    border: 1px solid #fa720047;
    /* padding-bottom: 20px; */
    border-radius: 10px;
    background: #fff;
}

.courseinfo h4 {
    font-weight: 500;
    border-bottom: 1px solid #cccccc54;
    padding-bottom: 8px;
    background: #ffd6b3;
    border-radius: 10px 10px 0 0;
    padding: 15px 14px;
    font-size: 16px;
    line-height: 23px;
}

.courseinner {
    display: flex;
    justify-content: space-between;
    padding: 0px 24px;
}

.coursedetails .d-flex {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.course-img {
    flex-basis: 40%;
}

.dep-info {
    flex-basis: 60%;
}

.eligibility {
    margin: 10px 8px;
    background: #f2f2f2;
    padding: 17px;
    border-radius: 6px;
    word-break: break-word;
}


/* End of course details section  */


/* Start useful link page  */

.usefullwrapper {
    background: #eeeeee;
}

.usefullwrapper table thead {
    background: #215e8f;
    color: #fff;
}

.usefullwrapper table thead th {
    padding: 10px;
}

.usefullwrapper table tr,
.usefullwrapper table td {
    border-bottom: 1px solid #ffffff;
    padding: 10px;
}

.usefullwrapper table td a {
    color: #151616;
}

.usefullwrapper table td a:hover {
    color: #eb6e14;
    text-decoration: underline;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #7ea2bf2b;
}


/* End of useful link page  */

.topcareer {
    background: #f4f4f4;
}

.jobdisc h2 {
    font-size: 18px;
    color: #212529;
    line-height: 22px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 12px;
}

.jobdisc h2 span {
    color: #eb6e14;
    margin-left: 60px;
    font-weight: 400;
    font-size: 14px;
}

.jobdisc p {
    font-size: 14px;
    color: #666b6f;
    line-height: 22px;
    margin-bottom: 0;
}

.jobdisc {
    background: #ffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px 0px 7px 0px #1407481a;
    margin-bottom: 30px;
}

.achievemnetbox {
    display: flex;
    align-items: flex-start;
    background: #eeeff06b;
    padding: 15px 25px;
    /* border-top: 5px solid #f38221; */
    margin-bottom: 30px;
    border-radius: 5px;
    border-bottom: 1px solid #d2d6db;
}

.achievementinfo h5 {
    background: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    color: #f48222;
}

.achievementinfo h5 span {
    color: #304156;
    font-weight: bold;
    text-transform: uppercase;
}

.trophyiconbox img {
    width: 100px;
    margin: auto;
}

.trophyiconbox {
    margin-right: 20px;
    width: 100px;
    height: 100px;
    /* background: #fff; */
    text-align: center;
    line-height: 100px;
    /* border: 5px solid #e67013; */
    /* border-style: inset; */
    border-radius: 50%;
}

.achievementinfo p {
    font-size: 16px;
    margin-bottom: 15px;
}

.jumbotron {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}


/* 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;
}

.t-center {
    text-align: center;
}


/* End of light gallery section */


/* Details blog section  */

.d-flex {
    display: flex;
}

.justify-betweeen {
    justify-content: space-between;
}

.blogtitle {
    border-bottom: 1px solid #f2f2f2;
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 20px;
    position: relative;
}

.widget-area .widget .widget-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: var(--gradient-color);
}

.widget-area .widget_explore_topics .topics-list {
    padding: 0;
    margin-bottom: 0;
}

.widget-area .widget_explore_topics .topics-list li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E7EC;
}

.align-items-center {
    align-items: center!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.d-flex {
    display: flex!important;
}

.widget-area .widget_explore_topics .topics-list li a {
    font-size: var(--font-size);
    color: var(--paragraph-color);
}


/* End of Details blog section  */


/* start career section  */

.title2 h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #1e416d;
    font-size: 24px;
    letter-spacing: 2px;
}

.title2 p {
    color: #212529;
    font-size: 16px;
}

.topcareer {
    background: #f4f4f4;
}

.jobdisc h2 {
    font-size: 18px;
    color: #212529;
    line-height: 22px;
    font-weight: 700;
}

.jobdisc h2 span {
    color: #e91e63;
    margin-left: 60px;
}

.jobdisc p {
    font-size: 16px;
    color: #666b6f;
    line-height: 22px;
    margin-bottom: 0;
}

hr {
    border-top: 1px solid #c5bfbf;
}

input[type="text"],
input[type="email"],
input[type="date"],
textarea,
select{
    color: #333;
    width: 100%;
    box-sizing: border-box;
    /* letter-spacing: 1px; */
    outline: 0;
    border: 1px solid #ccc;
    padding: 7px 14px 9px;
    height: 45px;
    border-radius: 22px !important;
}

.submitbtn input {
    padding: 10px 46px;
    border: 0;
    outline: 0;
    background: #21436f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

.submitbtn input:hover {
    background: #d6b160;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bbb;
}


/* End od career section  */


/** info-section **/

.info-section {
    position: relative;
    padding: 100px 0px;
}

.info-section .title-inner {
    position: relative;
    padding-left: 250px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    min-height: 180px;
}

.info-section .title-inner .year-box {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    padding: 27px 15px 29px 15px;
}

.info-section .title-inner .year-box .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 220px;
    height: 180px;
    overflow: hidden;
}

.info-section .title-inner .year-box h2 {
    position: relative;
    font-size: 103px;
    line-height: 94px;
    font-weight: 700;
}

.info-section .title-inner .year-box h3 {
    font-size: 16px;
    line-height: 30px;
    color: #204669;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 24px;
}

.info-section .title-inner .title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #222;
}

.info-section .title-inner .title h2 span {}

.info-section .text-column .text p {
    margin-bottom: 22px;
}

.info-section .text-column .text a {
    position: relative;
    display: inline-block;
}

.info-section .text-column .text a i {
    position: relative;
    font-size: 12px;
    margin-right: 10px;
}

.info-section .text-column .text a span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #222;
    transition: all 500ms ease;
}

.info-section .text-column .text a:hover span {}

.info-section .text-column .text {
    position: relative;
    display: block;
    margin-top: 18px;
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        color: orange;
    }
}


/* Start domain expertise */

.domainexp {
    background-color: #f3f5f7;
}

.domainexp ul.profit-list li {
    text-transform: uppercase;
}

.domainbox {
    background: #fff;
    padding: 28px;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    flex-direction: column;
    font-size: 14px;
    color: #222;
    line-height: 18px;
    transition: all 1s;
}

.domainbox:hover {
    /* border: 1px solid #d77800; */
    box-shadow: 0px 0px 10px 0px #d77800;
    transition: all 1s;
}

.domainbox img {
    width: 90px !important;
    margin-bottom: 12px;
}

.r-img {
    border-radius: 25px;
    box-shadow: 0px 0px 8px 3px #ccc;
}

ul.profit-list {
    margin-bottom: 20px;
}

ul.profit-list li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

ul.profit-list li:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    display: flex;
    background: #fff;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ff4815;
    position: relative;
    left: 0;
    margin-bottom: 0px;
    margin-right: 20px;
}

.domainexp .owl-carousel .owl-stage-outer {
    padding: 10px 6px;
}


/* start department section  */

.ourdepartment {
    padding: 130px 0 110px;
    background-image: url(../img/depbg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.ourdepartment:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
}

.p-r {
    position: relative;
}

.depbox {
    background: #fff;
    border-radius: 8px;
}

.service-img {
    overflow: hidden;
}

.depbox img {
    border-radius: 8px;
}

.dep-info {
    padding: 25px;
    text-transform: uppercase;
}

.dep-info a {
    padding: 6px 20px;
    /* background: #f58124; */
    border-radius: 50px;
    color: #f58124;
    font-size: 13px;
    border: 2px solid #f58124;
    outline: 0;
    display: inline-block;
}

.dep-info a:hover {
    background: #f58124;
    color: #fff;
}

.depbox .service-img img {
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.depbox:hover .service-img img {
    transform: scale(1.2);
}


/* End of department section  */

.sliderinfo {
    position: absolute;
    top: 44%;
    left: 16%;
    transform: translateY(-44%);
    max-width: 600px;
    /* text-align: center; */
    width: 90%;
    z-index: 1;
}

.sliderinfoinner {
    position: relative;
}

.sliderinfo h1 {
    color: #f5c35d;
    /* line-height: 23px; */
    font-size: 72px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #545050;
    margin-top: 0;
}

.sliderinfo h1 span {
    color: #eb6e14;
}

.sliderinfo h4 {
    border-left: 2px solid #362f78;
    padding-left: 12px;
    color: #362f78;
}

.sliderinfo h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 27px;
    text-shadow: 1px 1px 3px #545050;
}

.blog-content h3 a {
    color: #333;
}

.blog-content h3 a:hover {
    color: #d77800;
}



/* start webinar section  */

.webinarbox {
    background: #f2f2f2;
    border: 1px dashed #e26825;
    border-radius: 20px;
}

.webinartitle {
    padding: 10px 10px;
    background: #f4c35c;
    border-radius: 20px 20px 0 0;
}

.webinartitle h4 {
    margin-bottom: 0;
}


/* End of webinar section  */


/*Start modal popup section */
button.close {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #f00;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    top: -10px;
    right: -10px;
    z-index: 9;

}

.modal-dialog {
  height: 100vh !important;
  display: flex;
}

.modal-content {
  margin: auto !important;
  height: fit-content !important;
}
/*End of modal popup section */

.admission-form input[type="text"],
.admission-form input[type="email"],
.admission-form input[type="date"],
.admission-form textarea,
.admission-form select{
    border-radius: 0 !important;
   
}
.admission-form table [type="text"]{
    border: 0;
   
}



.admission-form .control-label label{
   font-size: 10px;
}
.admission-form th{
    background: #ccc;
}
.admission-form table{
}





.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 3.7rem;
	bottom: 11rem;
	background: #ec8b00;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	}
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}


.certifybox img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 484px;
    margin:auto;
}





