
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body,p{
    font-family: "Lato", sans-serif;
}
#contact .boxes p
{
    text-align: center;
}
h1,h2,h3,h4,h5,h6{
       font-family: "Poppins", sans-serif;
}
.custom-navbar{
       background:#1b1818bd;
    border: none;
    border-radius: 0;
    position: absolute;
          padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0;
    transition: 0.4s ease;
    z-index: 9999;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    max-width: 80%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.custom-navbar .container {
    width: 100%;
    max-width: 100%;
}
.custom-navbar.sticky{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#ffffff;
    box-shadow:0 2px 20px rgba(0,0,0,0.08);
    animation:slideDown 0.4s ease;
}
.buttons a.rm:hover {
    background: #7e1410;
    color: #fff;
}

@keyframes slideDown{

    from{
        transform:translateY(-100%);
    }

    to{
        transform:translateY(0);
    }

}


.navbar-brand{
       line-height:50px;
    padding: 0px;
    font-size:30px;
    font-weight:700;
    color:#111 !important;
}

.navbar-collapse.collapse
{
    margin-top:15px;
}
.custom-navbar .navbar-nav > li > a{
             transition: 0.3s;
         font-weight:600;
    color:#fff;
        font-family: 'Poppins';
    font-size: 14px;
        padding:10px;
    background:transparent !important;
    transition:0.3s;
}

.custom-navbar .navbar-nav > li > a:hover{
    color:#C62828 !important;
}

.custom-navbar .navbar-nav > .active > a,
.custom-navbar .navbar-nav > .active > a:hover{
    color:#C62828 !important;
    background:transparent !important;
}


.custom-navbar .dropdown-menu{
    border:none;
    border-radius:14px;
    min-width:230px;
    padding:0px 0;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.custom-navbar .dropdown-menu > li > a{
    padding:12px 24px;
    font-size:14px;
    color:#222;
    transition:0.3s;
}

.custom-navbar .dropdown-menu > li > a:hover{
    background:#7e1410;
    color:#fff;
}


@media(min-width:768px){

    .custom-navbar .dropdown:hover .dropdown-menu{
        display:block;
        margin-top:0;
    }

}


.navbar-toggle{
    border:none !important;
    background:transparent !important;
    margin-top:20px;
    width:30px;
    height:42px;
    padding:0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background:transparent !important;
}



.navbar-toggle .icon-bar{
    background:#111 !important;
    width:26px;
    height:3px;
    border-radius:10px;
    transition:0.3s ease;
    position:relative;
    margin:auto;
}



.navbar-toggle .icon-bar + .icon-bar{
    margin-top:5px;
}



.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2){
    transform:rotate(45deg);
    top:8px;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3){
    opacity:0;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4){
    transform:rotate(-45deg);
    top:-8px;
}
.navbar-nav {
        float: right;
        margin: 0;
            margin-top: 15px;
    }
.ac .pcss3t > ul,.ac .pcss3t > ul > li {
    height: 580px;
}
   .sticky img.logo {
        width: 350px;
    margin-top: 0px;
}
.sticky .navbar-nav {
    float: right;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
@media(max-width:767px){

    .custom-navbar{
        min-height:auto;
    }

    .navbar-brand{
        height:70px;
        line-height:40px;
        font-size:24px;
    }

    .navbar-toggle{
        margin-top:15px;
        margin-right:15px;
    }

.navbar-nav {
        float: right;
        margin: 0;
    }
    .custom-navbar .navbar-collapse{
        background:#ffffff;
        border-top:none;
        max-height:110vh;
        overflow-y:auto;
        padding-bottom:15px;
    }

    .custom-navbar .navbar-nav{
        margin:0;
    }

    .custom-navbar .navbar-nav > li > a{
        padding:15px 20px;
        font-size:16px;
        border-bottom:1px solid #f2f2f2;
    }


    .custom-navbar .dropdown-menu{
        box-shadow:none;
        border-radius:0;
        background:#fafafa;
        padding:0;
    }

    .custom-navbar .dropdown-menu > li > a{
        padding:14px 35px;
        border-bottom:1px solid #ededed;
    }

}


@media(min-width:768px) and (max-width:991px){

    .custom-navbar .navbar-nav > li > a{
        padding-left:12px;
        padding-right:12px;
        font-size:16px;
    }
      .navbar-toggle {
        display: block !important;
    }

    .custom-navbar .navbar-collapse {
        display: none !important;
        width: 100%;
        background: #fff;
        margin-top: 15px;
    }

    .custom-navbar .navbar-collapse.in {
        display: block !important;
    }

    .custom-navbar .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .custom-navbar .navbar-nav > li {
        float: none;
    }

    .custom-navbar .navbar-nav > li > a {
        padding: 14px 20px;
        line-height: normal;
        border-bottom: 1px solid #f2f2f2;
    }

    .custom-navbar .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }
    
}

@media(min-width:1400px){

    .container {
        width: 90%;
        max-width:1500px;
    }

    .navbar-brand{
        font-size:36px;
    }

    .custom-navbar .navbar-nav > li > a{
              padding-left:12px;
        padding-right:12px;
    }

}
 .container {
        width: 90%;
        max-width:1500px;
    }
    .navbar-nav {
    float: right;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.sticky .navbar-nav > li > a
{
color:#000;
}
.title p
{
    text-align: justify;
}
img.logo {
     width: 400px;
    border-radius: 10px;
    float: left;
    margin-top: -5px;
    margin-left: 0px;
}
  .navbar-nav {
    float: right;
  }
  .navbar-collapse.collapse {
    margin-top: 15px;
    float: right;
}
#header .container {
        width: 90%;
        max-width: 1500px;
    }
    .row {
    margin-right: 0px;
    margin-left: 0px;
}
.top-header {
    background:#6a160c;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-header p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
        line-height: 25px;
        font-weight: 500;
}
.navbar-nav {
    float: left;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.custom-navbar .navbar-nav > li:last-child a
{
    overflow: hidden;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1;
    background-color: #7e1410 !important;
    padding: 13px 20px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-top:-5px;
}
.top-header ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
}
.top-header ul {
    list-style-type: none;
    float:right;
        top: 3px;
            margin-right: 20px;
    position: relative;
}
.top-header a.rm {
    float: right;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #2d378e;
    font-weight: 600;
  }
.title h1 {
        font-size: 50px;
    line-height: 63px;
    font-weight: 600;
    margin-bottom: 24px;
        color: #000;
    letter-spacing: -1.44px;
}
.title h1 span{
    color:#7e1410;
}
.title a.rm
{
    overflow: hidden;
    color: #ffffff;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1;
    background-color:#C62828;
    padding: 21px 49px 21px 49px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
      float:left;
    margin-top: 15px;
}
.title a.rm::before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 0px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background:#60ba6b;
}
.title a.rm:hover::before {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 10px;
}
.title a.rm:hover
{
color:#fff;
}
.col-md-5.right a.rm {
    float: right;
    margin-top: 50px;
}
.service-wrap-one {
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-wrap-one .service-thumb {
    text-align: center;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    z-index: 1;
}
.service-wrap-one .service-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0px;
    background-color:#7e1410;
    z-index: 1;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-wrap-one .service-thumb img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-wrap-one .front-img {
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-wrap-one .service-thumb img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-wrap-one .back-img {
    position: absolute;
    z-index: 3;
    width: 83%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 178px 178px;
    margin: 0 auto;
    height: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-wrap-one .service-title {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    margin-top: 25px;
}
.service-wrap-one .service-title a {
    color: #212529;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-wrap-one:hover .service-thumb::before {
    height: 100%;
}
.service-wrap-one:hover .back-img {
    height: 91%;
}
.title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    color: #000;
    margin-bottom: 15px;
}
.col-md-4.right a.rm {
    float: right;
}
.head {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.country-list {
        white-space: nowrap;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.boxes p a {
    color: #000;
}
.country-wrapper {
    display: inline-block;
    animation: 35s marqueslide infinite linear;
    height:auto;
    display: flex;
    align-items: center;
}
.country-list .item {
    border: 3px solid #c62828;
    background: #60ba6b;
    display: inline-flex;
    transition: 0.5s;
    align-items: center;
    border-radius: 55px;
    padding: 15px 47px 15px 15px;
    gap: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.country-list .item span {
 font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #000;
}
@keyframes marqueslide
{
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-100%);
}
}
.country-list-two .country-wrapper {
    display: inline-block;
    animation: 35s marqueslideRverse infinite linear;
    height: 50px;
    display: flex;
    align-items: center;
}
@keyframes marqueslideRverse
{
    0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(0%);
}
}
.country-list.country-list-two.py-5 {
   padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
}
#section3
{
    background:#7e141033;
}
section.title {
    padding-top: 60px;
    padding-bottom: 60px;
}
.round-35
{
        border-radius: 35px;
}
.images
{
    position:relative;
    z-index: 999;
}
.fw-one,.fw-four {
    background: #C62828;
}
#admi4 .pcss3t-theme-1 label:hover {
    background: #7e1410;
    color: #fff;
}
.fw-one h3,.fw-one p,.fw-four h3,.fw-four p {
    color: #fff!important;
}
.fw-one img,.fw-four img
{
    filter:invert(1);
}
.images:before{
       content: "";
    position: absolute;
        width:100%;
    height: 100%;
    border-radius: 35px;
    display: inline-block;
    border: 5px solid #C62828;
    z-index:9;
    right: 25px;
    top: 25px;
}
.top-header p i{
    margin-right: 3px;
}
.images img
{
    position: relative;
    z-index: 999;
    width:100%;
}
.feature-wrap-one.fw-one {
    border-radius: 30px 0 0 0;
}
.feature-wrap-one {
    border: 1.5px solid #D6D9DD;
    padding: 30px 45px 40px 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
        width: 50%;
    float: left;
}
.feature-wrap-one:hover img{
    filter:invert(1);
}
.feature-wrap-one .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background:#c628282b;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.feature-wrap-one .feature-title {
      font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    line-height: 1.1;
    margin-top: 0px;
}
.feature-wrap-one p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
   .feature-wrap-one.fw-two {
    border-radius: 0 30px 0 0;
}
.feature-wrap-one.fw-three {
    border-radius: 0 0 0 30px;
}
.feature-wrap-one.fw-four {
    border-radius: 0 0 30px 0;
}
.feature-wrap-one:hover
 {
    background:#C62828;
}
.feature-wrap-one:hover .feature-title,.feature-wrap-one:hover p
{
    color:#fff;
}
.process-wrapper {
    position: relative;
    z-index: 1;
}
.text-center {
    text-align: center !important;
}
.process-wrapper .main-img {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.process-wrapper .bg-round-shape {
    position: relative;
    z-index: 1;
    animation: rotation infinite linear 50s;
        margin-top: 0px;
}
@keyframes rotation
{
    100% {
    transform: rotate(360deg);
}
}
.tooltip-box .icon img {
    filter: invert(1);
    width: 60px;
}

.tooltip-box .icon {
    display: inline-block;
    background: #7e1410;
    padding: 10px;
    border-radius: 100%;
}
ul.worklist {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 0;
    right: 0;
    top:14px;
    bottom: 0;
    z-index: 3;
}
ul.worklist li:nth-child(1) .tooltip-content
{
color:#000;
}
ul.worklist li:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}

