@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');

/*** 

====================================================================
  Import All Css
====================================================================

***/

@import 'bootstrap.min.css';
@import 'animate.css';
@import 'classy-nav.min.css';
@import 'owl.carousel.min.css';
@import 'font-awesome.min.css';

/*** 

====================================================================
  General css style
====================================================================

***/

html {
    scroll-behavior: smooth;
}

.text-align-justify {
    text-align: justify;
}

.cn-dropdown-item .dropdown {
    background-color: #fff !important;
    /* background-color: #192a56; */
}

.cn-dropdown-item .dropdown.active {
    display: block !important;
}

.cn-dropdown-item .dropdown a {
    color: #192a56 !important;
    /* background-color: #192a56; */
}

.owl-carousel .item {
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

.header-area,
.breadcumb-area,
.footer-area,
.footer-area b {
    font-family: 'Poppins', sans-serif !important;
}

.footer-area p {
    margin-bottom: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}

p {
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.bg-title {
    margin-bottom: -37px;
    margin-left: -30px;
    font-size: 66px;
    opacity: .04;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

.header-area .classy-nav-container a {
    color: #fff;
}

.header-area.sticky .classy-nav-container a {
    color: rgba(255, 255, 255, .7);
}

.header-area .d.classy-nav-container a {
    color: #13287e;
}

.header-area.sticky .d.classy-nav-container a {
    color: rgba(255, 255, 255, .7);
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.relative {
    position: relative;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-100-85 {
    padding-top: 100px;
    padding-bottom: 85px;
}

.section-padding-70-0 {
    padding-top: 70px;
    padding-bottom: 0;
}

.section-padding-0-70 {
    padding-top: 0px;
    padding-bottom: 70px;
}

.section-padding-0-0 {
    padding-top: 0;
    padding-bottom: 0
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0;
}

.section-padding-50-70 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.section-padding-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section-padding-0-200 {
    padding-top: 0;
    padding-bottom: 200px;
}

.section-padding-200-0 {
    padding-top: 200px;
    padding-bottom: 0;
}

.section-padding-200-100 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-50-150 {
    padding-top: 50px;
    padding-bottom: 150px;
}

.section-padding-30-50 {
    padding-top: 30px;
    padding-bottom: 50px;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-heading>p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

#scrollUp {
    bottom: 80px;
    font-size: 24px;
    line-height: 22px;
    right: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #FC5546;
    color: #fff;
    text-align: center;
    height: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    background: rgba(72, 52, 212, 0.95);
    background: -webkit-linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: -webkit-linear-gradient(left, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.height-400 {
    height: 400px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-900 {
    height: 900px;
}

.height-1000 {
    height: 1000px;
}

.oitc-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.oitc-dots span {
    width: 21px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 5px;
}

.oitc-dots span:first-child {
    background-color: #00a8ff;
}

.oitc-dots span:nth-child(2) {
    background-color: #9c88ff;
}

.oitc-dots span:nth-child(3) {
    background-color: #fbc531;
}

.oitc-dots span:nth-child(4) {
    background-color: #487EB0;
}

.oitc-dots span:nth-child(5) {
    background-color: #E84118;
}

.oitc-dots.white span:first-child {
    background-color: #fff;
}

.oitc-dots.white span:nth-child(2) {
    background-color: #fff;
}

.oitc-dots.white span:nth-child(3) {
    background-color: #fff;
}

.oitc-dots.white span:nth-child(4) {
    background-color: #fff;
}

.oitc-dots.white span:nth-child(5) {
    background-color: #fff;
}

.oitc-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-image: -webkit-linear-gradient(left, #21d397 0%, #7450fe 51%, #21d397 100%);
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 51%, #21d397 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.oitc-btn:hover {
    background-position: right center;
    color: #fff;
}

.oitc-btn.green-btn {
    background-image: -webkit-linear-gradient(left, #42d897 0%, #42d897 51%, #42d897 100%);
    background-image: linear-gradient(to right, #42d897 0%, #42d897 51%, #42d897 100%);
}

.header-area {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-area.sticky {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #021433;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.oitc-dark-theme.classy-nav-container {
    background-color: transparent;
}

.classy-navbar {
    height: 90px;
    padding: 0;
}

.nav-brand img {
    max-width: 120px;
}

.classynav ul li a {
    text-transform: uppercase;
}

.classynav ul li .megamenu li a {
    font-size: 80%;
}

.welcome_oitc {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 700px !important;
}

.flex {
    display: flex
}

.welcome_oitc.demo1 {
    background: url(../resource/background/demo1-bg.jpg) #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome_oitc.demo2 {
    background: url(../resource/background/demo2-bg.jpg) no-repeat top center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome_oitc.demo3 {
    background: url(../resource/background/demo3-bg.jpg) no-repeat top center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 992px) {
    .welcome_oitc.demo3,
    .welcome_oitc.demo5,
    .welcome_oitc.demo6 {
        background-position: top left
    }
    #google-map {
        display: none;
    }
}

.oitc_content {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.about-oitc-section {
    margin-bottom: 30px;
}

.quote-in-slide {
    padding: 8px 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: .58px;
    font-size: 14px;
    line-height: 24px;
    color: #d5d5ea
}

.quote-in-slide:hover {
    color: #fff;
    text-decoration: none;
}

.quote-in-slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom right, #766ee6 0, #3540b0);
    border-radius: 100px;
    opacity: .5;
}

.quote-in-slide:before {
    background: #f2f2ffe6;
    opacity: 1;
}

.quote-in-slide .quote-text {
    color: #333
}

.quote-in-slide.full:before {
    opacity: 1
}

.quote-icon {
    color: #333;
    font-size: 20px;
    text-align: center;
}

.quote-text {
    margin: 0 7px 0 0;
}

.quote-in-slide>* {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 480px) {
    .oitc_content {
        vertical-align: middle;
        margin-top: 100px !important
    }
    .oitc_content h1 {
        font-size: 27px !important
    }
}


/* ##### 3.0 Wellcome Area CSS ##### */

.about-oitc-section {
    margin-bottom: 30px;
}

.about-oitc-section.bg {
    background: #ff966a;
    padding: 10px 20px;
    display: inline-block;
}

.about-oitc-section.bg2 {
    background: #cb202d;
    padding: 10px 20px;
    display: inline-block;
}

.oitc_content h2 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 20px;
}

.oitc_content h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
}

.oitc_content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

#services {
    /* background-image: url(../bg-5.jpg); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.service-video-area {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.service-video-area .service-video-thumb {
    position: relative;
    z-index: 1;
    border: 2px solid #FBC531;
    border-radius: 15px;
    padding-top: 62.5%;
}

.service-video-area .service-video-thumb iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    top: 0;
    margin: 20px;
}

.service-video-area .service-video-thumb img {
    width: 100%;
    /* border-radius: 15px; */
    /* box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); */
    position: relative;
    top: 15px
}

.about-us-area {
    position: relative;
    z-index: 1;
}

.who-we-are h4 {
    margin-bottom: 20px;
    font-size: 30px;
}

.oitc-meter {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .oitc_content.special {
        margin-top: 190px
    }
}

.oitc-growing p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.oitc-growing p .counter {
    color: #fff;
}

@media (max-width: 767px) {
    #owl-carousel-5 {
        display: none;
    }
    #owl-carousel-5-clone {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-oitc-section {
        display: none;
    }
    .service-video-area .service-video-thumb {
        padding: 0 10px 0
    }
}

.video-retro {
    position: relative;
}

.video-retro .service-video-area {
    margin-top: 0
}

.retro-service-item {
    position: relative;
    z-index: 1;
    padding: 50px 15px 30px;
    background: #fff;
    margin-bottom: 30px;
    border: 2px solid #FBC531;
    border-radius: 15px;
    min-height: 340px;
}

.retro-service-item .service_icon i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    display: block;
}

.retro-service-item .service_icon {
    margin-bottom: 20px;
    min-height: 56px;
    position: relative;
    display: inline-block;
}

.retro-service-item .service_icon:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    right: -30px;
    top: -20px;
    z-index: -1;
    background: #d2f6f5;
    opacity: .5;
    border-radius: 50%;
    transition: .4s ease-in-out;
}

.retro-service-item:hover .service_icon:after {
    right: 0px;
    top: 0px;
}

.retro-service-item h6 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 17px;
}

.retro-service-item p {
    margin-bottom: 0
}

.bold {
    font-weight: 600 !important
}

.bolder {
    font-weight: 700 !important
}

.w-text {
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    font-weight: 500
}

.b-text {
    color: #333 !important
}

.retro-service-item.feto {
    background: #4c08bc;
    padding: 86px 15px 30px;
    border-radius: 15px;
    margin-top: 50px;
    position: relative;
}

.retro-service-item.feto .service_icon {
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 30px;
    box-shadow: -3px 5px 18px rgba(0, 0, 0, 0.29);
}

.retro-service-item.feto .service_icon:after {
    display: none;
}

.retro-service-item.feto h6 {
    color: #fff;
    font-weight: bold;
    font-size: 20px
}

.retro-service-item.feto p {
    color: rgba(255, 255, 255, .7)
}

.mb-0 {
    margin-bottom: 0 !important
}

.achived-cert-item {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin-bottom: 30px;
}

.achived-cert-item img:hover {
    scale: 1.8;
}

.team-member-thumb {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    align-content: center;
}

.team-info h5 {
    color: #7057f9;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}

.team-info p {
    color: #a592b4;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
}

.button {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    z-index: 2;
    line-height: 1.25;
    color: #25cbd3;
    background: #fff;
    border: 0 solid;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    box-shadow: 0 3px 21px 4px rgba(41, 41, 58, 0.2);
}

.button:hover {
    background: #25cbd3;
    color: #fff
}

.button i {
    margin-right: 10px
}

.blog-content p {
    color: #222;
    text-align: justify;
}

.card-section-subpage {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 5%;
    height: 590px;
}

.card-sub {
    min-height: 590px;
}

.contain-list-img {
    text-align: center;
}


/* .contain-list-img img {
    height: 250px;
} */

.bounder-content {
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    min-height: 50px;
}

.content-card-blog-font {
    font-size: 15px;
    font-weight: 300;
    color: black;
    text-align: justify;
    padding: 10px;
    min-height: 95px;
}

.title-list-blog-font {
    font-size: 22px;
    font-weight: 500;
    color: #13287e;
}


/* ##### 14.0 Our Blog Area CSS ##### */

.single-blog-area {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.post-meta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    text-transform: uppercase;
}

.post-meta p a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 30px;
}

.post-title {
    margin-bottom: 20px;
    display: block;
}

.blog_thumbnail img {
    width: 100%;
}

.single-blog-area blockquote {
    background-color: rgba(16, 106, 241, 0.1);
    padding: 30px;
    border-radius: 3px;
    margin: 30px 0;
    display: block;
}

.single-blog-area blockquote span {
    margin-bottom: 0;
    color: #2418d6;
    font-size: 12px;
    text-transform: uppercase;
}

.comment_area {
    border-top: 2px solid rgba(20, 34, 210, 0.41);
    border-bottom: 2px solid rgba(20, 34, 210, 0.41);
    padding-top: 50px;
    padding-bottom: 50px;
}

.comment_area .title {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content {
        padding: 20px 15px;
    }
    .oitc_content h1 {
        font-size: 34px
    }
}

.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79px;
    flex: 0 0 79px;
    min-width: 79px;
    margin-right: 55px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px;
        margin-right: 15px;
    }
}

.comment_area .comment-content .comment-author img {
    border-radius: 50%;
}

.comment_area .comment-content .comment-meta {
    margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-date {
    color: #1953f5;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    display: block;
}

.comment_area .comment-content .comment-meta .post-author {
    margin-bottom: 15px;
    display: block;
    color: #333;
}

.comment_area .comment-content .comment-meta p {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 2;
}

.comment_area .comment-content .comment-meta .comment-reply {
    font-size: 11px;
    color: #1953f5;
    text-transform: uppercase;
}

.comment_area .single_comment_area {
    margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
    margin-bottom: 0;
}

.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .comment_area .children .single_comment_area {
        margin-left: 15px;
    }
}

.single_comment_area .children .single_comment_area .comment-meta {
    margin-bottom: 0;
}


/* ##### Footer Area ##### */

.footer-area {
    position: relative;
    z-index: 1;
    padding: 0;
    border-top-left-radius: 30px;
}

.row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.footer-content-area {
    padding-top: 80px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .single_price_table_content {
        border: 1px solid #ddd;
    }
}

.footer-logo {
    margin-bottom: 15px
}

.footer-logo a {
    color: #fff;
    font-size: 20px
}

.footer-logo img {
    width: 180px
}

.footer-side-thumbnail {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.about_oitc_footer>p {
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 13px;
    color: #d3cdcd
}

.about_oitc_footer>p>a {
    color: #fff;
}

.footer-social-info a i {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-social-info a i:hover {
    color: #4a7aec;
}

.footer-copywrite-info hr {
    width: 70%;
    background-color: #fff;
}

.contact_info_area .contact_info {
    text-align: left !important;
}

.contact_info i {
    color: #fff
}

.contact_info_area .contact_info h5 {
    font-size: 14px;
    color: #fff
}

.contact_info_area .contact_info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #d3cdcd
}

.contact_info_area .contact_info a:hover p {
    color: #fff
}


/* ##### Breadcumb Area ##### */

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 400px !important;
}

.breadcumb-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(to right, rgba(72, 52, 212, 0.95), rgba(52, 31, 151, 0.95));
    background: url(../resource/background/demo4-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcumb--con {
    padding-top: 90px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcumb--con .title {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    color: #333;
    background-color: transparent;
    border: 1px solid #1928e0;
    margin: 0 2px;
    width: 40px;
    text-align: center;
}


/* ##### Sidebar CSS ##### */

.search-widget-area form {
    position: relative;
    z-index: 1;
}

.search-widget-area form input {
    width: 100%;
    height: 45px;
    border: 2px solid rgb(25, 32, 87);
    background-color: transparent;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
}

.search-widget-area form button {
    width: 60px;
    height: 45px;
    background-color: transparent;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.widget-title h5 {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 2px solid #1953f5;
    padding: 0 0 5px 0;
}

.dont-miss-post-content>a {
    font-size: 16px;
    color: #333;
    display: block;
    margin-top: 15px;
}

.dont-miss-post-content>span {
    font-size: 12px;
    color: #1953f5;
    display: block;
    text-transform: uppercase;
}


/* ##### Slider Area CSS ##### */

.welcome_oitc .oitc_slides .owl-prev,
.welcome_oitc .oitc_slides .owl-next {
    color: #fff;
    font-size: 24px;
    left: -100px;
    margin-top: -44px;
    position: absolute;
    text-align: center;
    top: calc(50% + 90px);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 99;
}

.welcome_oitc .oitc_slides .owl-next {
    right: -100px;
    left: auto;
}

.welcome_oitc .oitc_slides:hover .owl-next {
    right: 30px;
}

.welcome_oitc .oitc_slides:hover .owl-prev {
    left: 30px;
}


/* ##### Theme CSS ##### */

p {
    color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6,
.oitc-growing p .counter,
.retro-service-item .service_icon i,
.post-meta p a,
.group label,
input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label,
.about_oitc_footer>p>a {
    color: #13287e;
}

.oitc_content h2,
.oitc_content p {
    color: #fff;
}

.achived-cert-item:after {
    position: absolute;
    width: 50%;
    height: 105%;
    top: 0;
    border-radius: 20px;
    left: 0;
    background-color: #f2f4f8;
    content: "";
    z-index: -5;
}

#hidden-achived {
    padding-top: 20px;
    display: none;
}

#button-achived {
    text-align: center;
}

#button-achived a {
    color: white;
}


/* demo page */

.demo-item {
    -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
    transition: all .3s ease-in;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .demo .container {
        max-width: 1280px;
    }
}


/* Adding */

.dark.breakpoint-on .classy-navbar .classy-menu {
    background-color: #021433
}

.nav-brand-mobile-up {
    display: none!important;
}

.nav-brand-mobile-up.active {
    padding: 0 60px;
    display: block!important;
    margin-bottom: 30px;
}

.classy-menu.menu-on {
    overflow-y: hidden!important;
}

.dark.breakpoint-on .classynav>ul>li>a {
    background-color: #021433
}

.classy-menu.menu-on .classynav {
    padding-top: 20px;
}