/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }
  .view h3{font-size:20px;}

  /* Half Page Carousel itself*/
  .carousel {
      height: 50%; }
      .carousel .carousel-inner {
        height: 100%; }
        .carousel .carousel-inner .carousel-item,
        .carousel .carousel-inner .active {
          height: 100%; }

          /* Adjustment for mobile devices*/
          @media (max-width: 776px) {
              .carousel {
                height: 100%; } }

                /* Navbar animation */
                .navbar {
                    background-color: rgba(220, 220, 220, 0.34);
                }


                .top-nav-collapse {
                  background-color: #1C2331; }

                  /* Adding color to the Navbar on mobile */
                  @media only screen and (max-width: 768px) {
                      .navbar {
                        background-color: #1C2331; } }

                        /* Footer color for sake of consistency with Navbar */
                        .page-footer {
                          background-color: #1C2331; }

                          /*login page*/
                          .view{background-color:#fff;}


                          @media (min-width: 800px) and (max-width: 850px) {
                              .navbar:not(.top-nav-collapse) {
                                  background: #1C2331!important;
                              }
                          }
                          @media (max-width: 740px) {
                            .login-bg{background-image:url(../img/bg-image-4.jpg); background-size: cover;
                                top: 0;
                                width: 100%;
                                bottom: 0;
                                text-align: left;
                                min-height:auto!important;
                                z-index: 999;
                                opacity: 1;
                                border-radius: 0%!important;
                                position: relative;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }
                            .p-30 {
                                padding: 90px 0px 50px 0px!important;
                            }
                            .informeson{padding:95px;}


                        }


                        @media only screen and (max-width: 768px) {
                            #example_wrapper .col-sm-12, .col-md-6 .dataTables_length {max-width:50% !important;}
                            #example_wrapper .col-sm-12, .col-md-6 .dataTables_filter  {max-width:50% !important;}
                            .dataTables_length  .form-control-sm{ width: 100px; }
                            #example_filter .form-control-sm{ width: 100px; }
                            #example_filter{ margin-right: 15px; }
                            .view .card{margin-top:40px;}
                        }

                        .login-bg{background-image:url(../img/bg-image-4.jpg); background-size: cover;
                            top: 0;
                            width: 100%;
                            bottom: 0;
                            min-height: 100vh;
                            text-align: left;
                            z-index: 999;
                            opacity: 1;
                            border-radius: 100% 0 0 100%;
                            position: relative;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        .login-bg .fas {
                            font-weight: 900;
                            font-size: 20px;}
                            .md-form .prefix{font-size:15px;top:25px;}
                            .md-form .prefix~label {margin-left: 23px;}
                            .md-form .prefix~input  {margin-left: 23px;}
                            .p-30{padding:250px 50px 50px 0px;}

                            .card {
                                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0.0);
                                border: 0;
                            }
                            .informeson h2{color:#fff;}
                            .card-body{   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0.06);  padding:30px;}
                            .credentials p{margin-bottom:0px;color:#000;}
                            .credentials{border: 1px solid #4052b5;padding: 20px;}
                            h3{font-size:20px;}

                            .navbar-brand{margin-bottom:25px;}
                            .navbar-toggler {
                                padding: 0.05rem 0.35rem;
                                font-size: 1.25rem;
                                line-height: 1;
                                background-color: transparent;
                                border: 1px solid transparent;
                                border-radius: 0.25rem;
                            }

                            /**/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700|Rubik:400,600,700');

body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    position: relative;
}

p {
    line-height: 28px;
    font-size: 15px;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6 ,.h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    color: #232323;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

img {
    max-width: 100%;
}

a:hover {
    color: #635CDB;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

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

.no-padding {
    padding: 0
}

.flaticon {
    display: inline
}



h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
    line-height: 38px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 26px;
}


.f-color {
    color: #635CDB;
}

h5.subtitle {
    font-size: 16px;
    font-weight: 400;
}


.mb30 {
    margin-bottom: 30px;
}

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

.section-heading {
    text-align: center;
    width: 70%;
    margin: 0 auto 60px;
}

.section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.section-title span {
    color: #635CDB;
}
.section{
    padding: 100px 0px;
}


.line {
    width: 50px;
    background: #635CDB;
    height: 1px;
    margin: 10px auto;
}




/*---------- BUTTONS ----------*/

.btn {
    font: 600 10.5px/1;
    display: inline-block;
    padding: 15px 45px 15px 45px;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}

.btn-hero,
.btn-white:hover {
    color: #fff !important;
    background: #635CDB;
}

.btn-hero:focus {
    color: #fff !Important;
}

.btn-black,
.btn-hero:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff !Important;
}

.btn-black:hover {
    color: #fff;
    background: #635CDB;
}

.btn-black:focus {
    color: #fff;
}

.btn-white {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}

.btn-white:focus {
    color: #000;
}

.btn-white:active {
    color: #fff;
}

.btn-trans-black {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .85);
}

.btn-trans-black:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #000;
}

.btn-trans-white {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .95);
}

.btn-trans-white:hover {
    background-color: rgba(255, 255, 255, .95);
    color: rgba(0, 0, 0, .85);
    border-color: rgba(255, 255, 255, .12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .12);
}

.btn-rounded {
    border-radius: 2px;
}

.btn-circled {
    border-radius: 40px;
}


.btn-trans-black:hover {
    background: #635CDB !important;
}



/*---------- COLORS ----------*/

/*-- Background Colors --*/

.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: rgba(0, 0, 0, .96);
}

.bg-feature {
    background-color:#234490;
    background-image:linear-gradient(#1a294a, #234490);
}

.bg-primary {
    background-color: #0db8ca;
}

.bg-gray {
    background-color: #f2f4ec;
}

.bg-white {
    background-color: #fff;
}


.d-table {
    width: 100%;
}


.d-table-cell {
    vertical-align: middle;
}


.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.brown-overlay {
    background: #222955;
    opacity: .97;
}

.feature-overlay {
    background: #635CDB;
    opacity: .97;
}

.gr-overlay {
    background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
    opacity: .87;
}


/*------------------------------------
  MENU NAVIGATION AREA
  ----------------------------------*/

  .site-navigation,
  .trans-navigation {
    padding: 20px 0px;
}

.site-navigation .navbar-nav a,
.trans-navigation .navbar-nav a {
    text-transform: uppercase;
    font-size:13px;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
    color: red;
}


.header-white {
    position: fixed;
    top: 0px;
    background: #111;
    z-index: 9999;
    width: 100%;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #000 !important;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
    padding: 0px 24px;
    font-size:15px;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
    padding-right: 0px;
}

.site-navigation,
.trans-navigation {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.navbar-brand {
    padding-top: 0px;
    margin-right: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.navbar-brand span {
    font-weight: 400;
}


.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    color: #fff;
}


.trans-navigation {
    background: transparent;
}


.trans-navigation.header-white {
    background: #1a294a;
}

.trans-navigation.header-white .navbar-nav .nav-link {
    color: #fff;
}

.trans-navigation.header-white .navbar-nav a.active {
    color: #635CDB;

}
.navbar-brand img {
    max-width: 100%;
}


.trans-navigation.header-white .btn-white {
    background: #635CDB;
    color: #fff;
}


/* ===============================
 DROPDOWN MENU
 ================================*/

 .navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle{
    padding-right: 0px;
}

.nav-item.dropdown .dropdown-menu{
    -webkit-transition: all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}


.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #537dde;

}



.dropdown-toggle::after{
    display: none;
}
.dropdown-menu {
    opacity: 0
}

.dropdown-menu.show {
    animation: .2s forwards b
}

@keyframes b {
    to {
        opacity: 1
    }
}

.dropdown-item {
    font-size: .6875rem;
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: background-color .1s;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .dropdown-item {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width:1200px) {
    .dropdown-item + .dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}




/*------------------------------------
 BANNER AREA
 ----------------------------------*/

 .banner-area .content-padding {
    padding: 350px 0px 350px;
}


.content-padding {
    padding: 180px 0px 80px;
    margin-top:30px;
}

.banner-content {
    padding-right: 30px;
}

.banner-content .btn {
    margin-top: 15px;
}


.banner-content .banner-title {
    color: #fff;
    font-weight: 700;
    line-height: 50px;
}

.banner-content .subtitle {
    color: #fff;
    background: #635CDB;
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.subtitle {
    color: #635CDB;
}

.banner-content p {
    margin: 20px 0px;
    color: #eee;
    font-size: 18px;
    line-height: 30px;
}



.banner-content .btn {
    margin-right: 12px;
}

.btn-sm {
    padding: 10px 30px;
}



.banner-2 {
    background: url("../img/slide.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}



.section-heading h2 {
    margin-bottom: 20px;
    font-weight: 400;
}




/*--------------------------
  SERVICE AREA SECTION
  ----------------------*/
  .page-banner-area.page-service{
    background: url("../img/bg/bg-2.jpg") no-repeat;
    background-size: cover;
}
#service-head {
    padding-bottom: 100px;
    padding-top: 90px;
}
#service-head .section-title{
    color: #fff;
}
.text-white p {
    color: #fff;
}

#service {
    margin-top: -100px;
    padding-bottom:70px;
}

.service-box .service-img-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #152e66;
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
}

.service-box {
    margin-bottom: 40px;
    background: #fff;
    text-align: center;
    padding: 45px 25px 30px 25px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
}


.service-inner {
    margin-top: 30px;
}

.service-inner h4 {
    margin-bottom: 20px;
}

.service-inner span {
    color: #635CDB;
}

#service .fas{font-size:40px;}



/*--------------------------
 CONTACT SECTION AREA
 ----------------------*/
 #contact{
    padding-bottom: 100px;
}
.text-color {
    color: #635CDB;
}

input[type=text],input[type=email] {
    /*height: 50px;*/
    height: 35px;

}

.form-control {
    /*border: 1px solid #eee;*/
    border: 1px solid #aaa;
    padding-left: 10px;
}

.form-control:hover,
.form-control:focus {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
    outline: none;
}


.form-control::-webkit-input-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control::-moz-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-ms-input-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-moz-placeholder {
    color: #888;
    opacity: .9;
    font-size: 13px;
    padding-left: 10px;
}



/*--------------------------
 FOOTER
 ----------------------*/

 #footer {
    padding-bottom: 60px;
    position: relative;
    background: url("../img/footer-bg.png") ;
    border-top: 1px solid #142d65;
}

.footer-widget ul li {
    padding: 5px 0px;
}

.footer-widget p {
    margin-bottom: 5px;
}

.footer-widget h4 {
    margin-bottom: 20px;
}

.footer-widget h4 span {
    color: #635CDB;
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.footer-blog li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.footer-blog li h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-blog li a.read-more {
    font-size: 13px;
}

.footer-blog li {
    margin-bottom: 15px;
}

.footer-copy {
    letter-spacing: 1px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid#eee;
}

.footer-text h6 {
    margin-bottom: 10px;
}

.footer-text p span {
    color: #000;
}

.footer-text p.mail {
    color: #635CDB;
}

.bg-main {
    background: #F4F8FB;
}

.footer-widget a {
    color: #999;
}


/* =======================================
INner Pages
=========================================*/

#page-banner{
    position: relative;
    padding: 60px 0px 80px;

}
.page-banner-area{
    background:url("../img/inner-banner.jpg")no-repeat 50% 50%;
    background-size: cover;
    background-position: top center;
}

.btn {
    display: inline-block;
    padding: 6px 30px 6px 30px;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    border-radius: 50px;
}

.btn-primary {
    color: #fff;
    background-color: #142d65;
    border-color: #142d65;
}
.btn-primary:hover {
    color: #fff;
    background-color: #011238;
    border-color: #011238;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color:#142d65;
    border-color: #142d65;
}


/* ----------------------
ABOUT PAGE
-------------------------*/


.about-list2 li i{
    margin-right: 10px;
    color: #635CDB;
}

.icon-3x{
    font-size: 3rem;
}
.text-default{
    color: #635CDB;
}



.team-social li a{
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid#fff;
    display: inline-block;
    padding-top: 3px;
    background: #fff;
}



table{
    width:100%;
}
#example_filter{
    float:right;
}
#example_paginate{
    float:right;
}
label {
    display: inline-flex;
    margin-bottom: .5rem;
    margin-top: .5rem;

}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
    font-size: 15px;color:#000;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
    vertical-align: middle;
    font-size:15px;
}
.dataTables_length label{padding-right:10px;}
select.form-control.form-control-sm {
    margin: 0px 7px;
    font-size: 14px;
}
div#example_length {
    font-size: 15px;
}
label {
    display: inline-flex;
    margin-bottom: .5rem;
    margin-top: .5rem;
    font-size: 15px;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #142d65;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

/*PERSONAL INFORMATION*/
.personal {
    background: #f5f5f5;
    border-left: 3px solid #142d65;
    border-radius: 4px;
    padding:20px 0px;
}
.personal th{padding:8px;font-weight:500;}
.personal td{padding:8px;}

.login{
    float: right;
    font-size: 24px;
    color: #fff!important;}


    .alert-info {
        color: #0c5460;
        background-color: #d1ecf1;
        border-color: #bee5eb;
        width: 335px;
    }


    .dataTables_filter, .pagination{
        float: right !important;
    }





    .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 0.5;}

    .modal-open .modal {
z-index: 9999;}