ul.worklist li {
    display: inline-block;
}
.tooltip-box {
    position: relative;
}
.tooltip-box .icon {
    display: inline-block;
}
.tooltip-box.tb-1 .tooltip-content {
    left: -198px;
    top: 0px;
}
.tooltip-box .tooltip-content {
        z-index: 2;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#section4,#section7
{
    background-color: #60ba6b38;
}
ul.worklist li:nth-child(2) {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
}
ul.worklist li:nth-child(3) {
    position: absolute;
    left: 50%;
    bottom:-5%;
    transform: translateX(-50%);
}
ul.worklist li:last-child {
    position: absolute;
    right: 11%!important;
    top: 50%;
    transform: translateY(-50%);
}
#section6
{
    background-color:#7e141033;
}
.single-home-special-course {
    margin-top: 30px;
    position: relative;
         border-radius: 10px;
}
.single-home-special-course .course-img {
    position: relative;
         border-radius: 10px;
}
.single-home-special-course .course-img img{
    border-radius: 10px;
}
.single-home-special-course .course-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}
.single-home-special-course .course-img .course-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
        border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 20%;
    transition: 0.5s ease;
    background-image:linear-gradient(0deg, rgb(116 27 23) 0%, rgba(255, 255, 255, 0) 100%);
}
.single-home-special-course .course-img .course-content h2 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin-bottom:15px;
    color: #fff;
    transition: 0.3s;
}
.col-md-4.fir {
    margin-top: 50px;
}
.single-home-special-course .course-img .course-content p {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: -300px;
    line-height:24px;
    transition: 0.3s;
    padding: 10px;
    font-size: 16px;
}
.single-home-special-course:hover .course-img .course-content {
    height: 100%;
}
   .single-home-special-course:hover .course-img .course-content h2 {
        bottom: 120px;
    }
    .single-home-special-course:hover .course-img .course-content p {
        bottom: 0px;
    }
    .gallery {
  text-align: center;
  margin-top:25px;
}
.scroll-arrow {
 width: 50px;
    height: 50px;
    border-radius: 30px;
    color: #7e1410;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: #e5d0cf;
    opacity: 1;
    font-size: 29px;
    transition: 0.2s;
}
.scroll-arrow:hover {
  transition: 0.2s;
  opacity:1;
}
   .gallery ul {
    width: 80%;
    padding-left: 0px;
    scroll-behavior: smooth;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
      .gallery ul::-webkit-scrollbar {
    display: none;
  }
   .gallery ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
      margin-left: 10px;
    margin-right: 10px;
         transition: 0.2s;
  }
  section#section2 {
    padding-bottom: 10px;
}
 .gallery li,  .gallery img {
  width: 600px;
    border-radius: 15px;
    border: 1px solid #7e1410;
}
.country-list .item img {
    width: 24px;
}
#section02
{
    padding-top:0px;
        padding-bottom: 30px;
}
   .gallery li:hover {
    transition: 0.2s;
    filter: grayscale(0);
  }
  #footer {
    background: #7e1410;
    position: relative;
    z-index: 1;
}
#footer .second
{
    position: relative;
    text-align:center;
}
#footer .second:before {
    content: "";
    position: absolute;
    background: #C62828;
    width: auto;
    height:220px;
    border-radius: 370px 370px 0 0;
    left: 0px;
    margin: 0 auto;
    top: auto;
    right: 0px;
    z-index: -1;
    bottom:-40px;
}
.row.copyright {
    border-top: 1px solid #dddddd54;
    padding-top: 14px;
}
#footer
{
        padding-bottom: 10px;
}
#footer h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#footer p{
    color:#fff;
        font-size: 16px;
      line-height: 30px;
    margin-bottom: 0px;
}
#carousel-example-generic
{
    position: relative;
}
.buttons {
       position: absolute;
    bottom: 70px;
    left: 0px;
    right: 0px;
    background: #c62828ab;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    max-width: 500px;
    padding: 20px;
    border-radius: 20px;
}
.buttons a.rm
{
overflow: hidden;
    color: #c62828;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-right: 10px;
    background-color: #ffff;
    padding: 21px 49px 21px 49px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    float: none;
    margin-top: 0px;
}
.second p a
{
    color:#fff;
}
#footer ul
{
    list-style-type:none;
    padding-left: 0px;
}
#footer ul li,#footer ul li a
{
    color:#fff;
      font-size: 16px;
      line-height: 30px;
    margin-bottom: 0px;
}
#footer ul li
{
    margin-bottom: 0px;
}
.carousel-inner .item img{
  width: 100%;
}
.carousel-caption{
  padding-bottom: 150px;
}
.carousel-caption h2{
  font-size: 50px;
  text-transform: uppercase;
}
.carousel-control.right{
  background-image: none;
}
.carousel-control.left{
  background-image: none;
}
.feature-wrap-one .icon img {
    width: 65px;
}
.country-list .item:hover{
        border:3px solid #60ba6b;
    background:#c62828;
}
.country-list .item:hover span
{
    color:#fff;
}
.country-list .item:hover img
{
    filter:invert(1);
}
.inner-page .custom-navbar {
    background: #fff;
}
.inner-page .custom-navbar .navbar-nav > li > a
{
    color:#000;
}
.inner-page .custom-navbar .navbar-nav > li:last-child a
{
    color:#fff;
}
#contact .boxes h1,#contact2 h1 {
    font-size: 22px;
    margin-top:0px;
    margin-bottom: 0px;
}
#contact .boxes {
    background: #7e141033;
    height: 250px;
    border-radius: 10px;
        padding: 25px;
    text-align: center;
}

section#page-title {
    background: #7e14103d;
    height: 230px;
        padding-top: 90px;
}
#page-title h3+p {
    font-size: 13px;
}

#page-title h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    letter-spacing: -1.44px;
}
#contact 
{
    padding-bottom: 0px;
}
#contact2
{
    padding-top: 20px;
}
section#about02 {
    background: #7e1410;
}
#about02 .col-md-12 {
      background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #ffffff;
    width: 47.25%;
    margin-right: 2%;
    height: 400px;
}
#about02 .col-md-12 img{
    border-radius: 100%;
}
#about02 h2 {
       font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #7e1410;
    letter-spacing: -1.44px;
}
#about02 p{
        font-size: 14px;
}
#message
{
    background-color:#60ba6b38;
}
#message .col-md-4 img {
    border-radius: 30px 0 0 0;
}
#message .col-md-8 {
    background: #e0c7c6;
    height: 450px;
        border: 5px solid #7e1410;
}
a.lightbox img {
    width: 100%;
    border-radius: 20px;
}
h2.doon-why-title {
    font-size: 40px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #000;
    letter-spacing: -1.44px;
}
h2.doon-why-title span {
    color: #7e1410;
}
#gallery a.lightbox {
    margin-bottom: 20px;
    float: left;
}
.top-header p a{
    color:#fff;
}
a:hover
{
text-decoration: none;
}
#forms {
    background-color: #7e141033;
}
#aca1
{
     background-color: #7e141033;
}
#aca1 .col-md-4 h2 {
       font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #7e1410;
    letter-spacing: 0px;
}
#aca1 .col-md-4 p
{
    text-align: center;
    font-size: 15px;
}
.context {
   position: relative;
    display: block;
        height: 280px;
    border-radius: 10px;
    padding: 60px 15px 7px;
    background: url(../images/shape-icon.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
#aca1 .col-md-4:hover .context,#aca1 .col-md-4.second .context {
    background: #7e1410;
}
#aca1 .col-md-4:hover p,#aca1 .col-md-4.second .context p
{
    color:#fff;
}
#aca2 ul {
    list-style-type: disclosure-closed;
    margin-top: 15px;
}
#aca2 ul li
{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    color: #000;
    margin-bottom: 5px;
}
#aca2 h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    color: #7e1410;
    letter-spacing: 0px;
}
#aca2 .col-md-6 b {
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}
#aca2 .col-md-6 img {
    border-radius: 20px;
    margin-bottom: 20px;
}
section#aca2 {
    background:#60ba6b38;
}
#aca3 ul li {
    float: left;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1;
    background-color: #C62828;
    padding: 10px 10px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    float: left;
}

#aca3 ul {
    list-style-type: none;
    padding-left: 0px;
}
#aca3 .col-md-4 {
    margin-bottom: 30px;
}
#footer .second p{
    text-align: center;
}
#aca4 .col-md-4 img{
background: #67995a;
    border-radius: 30px;
    margin-left:0px;
}
.flip-card {
  background-color: transparent;
  width:100%;
  height: 400px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}
#aca4 .col-md-4 {
    margin-bottom: 30px;
}
.flip-card-front {
    background: linear-gradient(to left, #7e1410, #60ba6bfa);
    color: black;
    z-index: 2;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flip-card-front h3 {
       font-size: 40px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 80%;
    text-shadow: 0px 1px 20px #000;
}
.flip-card-back {
    background: linear-gradient(to right, #60ba6b, #7e1410);
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}
.flip-card-back p {
    text-align: center;
    max-width: 80%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
#aca4
{
    position: relative;
    background:url('../images/slider-01.webp');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
section#aca4:before {
    background: #ffffff5e;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.head p
{
    text-align: center;
}
.full {
    background: url(../images/bg-pattern.webp);
    background-position: bottom;
    background-size: cover;
    padding: 30px;
    animation: topBottom 3s infinite;
}
.full h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
    letter-spacing: 0px;
}
.full p
{
    color:#fff;
    text-align: left;
}
#aca5 .col-md-12 .full {
    margin-bottom: 35px;
}
.mid img {
    border-radius: 100px;
}
@keyframes topBottom
{
    0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}
.full.secc {
    background: url('../images/bg-pattern2.webp');
     background-position: bottom;
    background-size: cover;
}
.last .full h5,.last .full p
{
    text-align: right;
}
#admi1 {
    background-color: #7e141033;
}
.box-type {
    position: relative;
    display: block;
    margin-bottom: 39px;
    background-color: #e0c7c6;
    border-radius: 10px;
    padding: 30px;
}
.txt h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
    letter-spacing: -1.44px;
}
.box-type img {
    float: left;
    width: 250px;
    margin-right: 20px;
}
span.sub-title {
    position: relative;
    display: inline-block;
    background-color: #7e1410;
    clip-path: polygon(0% 0%, 90% 0, 100% 100%, 0% 100%);
    padding: 10px 16px 10px;
    padding-right: 30px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: -20px;
}
.box-type li {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    color: #000;
    margin-bottom: 0px;
}
section#admi2 {
    background: #60ba6b38;
}
#admi2 h3 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #7e1410;
    letter-spacing: -1.44px;
}
#admi2 li {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    color: #000;
    margin-bottom: 0px;
}

#admi2 ul {
    list-style-type: auto;
}
#admi2 b {
    font-weight: 700;
    color: #64b16a;
    text-decoration: underline;
}
#admi2 img{
        border-radius: 100%;
    border: 5px solid #7fbf84;
}
#admi3 .panel-heading {
    background: #7e1410;
    color: #fff;
}
#admi3 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #e5d0cf;
}
#admi3 .panel-body {
    font-size: 15px;
    line-height: 25px;
    color: #000;
}
#admi3 {
    background-color: #7e141033;
}
.page {
	position: relative;
		margin: 0 auto;
	padding: 0 20px 40px;
}
.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.pcss3t > input {
	position: absolute;
	display: none;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 0 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
li.tab-content b {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    background: #7e1410;
    letter-spacing: 0px;
    margin-top: 0px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t-height-auto > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t-height-auto > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t-height-auto > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}
.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.pcss3t .grid-row:first-child {
	margin-top: 0;
}
.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.pcss3t .grid-col:first-child {
	margin-left: 0;
}
.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.pcss3t .grid-col-1 {
	width: 15%;
}
.pcss3t .grid-col-2 {
	width: 32%;
}
.pcss3t .grid-col-3 {
	width: 49%;
}
.pcss3t .grid-col-4 {
	width: 66%;
}
.pcss3t .grid-col-5 {
	width: 83%;
}
.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
	margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
	color: #666;
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: Gabriela, Georgia, serif;
	text-align: left;
	color: #333;
}
.pcss3t .typography h1 {
	font-size: 40px;
	line-height: 60px;
	text-shadow: 3px 3px rgba(0,0,0,0.1);
}
.pcss3t .typography h2 {
	font-size: 32px;
	line-height: 48px;
	text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.pcss3t .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.pcss3t .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 30px;
        margin-bottom: 15px;
	text-align: left;
}
li.tab-content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    color: #000;
    margin-bottom: 0px;
}
.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}
.pcss3t .typography ul li:before {
	    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 13px;
    background: #7e1410;
}
.pcss3t .typography ol {
	counter-reset: list1;
}
.pcss3t .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.pcss3t .typography a {
	text-decoration: underline;
	color: #1889e6;
}
.pcss3t .typography a:hover {
	text-decoration: none;
}
.pcss3t .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
	display: block;
}
.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.pcss3t .typography .link:hover {
	text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
	margin-top: 0;
}
.pcss3t .typography .text-center {
	text-align: center;
}
.pcss3t .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}


/**/
/* font awesome */
/**/
@font-face
{
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
	url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon-glass:before {content: '\f000';}
.icon-music:before {content: '\f001';}
.icon-search:before {content: '\f002';}
.icon-envelope:before {content: '\f003';}
.icon-heart:before {content: '\f004';}
.icon-star:before {content: '\f005';}
.icon-star-empty:before {content: '\f006';}
.icon-user:before {content: '\f007';}
.icon-film:before {content: '\f008';}
.icon-th-large:before {content: '\f009';}
.icon-th:before {content: '\f00a';}
.icon-th-list:before {content: '\f00b';}
.icon-ok:before {content: '\f00c';}
.icon-remove:before {content: '\f00d';}
.icon-zoom-in:before {content: '\f00e';}
.icon-zoom-out:before {content: '\f010';}
.icon-off:before {content: '\f011';}
.icon-signal:before {content: '\f012';}
.icon-cog:before {content: '\f013';}
.icon-trash:before {content: '\f014';}
.icon-home:before {content: '\f015';}
.icon-file:before {content: '\f016';}
.icon-time:before {content: '\f017';}
.icon-road:before {content: '\f018';}
.icon-download-alt:before {content: '\f019';}
.icon-download:before {content: '\f01a';}
.icon-upload:before {content: '\f01b';}
.icon-inbox:before {content: '\f01c';}
.icon-play-circle:before {content: '\f01d';}
.icon-repeat:before {content: '\f01e';}
.icon-refresh:before {content: '\f021';}
.icon-list-alt:before {content: '\f022';}
.icon-lock:before {content: '\f023';}
.icon-flag:before {content: '\f024';}
.icon-headphones:before {content: '\f025';}
.icon-volume-off:before {content: '\f026';}
.icon-volume-down:before {content: '\f027';}
.icon-volume-up:before {content: '\f028';}
.icon-qrcode:before {content: '\f029';}
.icon-barcode:before {content: '\f02a';}
.icon-tag:before {content: '\f02b';}
.icon-tags:before {content: '\f02c';}
.icon-book:before {content: '\f02d';}
.icon-bookmark:before {content: '\f02e';}
.icon-print:before {content: '\f02f';}
.icon-camera:before {content: '\f030';}
.icon-font:before {content: '\f031';}
.icon-bold:before {content: '\f032';}
.icon-italic:before {content: '\f033';}
.icon-text-height:before {content: '\f034';}
.icon-text-width:before {content: '\f035';}
.icon-align-left:before {content: '\f036';}
.icon-align-center:before {content: '\f037';}
.icon-align-right:before {content: '\f038';}
.icon-align-justify:before {content: '\f039';}
.icon-list:before {content: '\f03a';}
.icon-indent-left:before {content: '\f03b';}
.icon-indent-right:before {content: '\f03c';}
.icon-facetime-video:before  {content: '\f03d';}
.icon-picture:before {content: '\f03e';}
.icon-pencil:before {content: '\f040';}
.icon-map-marker:before {content: '\f041';}
.icon-adjust:before {content: '\f042';}
.icon-tint:before {content: '\f043';}
.icon-edit:before {content: '\f044';}
.icon-share:before {content: '\f045';}
.icon-check:before {content: '\f046';}
.icon-move:before {content: '\f047';}
.icon-step-backward:before {content: '\f048';}
.icon-fast-backward:before {content: '\f049';}
.icon-backward:before {content: '\f04a'; position: relative;	left: -2px;}
.icon-play:before {content: '\f04b'; position: relative; left: 1px;}
.icon-pause:before {content: '\f04c';}
.icon-stop:before {content: '\f04d';}
.icon-forward:before {content: '\f04e'; position: relative;	left: 2px;}
.icon-fast-forward:before {content: '\f050';}
.icon-step-forward:before {content: '\f051';}
.icon-eject:before {content: '\f052';}
.icon-chevron-left:before {content: '\f053';}
.icon-chevron-right:before {content: '\f054';}
.icon-plus-sign:before {content: '\f055';}
.icon-minus-sign:before {content: '\f056';}
.icon-remove-sign:before {content: '\f057';}
.icon-ok-sign:before {content: '\f058';}
.icon-question-sign:before {content: '\f059';}
.icon-info-sign:before {content: '\f05a';}
.icon-screenshot:before {content: '\f05b';}
.icon-remove-circle:before {content: '\f05c';}
.icon-ok-circle:before {content: '\f05d';}
.icon-ban-circle:before {content: '\f05e';}
.icon-arrow-left:before {content: '\f060';}
.icon-arrow-right:before {content: '\f061';}
.icon-arrow-up:before {content: '\f062';}
.icon-arrow-down:before {content: '\f063';}
.icon-share-alt:before {content: '\f064';}
.icon-resize-full:before {content: '\f065';}
.icon-resize-small:before {content: '\f066';}
.icon-plus:before {content: '\f067';}
.icon-minus:before {content: '\f068';}
.icon-asterisk:before {content: '\f069';}
.icon-exclamation-sign:before {content: '\f06a';}
.icon-gift:before {content: '\f06b';}
.icon-leaf:before {content: '\f06c';}
.icon-fire:before {content: '\f06d';}
.icon-eye-open:before {content: '\f06e';}
.icon-eye-close:before {content: '\f070';}
.icon-warning-sign:before {content: '\f071';}
.icon-plane:before {content: '\f072';}
.icon-calendar:before {content: '\f073';}
.icon-random:before {content: '\f074';}
.icon-comment:before {content: '\f075';}
.icon-magnet:before {content: '\f076';}
.icon-chevron-up:before {content: '\f077';}
.icon-chevron-down:before {content: '\f078';}
.icon-retweet:before {content: '\f079';}
.icon-shopping-cart:before {content: '\f07a';}
.icon-folder-close:before {content: '\f07b';}
.icon-folder-open:before {content: '\f07c';}
.icon-resize-vertical:before {content: '\f07d';}
.icon-resize-horizontal:before {content: '\f07e';}
.icon-bar-chart:before {content: '\f080';}
.icon-twitter-sign:before {content: '\f081';}
.icon-facebook-sign:before {content: '\f082';}
.icon-camera-retro:before {content: '\f083';}
.icon-key:before {content: '\f084';}
.icon-cogs:before {content: '\f085';}
.icon-comments:before {content: '\f086';}
.icon-thumbs-up:before {content: '\f087';}
.icon-thumbs-down:before {content: '\f088';}
.icon-star-half:before {content: '\f089';}
.icon-heart-empty:before {content: '\f08a';}
.icon-signout:before {content: '\f08b';}
.icon-linkedin-sign:before {content: '\f08c';}
.icon-pushpin:before {content: '\f08d';}
.icon-external-link:before {content: '\f08e';}
.icon-signin:before {content: '\f090';}
.icon-trophy:before {content: '\f091';}
.icon-github-sign:before {content: '\f092';}
.icon-upload-alt:before {content: '\f093';}
.icon-lemon:before {content: '\f094';}
.icon-phone:before {content: '\f095';}
.icon-check-empty:before {content: '\f096';}
.icon-bookmark-empty:before {content: '\f097';}
.icon-phone-sign:before {content: '\f098';}
.icon-twitter:before {content: '\f099';}
.icon-facebook:before {content: '\f09a';}
.icon-github:before {content: '\f09b';}
.icon-unlock:before {content: '\f09c';}
.icon-credit-card:before {content: '\f09d';}
.icon-rss:before {content: '\f09e';}
.icon-hdd:before {content: '\f0a0';}
.icon-bullhorn:before {content: '\f0a1';}
.icon-bell:before {content: '\f0a2';}
.icon-certificate:before {content: '\f0a3';}
.icon-hand-right:before {content: '\f0a4';}
.icon-hand-left:before {content: '\f0a5';}
.icon-hand-up:before {content: '\f0a6';}
.icon-hand-down:before {content: '\f0a7';}
.icon-circle-arrow-left:before {content: '\f0a8';}
.icon-circle-arrow-right:before {content: '\f0a9';}
.icon-circle-arrow-up:before {content: '\f0aa';}
.icon-circle-arrow-down:before {content: '\f0ab';}
.icon-globe:before {content: '\f0ac';}
.icon-wrench:before {content: '\f0ad';}
.icon-tasks:before {content: '\f0ae';}
.icon-filter:before {content: '\f0b0';}
.icon-briefcase:before {content: '\f0b1';}
.icon-fullscreen:before {content: '\f0b2';}
.icon-group:before {content: '\f0c0';}
.icon-link:before {content: '\f0c1';}
.icon-cloud:before {content: '\f0c2';}
.icon-beaker:before {content: '\f0c3';}
.icon-cut:before {content: '\f0c4';}
.icon-copy:before {content: '\f0c5';}
.icon-paper-clip:before {content: '\f0c6';}
.icon-save:before {content: '\f0c7';}
.icon-sign-blank:before {content: '\f0c8';}
.icon-reorder:before {content: '\f0c9';}
.icon-list-ul:before {content: '\f0ca';}
.icon-list-ol:before {content: '\f0cb';}
.icon-strikethrough:before {content: '\f0cc';}
.icon-underline:before {content: '\f0cd';}
.icon-table:before {content: '\f0ce';}
.icon-magic:before {content: '\f0d0';}
.icon-truck:before {content: '\f0d1';}
.icon-pinterest:before {content: '\f0d2';}
.icon-pinterest-sign:before {content: '\f0d3';}
.icon-google-plus-sign:before {content: '\f0d4';}
.icon-google-plus:before {content: '\f0d5';}
.icon-money:before {content: '\f0d6';}
.icon-caret-down:before {content: '\f0d7';}
.icon-caret-up:before {content: '\f0d8';}
.icon-caret-left:before {content: '\f0d9';}
.icon-caret-right:before {content: '\f0da';}
.icon-columns:before {content: '\f0db';}
.icon-sort:before {content: '\f0dc';}
.icon-sort-down:before {content: '\f0dd';}
.icon-sort-up:before {content: '\f0de';}
.icon-envelope-alt:before {content: '\f0e0';}
.icon-linkedin:before {content: '\f0e1';}
.icon-undo:before {content: '\f0e2';}
.icon-legal:before {content: '\f0e3';}
.icon-dashboard:before {content: '\f0e4';}
.icon-comment-alt:before {content: '\f0e5';}
.icon-comments-alt:before {content: '\f0e6';}
.icon-bolt:before {content: '\f0e7';}
.icon-sitemap:before {content: '\f0e8';}
.icon-umbrella:before {content: '\f0e9';}
.icon-paste:before {content: '\f0ea';}
.icon-lightbulb:before {content: '\f0eb';}
.icon-exchange:before {content: '\f0ec';}
.icon-cloud-download:before {content: '\f0ed';}
.icon-cloud-upload:before {content: '\f0ee';}
.icon-user-md:before {content: '\f0f0';}
.icon-stethoscope:before {content: '\f0f1';}
.icon-suitcase:before {content: '\f0f2';}
.icon-bell-alt:before {content: '\f0f3';}
.icon-coffee:before {content: '\f0f4';}
.icon-food:before {content: '\f0f5';}
.icon-file-alt:before {content: '\f0f6';}
.icon-building:before {content: '\f0f7';}
.icon-hospital:before {content: '\f0f8';}
.icon-ambulance:before {content: '\f0f9';}
.icon-medkit:before {content: '\f0fa';}
.icon-fighter-jet:before {content: '\f0fb';}
.icon-beer:before {content: '\f0fc';}
.icon-h-sign:before {content: '\f0fd';}
.icon-plus-sign-alt:before {content: '\f0fe';}
.icon-double-angle-left:before {content: '\f100';}
.icon-double-angle-right:before {content: '\f101';}
.icon-double-angle-up:before {content: '\f102';}
.icon-double-angle-down:before {content: '\f103';}
.icon-angle-left:before {content: '\f104';}
.icon-angle-right:before {content: '\f105';}
.icon-angle-up:before {content: '\f106';}
.icon-angle-down:before {content: '\f107';}
.icon-desktop:before {content: '\f108';}
.icon-laptop:before {content: '\f109';}
.icon-tablet:before {content: '\f10a';}
.icon-mobile-phone:before {content: '\f10b';}
.icon-circle-blank:before {content: '\f10c';}
.icon-quote-left:before {content: '\f10d';}
.icon-quote-right:before {content: '\f10e';}
.icon-spinner:before {content: '\f110';}
.icon-circle:before {content: '\f111';}
.icon-reply:before {content: '\f112';}
.icon-github-alt:before {content: '\f113';}
.icon-folder-close-alt:before {content: '\f114';}
.icon-folder-open-alt:before {content: '\f115';}



/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.pcss3t > label {
		display: block;
	}
	.pcss3t > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 13px;
	line-height: 49px;
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: #fff;
}
.pcss3t > ul {
	background: #fff;
	text-align: left;
}
.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: #808080;
	opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
	background: #fff;
	opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #2b82d9;
	opacity: 1;
}
.pcss3t-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
	padding: 5px;
	background: rgba(0,0,0,0.2);
}
.pcss3t-theme-2 > label {
	margin-right: 0;
	margin-bottom: 0;
	background: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-2 > label:hover {
	background: rgba(255,255,255,0.2);
}
.pcss3t-theme-2 > input:checked + label {
	padding-bottom: 0;
	background: #fff;
	background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #822bd9;
}
.pcss3t-theme-2 > ul {
	margin: 0 -5px -5px;
	border-radius: 0;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-2 > ul {
		margin-top: 5px;
	}
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
	background: rgba(0,0,0,0.8);	
}
.pcss3t-theme-3 > label {
	background: none;
	border-right: 1px dotted rgba(255,255,255,0.5);
	text-align: center;
	color: #fff;
	opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
	background: none;
	color: #d9d92b;
	opacity: 0.8;
}
.pcss3t-theme-3 > input:checked + label {
	background: #d9d92b;
	color: #000;
	opacity: 1;
}
.pcss3t-theme-3 > ul {
	border-top: 4px solid #d9d92b;
	border-bottom: 4px solid #d9d92b;
	border-radius: 0;
	box-shadow: none;
}


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
	margin: 0 10px 10px 0;
	border-radius: 5px;
	background: #78c5fd;
	background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
	background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
	box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
	line-height: 39px;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	color: #fff;
}
.pcss3t-theme-4 > label:hover {
	background: #90cffc;
	background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
	background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
	background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.pcss3t-theme-4 > input:checked + label {
	top: 1px;
	background: #5f9dc9;
	background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
	background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
	text-shadow: none;
}
.pcss3t-theme-4 > ul {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-4 > label {
		margin-right: 0;
	}
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
	padding: 15px;
	border-radius: 5px;
	background: #ad6395;
	background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
	background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad6395', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
	margin-right: 10px;
	margin-bottom: 15px;
	background: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-5 > label:hover {
	background: rgba(255,255,255,0.15);
}
.pcss3t-theme-5 > input:checked + label {
	background: rgba(255,255,255,0.3);
	color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 10px;
	margin-left: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
	margin: 0 -15px -15px;
	border-radius: 0 0 5px 5px;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-5 > input:checked + label:after {
		display: none;
	}
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
	height: 370px;
}
section#admi4{
    background: #60ba6b38;
}

#admi4 .pcss3t-theme-1 label
{
     font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    height: 45px;
    background: #ff00001c;
    margin-bottom: 24px;
    color: #000;
    letter-spacing: 0px;
}








































































































































































@media only screen and (max-width:480px)
{
    #admi2 .col-md-12 {
    margin-bottom: 15px;
}
    #admi4 .pcss3t-theme-1 label
    {
            margin-bottom: 15px;
    }
    .panel-group {
    margin-bottom: 10px;
}
    .top-header p,.top-header p a
    {
        color:#fff;
    }
    .title h1 {
   font-size: 20px;
        line-height: 30px;
    }
    .gallery ul {
    width: 70%;
    }
    .single-home-special-course .course-img .course-content h2
    {
        font-size: 18px;
    }
    .single-home-special-course .course-img .course-content p
{
    font-size: 14px;
}
.col-md-4.right a.rm {
    float: none;
    margin-top:0px;
}
section.title {
    padding-top: 30px;
    padding-bottom: 30px;
}
.feature-wrap-one
{
    width:100%;
}
.service-wrap-one .service-title {
    font-size: 20px;
}
.title p {
    font-size: 14px;
        line-height: 26px;
        }
        .country-list .item span {
    font-size: 15px;
        }
        .country-list .item
        {
                padding: 9px 35px 6px 10px;
        }
        .images:before
        {
                width: 100%;
    height: 100%;
        left: 14px;
    top: 14px;
        }
        .row .col-md-12
        {
            padding-left: 0px;
            padding-right: 0px;
        }
        .title a.rm
        {
            font-size: 15px;
                padding: 15px 20px;
                    margin-top: 0px;
        }
        .feature-wrap-one
        {
            padding: 25px;
        }
        .feature-wrap-one .feature-title {
    font-size: 18px;
        }
        .feature-wrap-one .icon {
    width: 65px;
    height: 65px;
        }
        .feature-wrap-one .icon img {
    width: 44px;
}
#footer .second:before {
    content: "";
    position: absolute;
    background: #C62828;
    width: 100%;
    height: 180px;
    border-radius: 370px 370px 0 0;
    left: 0px;
    margin: 0 auto;
    top: 0px;
    right: 0px;
    z-index: -1;
    bottom: 0px;
}
#footer .second {
    position: relative;
    text-align: center;
    padding: 20px;
}
#footer h4 {
    color: #ffffff;
    font-size: 18px;
}
#footer ul li, #footer ul li a,#footer p {
    font-size: 14px;
}
#footer ul li {
    margin-bottom: 5px;
}
.top-header .col-md-4:nth-of-type(1)
{
    display: none;
}
.top-header p
{
    font-size: 13px;
}
.custom-navbar {
      background:#1b1818bd;
    border: none;
    border-radius: 0;
    position: relative;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0;
    transition: 0.4s ease;
    z-index: 9999;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    max-width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
img.logo {
    width: 200px;
    margin-top: 5px;
    border-radius: 10px;
    float: left;
    margin-left: 0px;
}
.buttons a.rm
{
        overflow: hidden;
    color: #c62828;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-right: 10px;
    background-color: #ffff;
    padding: 10px 15px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.buttons {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #c62828ab;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    max-width: 500px;
    padding: 15px;
    border-radius: 0px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
{
    top:35%;
}
.col-md-4.fir {
    margin-top: 0px;
    float:left;
    margin-bottom: 20px;
}
.country-list.country-list-two.py-5
{
        padding-top: 0px;
            padding-bottom: 0px;
}
.col-md-7.why {
    margin-bottom: 20px;
    float: left;
}
.process-wrapper .bg-round-shape,.process-wrapper .main-img
{
    width:100%;
}
img.main-img.img-fluid.d-none.d-lg-inline-block
{
    padding: 25px;
}
.tooltip-box .icon img {
    filter: invert(1);
    width: 40px;
}
.tooltip-box .icon
{
    padding:5px;
}
.tooltip-box .tooltip-content
{
        line-height: 12px;
    font-size: 10px;
}
ul.worklist li:nth-child(2) {
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
}
ul.worklist li:last-child {
    position: absolute;
    right: -7%!important;
    top: 50%;
    transform: translateY(-50%);
}
img.bg-round-shape.img-fluid.d-none.d-md-inline-block
{
    opacity: 0.5;
}
html,body
{
    overflow-x: hidden;
}
.navbar-collapse.collapse {
    margin-top: 5px;
        float: none;
        background: #7e14101f;
        border-radius: 5px;
        margin-bottom: 10px;
}
 .navbar-nav {
    float: none;
}
.custom-navbar .navbar-nav > li > a
{
    color:#000;
}
.custom-navbar .navbar-nav > li > a
{
    padding-left: 0px;
}
.custom-navbar .navbar-nav > li:last-child a {
        margin-top: 15px;
    float: left;
}
.custom-navbar .navbar-nav > li > a {
        padding: 10px;
        font-size: 14px;
        border-bottom: 1px solid #f2f2f2;
    }
    .sticky .navbar-nav {
    float: none;
    }
    section#page-title {
       height: auto;
               padding-bottom: 0px;
    padding-top: 0px;
}
#page-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
    letter-spacing: 0PX;
}
#contact .boxes {
    background: #7e141033;
    height: 185px;
    border-radius: 10px;
    padding: 13px;
    text-align: center;
    margin-bottom: 20px;
}
#contact .boxes h1, #contact2 h1 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom:8px;
    letter-spacing: -1px;
}
.boxes img {
    width: 42px;
    margin-bottom: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a
{
    color:#000;
}
.navbar-nav .open .dropdown-menu>li>a
{
            padding-left: 10px;
}
#contact .boxes p
{
    text-align: center;
    font-size: 12px;
            line-height: 21px;
}
h2.doon-why-title {
    font-size: 25px;
}
.title p
{
    text-align: left;
}
#about02 .col-md-12 {
       width: 100%;
     height: auto;
}
#about02 h2 {
    font-size: 20px;
    line-height: 15px;
}
#message .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
#message .col-md-8
{
    height:auto;
}
#aca1 .col-md-4 h2 {
    font-size: 18px;
   }
   #aca1 .col-md-4 p {
    text-align: center;
    font-size: 14px;
}
#aca1 .context
{
    height:auto;
}
#aca2 h2 {
    font-size: 21px;
}
.flip-card-front h3 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%;
    text-shadow: 0px 1px 20px #000;
}
#aca5 .col-md-12 .full {
    margin-bottom: 20px;
}
.full h5 {
    font-size: 16px;
}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px)
{
    #admi2 .col-md-12 {
    margin-bottom: 15px;
}
    #admi4 .pcss3t-theme-1 label
    {
            margin-bottom: 15px;
    }
    .panel-group {
    margin-bottom: 10px;
}
        #footer .col-sm-4 {
        width: 47.25%;
        float: left;
    }
     #footer .col-sm-4:nth-of-type(3)
     {
        clear:left;
     }
     #mainHeader .col-sm-3 {
        width: 100%;
    }
    #mainHeader .col-sm-9 {
        width: 100%;
    }
    button.navbar-toggle {
    position: absolute;
    right: 0px;
    top: -17px;
}
.top-header p,.top-header p a
    {
        color:#fff;
    }
    .title h1 {
   font-size: 20px;
        line-height: 30px;
    }
    .gallery ul {
    width: 70%;
    }
    .single-home-special-course .course-img .course-content h2
    {
        font-size: 18px;
    }
    .single-home-special-course .course-img .course-content p
{
    font-size: 14px;
}
.col-md-4.right a.rm {
    float: none;
    margin-top:0px;
}
section.title {
    padding-top: 30px;
    padding-bottom: 30px;
}
.feature-wrap-one
{
    width:100%;
}
.service-wrap-one .service-title {
    font-size: 20px;
}
.title p {
    font-size: 14px;
        line-height: 26px;
        }
        .country-list .item span {
    font-size: 15px;
        }
        .country-list .item
        {
                padding: 9px 35px 6px 10px;
        }
        .images:before
        {
                width: 100%;
    height: 100%;
        left: 14px;
    top: 14px;
        }
        .row .col-md-12
        {
            padding-left: 0px;
            padding-right: 0px;
        }
        .title a.rm
        {
            font-size: 15px;
                padding: 15px 20px;
                    margin-top: 0px;
        }
        .feature-wrap-one
        {
            padding: 25px;
        }
        .feature-wrap-one .feature-title {
    font-size: 18px;
        }
        .feature-wrap-one .icon {
    width: 65px;
    height: 65px;
        }
        .feature-wrap-one .icon img {
    width: 44px;
}
#footer .second:before {
    content: "";
    position: absolute;
    background: #C62828;
    width: 100%;
    height: 180px;
    border-radius: 370px 370px 0 0;
    left: 0px;
    margin: 0 auto;
    top: 0px;
    right: 0px;
    z-index: -1;
    bottom: 0px;
}
#footer .second {
    position: relative;
    text-align: center;
    padding: 20px;
}
#footer h4 {
    color: #ffffff;
    font-size: 18px;
}
#footer ul li, #footer ul li a,#footer p {
    font-size: 14px;
}
#footer ul li {
    margin-bottom: 5px;
}
.top-header .col-md-4:nth-of-type(1)
{
    display: none;
}
.top-header p
{
    font-size: 13px;
}
.custom-navbar {
      background: #1b181800;
    border: none;
    border-radius: 0;
    position: relative;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0;
    transition: 0.4s ease;
    z-index: 9999;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    max-width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sticky img.logo {
    width: 214px;
    margin-top: 0px;
}
.img-responsive {
      max-width: 100%;
    width: 100%;
}
img.logo {
    width: 200px;
    margin-top: 0px;
    border-radius: 10px;
    float: left;
    margin-left: 0px;
}
.buttons a.rm
{
        overflow: hidden;
    color: #c62828;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-right: 10px;
    background-color: #ffff;
    padding: 10px 15px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.buttons {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #c62828ab;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    max-width: 500px;
    padding: 15px;
    border-radius: 0px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev
{
    top:35%;
}
.col-md-4.fir {
    margin-top: 0px;
    float:left;
    margin-bottom: 20px;
}
.country-list.country-list-two.py-5
{
        padding-top: 0px;
            padding-bottom: 0px;
}
.col-md-7.why {
    margin-bottom: 20px;
    float: left;
}
.process-wrapper .bg-round-shape,.process-wrapper .main-img
{
    width:100%;
}
img.main-img.img-fluid.d-none.d-lg-inline-block
{
    padding: 25px;
}
.tooltip-box .icon img {
    filter: invert(1);
    width: 40px;
}
.tooltip-box .icon
{
    padding:5px;
}
.tooltip-box .tooltip-content
{
        line-height: 12px;
    font-size: 10px;
}
ul.worklist li:nth-child(2) {
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
}
ul.worklist li:last-child {
    position: absolute;
    right: -7%!important;
    top: 50%;
    transform: translateY(-50%);
}
img.bg-round-shape.img-fluid.d-none.d-md-inline-block
{
    opacity: 0.5;
}
html,body
{
    overflow-x: hidden;
}
.navbar-collapse.collapse {
    margin-top: 5px;
        float: none;
        background: #7e14101f;
        border-radius: 5px;
        margin-bottom: 10px;
}
 .navbar-nav {
    float: none;
}
.custom-navbar .navbar-nav > li > a
{
    color:#000;
}
section#section5 {
    padding-bottom: 50px;
}
.custom-navbar .navbar-nav > li > a
{
    padding-left: 0px;
}
.custom-navbar .navbar-nav > li:last-child a {
        margin-top: 0px;
    float: left;
}
.custom-navbar .navbar-nav > li > a {
        padding: 10px;
        font-size: 14px;
        border-bottom: 1px solid #f2f2f2;
    }
    .sticky .navbar-nav {
    float: none;
    }
    section#page-title {
       height: auto;
               padding-bottom: 0px;
    padding-top: 0px;
}
#page-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
    letter-spacing: 0PX;
}
#contact .boxes {
    background: #7e141033;
    height: 185px;
    border-radius: 10px;
    padding: 13px;
    text-align: center;
    margin-bottom: 20px;
}
#contact .boxes h1, #contact2 h1 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom:8px;
    letter-spacing: -1px;
}
.boxes img {
    width: 42px;
    margin-bottom: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a
{
    color:#000;
}
.navbar-nav .open .dropdown-menu>li>a
{
            padding-left: 10px;
}
#contact .boxes p
{
    text-align: center;
    font-size: 12px;
            line-height: 21px;
}
h2.doon-why-title {
    font-size: 25px;
}
.title p
{
    text-align: left;
}
#about02 .col-md-12 {
       width: 100%;
     height: auto;
}
#about02 h2 {
    font-size: 20px;
    line-height: 15px;
}
#message .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
#message .col-md-8
{
    height:auto;
}
#aca1 .col-md-4 h2 {
    font-size: 18px;
   }
   #aca1 .col-md-4 p {
    text-align: center;
    font-size: 14px;
}
#aca1 .context
{
          height: 200px;
        padding-top: 90px;
}
#aca4 .col-md-4 img {
       width: auto;
}
.service-wrap-one .front-img {
    border-radius: 30px;
    display: block;
    width: 100%;
}
.full h5,.full p
{
    text-align: center;
}
#aca2 h2 {
    font-size: 21px;
}
.flip-card-front h3 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%;
    text-shadow: 0px 1px 20px #000;
}
#aca5 .col-md-12 .full {
    margin-bottom: 20px;
}
.full h5 {
    font-size: 16px;
}
}

@media (min-width: 1024px) and (max-width: 1280px)  {
    .custom-navbar .navbar-nav > li > a
    {
        padding:5px!important;
    }
    .flip-card-front h3 {
    font-size: 34px;
    color: #fff;
    line-height: 44px;
    }
    #aca1 .col-md-4 h2 {
    font-size: 18px;
    }
    #aca1 .col-md-4 p
    {
        font-size: 14px;
    }
    .flip-card {
       width: 100%!important;
    }
    .context{
            height: 300px;
    }
ul.worklist li:last-child
 {
    position: absolute;
    right: -2%!important;
    top: 50%;
    transform: translateY(-50%);
}
ul.worklist li:nth-child(2) {
    position: absolute;
    left: -4%!important;
    top: 50%;
    transform: translateY(-50%);
}
.feature-wrap-one p {
    font-size: 14px!important;
    line-height: 25px!important;
}
.feature-wrap-one .feature-title {
    font-size: 19px!important;
}
.title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.title h1 {
    font-size: 35px;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    letter-spacing: -1.44px;
}
.top-header p
{
    font-size: 14px;
}
.title a.rm
{
    font-size: 14px;
    padding: 10px 20px;
}
.service-wrap-one .service-title {
    font-size: 18px;
}
.country-list .item span {
    font-size: 18px;
}
.feature-wrap-one
{
    padding:15px;
}
.feature-wrap-one .icon img {
    width: 35px;
}
.feature-wrap-one .icon {
    width: 55px;
    height: 55px;
}
.single-home-special-course .course-img .course-content h2
{
    font-size: 16px;
}
#footer p,#footer ul li, #footer ul li a
{
    font-size: 14px;
}
#footer h4
{
    font-size: 16px;
}
.course-content p
{
    font-size: 13px!important;
        line-height: 18px!important;
}
#about02 h2
{
    font-size:22px!important;
        line-height: 30px!important;
    font-weight: 600;
    margin-bottom: 14px!important;
}
#about02 p {
    font-size: 12px!important;
    line-height: 25px!important;
}
.box-type img {
    float: left;
    width: 180px;
            z-index: 9999;
        position: relative;
    margin-right: 10px;
}
.box-type p
{
            font-size: 12px;
             line-height: 21px;
}
.box-type li {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}
.txt h3 {
    font-size: 16px;
}
span.sub-title
{
        padding: 5px 16px 5px;
    }
    #admi4 .pcss3t-theme-1 label,li.tab-content li,li.tab-content b
    {
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
#about02 h2 {
    font-size: 24px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #7e1410;
    letter-spacing: -1.44px;
}
.single-home-special-course:hover .course-img .course-content h2 {
    bottom: 160px;
}
.custom-navbar .navbar-nav > li > a {
       font-size: 13px;
    padding: 6px;
    }
}