﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suez+One&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&amp;display=swap');
.messagebox h3 {
            text-align: center;
            text-decoration:underline;
        }

        table {
            width: 100%;
            text-align: left;
        }

        .messagebox {
            padding:50px;
        }

        table, th, tr, td {
            border: 1px solid #000;
            font-size: 20px;
            font-family: sans-serif;
            padding-left:5px;
        }

       

        tr span {
            color: #f00;
            font-size: 15px;
        }

        table {
            margin-top: 50px;
        }
        th {
            text-align:center;
        }
        #ContentPlaceHolder1_Table1 td {
            width:50%;
        }
.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.activity1 {
    background: none !important;
    padding: 20px 60px !important;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.adjust-principal-text {
    padding: 0px;
    width: 63%;
}



@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

body {
    font-size: 15px;
    overflow-x: hidden;
}

header {
    background-image: url(../images/cloudes.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 10;
    background-color: #c2f0f4;
}

    header .min-height {
        min-height: 80px;
    }

    header .registerbtn {
        position: absolute;
        display: block;
        padding: 5px 20px;
        border-radius: 30px;
        border: 2px solid #fff;
        background-color: #c00137;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        right: 40px;
        bottom: -41px;
        transition-duration: .3s;
    }

        header .registerbtn:hover {
            background-color: #044488;
        }

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Sansita', sans-serif;
    font-weight: 600;
}

.banner-section {
    position: relative;
}

    /*.banner-section:after {
        content: "";
        width: 100%;
        height: 25px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        background-repeat: repeat-x;
        background-image: url("../images/header-after.png");
        z-index: 2;
    }*/

.logo {
    position: relative;
    margin;10px 10px 10px 15px;
}

    .logo img {
        position: relative;
        z-index: 5;
        max-width: 100%;
    }

.top-nav {
    background-color: #003c4b;
    position: relative;
    display: table;
    padding: 0px 20px;
    float: right;
    margin-right: -12px;
}

    .top-nav:before {
        content: "";
        position: absolute;
        left: -29px;
        top: 0px;
        width: 0;
        height: 0;
        border-bottom: 34px solid #003c4b;
        border-left: 29px solid transparent;
    }

    .top-nav ul {
        margin: 0;
    }

        .top-nav ul.pwdarea li a img {
            width: 20px;
        }

    .top-nav li {
        list-style-type: none;
        float: left;
    }

        .top-nav li a:hover {
            text-decoration: none;
        }

    .top-nav .btn-xs {
        padding: 3px 4px;
        line-height: 1.5;
        border-radius: 0;
        border: solid 1px rgba(255, 255, 255, .5);
        background-color: #fff;
        color: #333;
        font-weight: 700;
    }

    .top-nav .btn-black {
        padding: 3px 6px;
        font-size: 10px;
        line-height: 1.5;
        border-radius: 0;
        border: solid 1px #fff;
        background-color: rgba(255, 255, 255, .1);
        color: #fff;
    }

    .top-nav .btn-blue {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 1.1;
        border-radius: 0;
        border: solid 0 #000;
        background-color: #00b9be;
        color: #fff;
    }

    .top-nav .btn-yellow {
        padding: 4px 6px;
        font-size: 12px;
        line-height: 1.1;
        border-radius: 0;
        border: solid 0 #d8470e;
        background-color: #f57d57;
        color: #fff;
    }

    .top-nav .input-sm {
        height: 21px;
        margin: 0;
        padding: 0 10px;
        border-radius: 0;
    }

    .top-nav .navbar-right {
        float: right !important;
        margin-bottom: 0;
        margin-right: -15px;
        margin-top: -1px;
    }

    .top-nav .defTheme {
        color: #fff;
        padding: 3px 6px;
    }

.hi-btn {
    color: #fff !important;
    padding: 5px 12px;
    display: block;
    text-decoration: none;
}

.language {
    padding: 0px 0px 0px 0px !important;
}

.logo-2 {
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.64);
    border-radius: 10px;
    padding: 7px;
}

.top-nav ul.pwdarea {
    float: right;
    margin-right: 0px;
    padding: 0px 0px 0px 8px;
}

    .top-nav ul.pwdarea li a {
        color: #000;
    }

    .top-nav ul.pwdarea li {
        padding: 3px 8px 0 8px;
        font-weight: 600;
    }

.search a {
    color: #fff !important;
    font-size: 16px;
}

.pwdarea li .fontresize {
    display: block;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
    background-color: #fff;
    text-decoration: none;
    margin-top: 3px;
    font-size: 13px;
    background-color: #eee;
    padding: 3px 6px;
}

.pwdarea li .theame {
    display: block;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
    background-color: #f0a310;
    color: #fff !important;
    text-decoration: none;
    margin-top: 3px;
    font-size: 13px;
}

.pwdarea li .contrast {
    background-color: #000;
}

.top-nav ul.topleft_menu {
    text-align: left;
    padding: 0;
    margin: 0;
    min-height: auto;
}

    .top-nav ul.topleft_menu li {
        font-weight: 400;
    }

        .top-nav ul.topleft_menu li a {
            padding: 5px 8px;
            display: block;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
        }

            .top-nav ul.topleft_menu li a:before {
                content: '';
                position: absolute;
                left: 0px;
                bottom: 0px;
                height: 1px;
                background-color: #e0ab1b;
                width: 0%;
                transition-duration: .3s;
            }

            .top-nav ul.topleft_menu li a:hover::before a {
                width: 100%;
            }

            .top-nav ul.topleft_menu li a:hover {
                background-color: #fff;
                color: #003c72;
            }

        .top-nav ul.topleft_menu li:last-child a {
            border-right: 0 solid #3e3d3d;
        }

    .top-nav ul.topleft_menu .dropdown li {
        float: none;
    }

.videobg {
    overflow: hidden;
    max-height: 566px;
    background-color: #000;
    position: relative;
    z-index: 0;
}

    .videobg video {
        width: 100% !important;
        opacity: 1;
        margin-top: -129px;
    }

    .videobg::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 179px solid #003c4bc7;
        border-right: 179px solid transparent;
    }

    .videobg::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 0;
        height: 0;
        border-bottom: 220px solid #d0202ea3;
        border-right: 228px solid transparent;
    }

.pwdicon > a:after {
    content: close-quote;
}

.pwdicon > a {
    color: #fff !important;
}

.pwdicon .dropdown-menu {
    min-width: 50px;
    padding: 0px;
}

    .pwdicon .dropdown-menu li {
        float: none;
        padding: 3px 5px !important;
    }

        .pwdicon .dropdown-menu li a {
            margin: 0px auto;
        }

.searchbar {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: left;
    display: flex;
}

    .searchbar .search-input {
        background-color: #fff;
        width: 80%;
        height: 40px;
        border: 1px solid #eee;
        padding: 0px 15px;
        margin: 0px;
        position: relative;
        z-index: 0;
        border-radius: 5px 0px 0px 5px;
    }

    .searchbar .search-btn {
        height: 40px;
        border: 0px;
        margin: 0px;
        position: relative;
        z-index: 2;
        left: -5px;
        background-color: #d0202e;
        color: #fff;
        padding: 0px 15px;
        border-radius: 0px 4px 4px 0px;
    }

.serachbar {
    position: fixed;
    z-index: 50;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    top: 0px;
    height: 0%;
    overflow: hidden;
    background-image: url(../images/grdnssclubbg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    display: block;
    transition-duration: .3s;
}

    .serachbar .search-img {
        max-width: 100%;
        margin-bottom: 15px;
        border: 2px solid #fff;
        border-radius: 5px;
    }

    .serachbar .search-wrap {
        position: absolute;
        right: 0px;
        height: 100%;
        width: 400px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
        background-color: #003c4b;
        top: 0px;
        box-sizing: border-box;
        padding: 25px;
        transition-duration: .3s;
    }

        .serachbar .search-wrap h4 {
            text-align: left;
            color: #fff;
        }

        .serachbar .search-wrap h5 {
            margin-bottom: 20px;
            color: #fff;
        }

        .serachbar .search-wrap h4 span {
            display: inline-block;
            float: right;
            cursor: pointer;
            font-size: 32px;
        }

.search .open {
    display: block;
    transition-duration: .3s;
    height: 100%;
}

.serachbar .search-wrap p a {
    color: #fff !important;
}

.topbtn {
    display: flex;
    margin: 0px;
    list-style: none;
    padding: 0px 0px 0px 50px;
    justify-content: end;
}

    .topbtn li {
        padding: 0px 13px;
    }

        .topbtn li a {
            display: block;
            padding: 5px 0px;
            background-color: #d0202e;
            position: relative;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            transition-duration: .3s;
        }

            .topbtn li a:hover {
                color: #33075e;
            }

            .topbtn li a::before {
                content: "";
                position: absolute;
                left: -20px;
                top: 0px;
                width: 0;
                height: 0;
                border-bottom: 33px solid #d0202e;
                border-left: 20px solid transparent;
            }

            .topbtn li a::after {
                content: "";
                position: absolute;
                right: -20px;
                top: 0px;
                width: 0;
                height: 0;
                border-top: 33px solid #d0202e;
                border-right: 20px solid transparent;
            }

.dropdown-menu .has-submenu:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 8px;
}

.primarymenu {
    position: relative;
    margin: 0px auto;
    z-index: 5;
    padding:5px 69px 5px 69px;
    background-color: #044488;
    width: 100%;
    left: 0;
    right: 0;
}

    /*.primarymenu:after {
        content: "";
        width: 100%;
        height: 25px;
        position: absolute;
        bottom: -25px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        background-repeat: repeat-x;
        background-image: url("../images/menu-after.png");
    }*/

    .primarymenu .navbar {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .primarymenu .navbar-nav > li > a  {
    padding: 5px 17px !important;
    color: #fff;
    font-weight: 600;
    transition-duration: .3s;
    display: block;
    text-decoration: none;
    border-radius: 25px;
    font-size: 17px;
}

        .primarymenu .navbar-nav > li > a:hover,
        .primarymenu .navbar-nav > li.show > a {
            color:#094282;
            background-color: rgb(255, 255, 255);
        }

    .primarymenu .navbar-nav .dropdown-menu {
        min-width: 240px !important;
        padding: 0px;
        border-radius:0px;
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 20px 20px 25px rgba(0, 0, 0, .5);
        border: 0px;
    }

        .primarymenu .navbar-nav .dropdown-menu > li > a {
            color: #000;
            padding: 12px 15px;
            font-size: 0.85em;
            display: block;
            text-decoration: none;
            border-bottom: 1px dashed #ccc;
            font-weight: 600;
        }

        .primarymenu .navbar-nav .dropdown-menu > li:first-child a {
            border-radius: 0px;
        }

        .primarymenu .navbar-nav .dropdown-menu > li:last-child a {
            border-radius:27px;
        }

        .primarymenu .navbar-nav .dropdown-menu > li > a .sub-arrow {
            display: none;
        }

        .primarymenu .navbar-nav .dropdown-menu > li > a:hover,
        .primarymenu .navbar-nav .dropdown-menu > li.show > a {
            background-color: #edf6ff;
            color: #0a4281 !important;
        }

/*mega menu*/
.mega-dropdown {
    position: static !important;
}

    .mega-dropdown ul {
        list-style: none;
        padding-left: 0px;
    }

.mega-dropdown-menu {
    width: 100%;
    padding: 15px 0px 0px 0px !important;
    box-shadow: none;
    left: 0 !important;
    right: 0;
    margin: 0px auto;
}

    .mega-dropdown-menu a {
        color: #000;
        display: block;
        padding: 2px 0px 2px 15px !important;
        position: relative;
        font-size: 0.95em;
    }

        .mega-dropdown-menu a:before {
            content: "\f0c8";
            position: absolute;
            left: 3px;
            font-family: FontAwesome;
            color: #e7717d;
            font-size: 6px;
            margin-top: 3px;
        }

.menu-heading ul {
    margin: 15px 0px 0px 24px;
    padding: 0px;
}

.mega-dropdown-menu .menu-heading > a {
    pointer-events: none;
    color: #022c4c !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.menu-heading > a:hover {
    background-color: transparent !important;
    text-decoration: none;
}

.mega-dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, .0);
    color: #e7717d;
    text-decoration: none;
}

/*.mega-dropdown-menu a:before{ content:""; height:2px; width:100%; background-color:rgba(0,0,0,.0); right:0; left:0; bottom:0; position:absolute; transition-duration:.3s;}
.mega-dropdown-menu a:hover::before{background-color:#D1356F; }*/
.subhead > a {
    cursor: default;
    color: #06668c;
}

    .subhead > a:hover {
        background-color: rgba(0, 0, 0, .0);
    }

    .subhead > a:hover {
        color: #06668c;
    }

        .subhead > a:hover::before {
            background-color: rgba(0, 0, 0, .0) !important;
            height: 0px !important;
        }

.mega-dropdown-menu > li {
    border-right: 0px solid #eee;
}

    .mega-dropdown-menu > li:last-child {
        border-right: 0px solid #eee;
    }

/*Second Menu*/
.secondmenu {
    margin-left: -15px;
    margin-right: -15px;
}

    .secondmenu .navbar {
        border-radius: 0px;
        margin-bottom: 0px;
    }

    .secondmenu .navbar-inverse {
        background-color: rgba(0, 0, 0, .2);
        border-color: rgba(252, 153, 40, 0);
    }

.navbar-nav > li > .dropdown-menu {
    left: inherit;
}

.menu-action {
    background-color: #e7717d;
    padding: 15px;
    margin: 15px auto 0px auto;
    width: 100%;
}

    .menu-action img,
    .menuacttitle,
    .menu-action a {
        display: inline-block;
        margin: 0px 5px;
    }

    .menu-action img {
        height: 50px;
    }

.menuacttitle {
    color: #fff;
    font-size: 1.2em;
    font-style: italic;
}

.menu-action a {
    color: #fff;
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
    padding: 5px 10px !important;
    border: 1px solid #fff;
    text-align: center;
}

    .menu-action a:hover {
        background-color: #062c72;
        color: #fff;
    }

    .menu-action a:before {
        content: unset;
    }

.mega-dropdown-menu li {
    border-bottom: 0px solid rgb(139, 31, 65) !important;
}

.mega-dropdown-menu .text-strong a {
    font-weight: 300;
}

.section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
}

    .section-1 .events {
        z-index: 2;
        position: relative;
        margin-bottom: 30px;
    }

.whychose-img {
    margin: 50px 5px 0px 50px;
    position: relative;
    max-width: 100%;
    border: 8px solid #fff;
    z-index: 10;
}

    .whychose-img img {
        max-width: 100%;
        min-width: 100%;
        border-radius: 50px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }

.vc-name {
    position: absolute;
    left: -8px;
    padding: 8px 16px;
    background-color: #D0202E;
    top: -25px;
    z-index: 20;
}

    .vc-name::before {
        content: "";
        position: absolute;
        right: -28px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 45px solid #d0202e;
        border-right: 29px solid transparent;
        z-index: 0;
    }

    .vc-name h4 {
        color: #fff;
        margin: 0px;
    }

.whychose-img .placements {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.placements .owl-dots {
    text-align: center;
    margin: 0px auto;
    position: absolute;
    padding: 0px 10px 5px 10px;
    background: rgba(255, 255, 255, 0.78);
    bottom: -20px;
    border-radius: 5px;
    left: 10px;
}

.placements .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #003c4b !important;
    border-radius: 50%;
    margin: 0px 2px;
}

    .placements .owl-dot.active {
        background-color: #d0202e !important;
    }

.section-1 .events .wc-head {
    padding: 10px 0px 0px 0px;
    margin-top: 50px;
    margin-bottom: 15px;
    color: #044488;
}

    .section-1 .events .wc-head span {
        display: block;
        font-size: 0.85em;
        font-family: inherit;
        color: #c00137;
        font-weight: 400;
        margin-bottom: 5px;
    }

.section-1 .events p {
    line-height: 28px;
}

    .section-1 .events p strong {
        color: #003c4b;
        display: block;
        text-transform: uppercase;
    }

.section-1 .events:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    height: 20px;
    width: 87%;
    background-color: #044488;
    border-radius: 20px 0px 0px 0px;
}

.studentnotice {
    padding-left: 60px;
}

    .studentnotice .innerwrap {
        background-color: #fff;
        padding-left: 30px;
        padding-right: 15px;
        min-height: 530px;
        box-shadow: -13px -11px 15px rgba(0, 0, 0, 0.04);
        padding-top: 20px;
        position: relative;
    }

       .studentnotice .innerwrap .sn-head {
            color: #000;
        }

        .studentnotice .innerwrap ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            max-height: 373px;
            overflow: auto;
            scrollbar-width: thin;
            scrollbar-color: rgba(80, 25, 134, .0) rgba(255, 255, 255, .0);
            transition-duration: .3s;
        }

.studentnotice {
    position: relative;
    margin-top: 40px;
}

     .studentnotice .noictekids {
        position: absolute;
        animation: moveBounce 5s linear infinite;
        z-index: 5;
        left: -4px;
        max-width: 90px;
        top: 10px;
    }

     .studentnotice .noictekids2 {
        position: absolute;
        z-index: 5;
        left: -20px;
        max-width: 90px;
        bottom: 30px;
    }

        .studentnotice .noictekids img,
         .studentnotice .noictekids2 img {
            max-width: 100%;
        }

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce2 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.studentnotice .innerwrap ul:hover {
    scrollbar-color: rgba(0, 60, 75, 1) rgba(255, 255, 255, .0);
}

.studentnotice .innerwrap ul::-webkit-scrollbar {
    width: 6px;
}

 .studentnotice .innerwrap ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

 .studentnotice .innerwrap ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
    transition-duration: .3s;
}

 .studentnotice .innerwrap ul:hover::-webkit-scrollbar-thumb {
    background: rgba(80, 25, 134, 1);
}
 .studentnotice .innerwrap ul li {
    padding: 15px 0px;
    border-bottom: 1px dashed #b9b4ad;
}

  .studentnotice .innerwrap ul li .date {
        display: inline-block;
        font-weight: bold;
        border-radius: 6px;
        color: #044488;
        margin-bottom: 2px;
    }

     .studentnotice .innerwrap ul li a {
        display: inline-block;
        border-radius: 3px;
        background-color:#de1616!important;
        color: #fff;
        padding: 3px 10px;
        text-decoration: none;
        font-size: 0.8em;
        text-transform: uppercase;
        border-radius: 20px;
    }

.studentnotice .innerwrap .viewall {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 10px;
    background-color: #de1616!important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px 15px 0px 0px;
}


.section-2 {
    position: relative;
    background-color: #edf5f7;
    padding-bottom: 30px;
}

.section-heading {
    text-align: center;
    padding: 50px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    background-image: repeating-linear-gradient(135deg, #f0f0f0, #f2f2f2 2px, transparent 2px, transparent 10px);
    animation: slide 8s linear infinite;
    background-repeat: repeat-x;
    background-color: #fff;
}

@keyframes slide {
    from {
        background-size: 50%;
        background-position: left;
    }

    to {
        background-size: 100%;
        background-position: right;
    }
}

.section-heading:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    left: 0px;
    background-color: #d0202e;
    bottom: 0px;
    margin: 0px auto;
}

.section-heading:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    left: 0px;
    right: 0px;
    background-color: #d0202e;
    top: 30px;
    margin: 0px auto;
}

.section-heading h2 {
    color: #003c4b;
}

    .section-heading h2 span {
        -webkit-text-stroke: 1px #d0202e;
        color: #fff;
    }

.section-heading .linebox {
    border-left: 1px solid #ca1237;
    transform: rotate(45deg);
    transform-origin: top left;
    position: absolute;
    right: -82px;
    width: 203px;
    height: 206px;
    top: 0;
}

.success-story {
    margin-top: 30px;
}

    .success-story .item {
        padding: 0px 15px;
    }

        .success-story .item .video {
            overflow: hidden;
            position: relative;
        }

            .success-story .item .video img {
                max-width: 100%;
                position: relative;
                z-index: 0;
            }

            .success-story .item .video .caption {
                position: absolute;
                right: 0px;
                left: 0px;
                color: #fff;
                margin: 0px auto;
                padding: 15px;
                bottom: 0px;
                background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
                background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.85) 99%, rgba(0, 0, 0, 0.85) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
                font-weight: 700;
                z-index: 1;
            }

            .success-story .item .video .playbtn {
                position: absolute;
                width: 60px;
                height: 60px;
                right: 0px;
                left: 0px;
                margin: 0px auto;
                border-radius: 50px;
                background-color: #d0202eb3;
                top: 35%;
                z-index: 2;
                box-sizing: border-box;
                box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
                color: #fff;
                text-align: center;
                padding: 18px;
            }

            .success-story .item .video iframe {
                width: 100%;
                height: 250px;
            }

    .success-story .owl-dots {
        text-align: center;
        margin: 15px auto;
    }

    .success-story .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #003c4b !important;
        border-radius: 50%;
        margin: 0px 2px;
    }

        .success-story .owl-dot.active {
            background-color: #d0202e !important;
        }

.section-2 .btn {
    padding: 8px 15px;
}

.btn-danger {
    background-color: #d0202e;
    border-color: #d0202e;
}

.section-3 {
    position: relative;
    padding: 30px;
    background-image: url(../images/tactile-noise.png);
}

    .section-3::before {
        content: "";
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 0;
        height: 0;
        border-bottom: 409px solid #d0202e;
        border-left: 439px solid transparent;
        z-index: 0;
    }

    .section-3::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 239px solid #e8e8e8;
        border-right: 229px solid transparent;
        z-index: 0;
    }

    .section-3 .progimg {
        position: relative;
        z-index: 1;
        outline-style: solid;
        outline-width: 1px;
        outline-offset: -0.75rem;
        outline-color: #ffffff36;
        outline-style: dashed;
        outline-width: 2px;
        outline-offset: -1.55rem;
        outline-color: #f7ae01;
    }

        .section-3 .progimg img {
            max-width: 100%;
        }

    .section-3 .program {
        padding: 25px;
        position: relative;
        height: 500px;
        background-color: #003c4b;
        margin-top: 25px;
        margin-right: -80px;
        z-index: 5;
        margin-left: 25px;
        color: #fff;
        outline-style: solid;
        outline-width: 1px;
        outline-offset: -0.75rem;
        outline-color: #ffffff36;
        overflow:;
    }

        .section-3 .program .subhead {
            color: #fbc766;
            font-weight: 700;
        }

        .section-3 .program h2 {
            margin-bottom: 20px;
        }

        .section-3 .program .programbtn {
            transition-duration: .3s;
            color: #fff;
            padding: 6px 11px;
            text-align: left;
            display: block;
            margin: 8px auto;
            text-decoration: none;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, .3);
        }

            .section-3 .program .programbtn.yellowbg {
                background-color: #fbc766;
                color: #000;
            }

            .section-3 .program .programbtn:hover {
                background-color: #d0202e;
                color: #fff;
            }

        .section-3 .program .coursesearch {
            transition-duration: .3s;
            background-color: #fba311;
            color: #fff;
            padding: 11px 15px;
            text-align: center;
            display: block;
            margin: 16px auto 0px auto;
            text-decoration: none;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 4px;
            position: relative;
            z-index: 1;
            font-weight: 700;
        }

            .section-3 .program .coursesearch:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                border: 2px solid #fba311;
                border-radius: 3px;
                animation: scale 1.6s linear infinite;
            }

@keyframes scale {

    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.section-3 .searchcourse {
    padding: 25px;
    position: absolute;
    height: 500px;
    background-color: #045468;
    margin-top: 25px;
    z-index: 8;
    margin-left: 25px;
    color: #fff;
    outline-style: dashed;
    outline-width: 1px;
    outline-offset: -1.65rem;
    outline-color: #fff;
    top: 30px;
    width: 32%;
    left: -50%;
    transition-duration: .3s;
}

    .section-3 .searchcourse.openbox {
        left: 0px;
    }

    .section-3 .searchcourse .cross {
        position: absolute;
        right: 10px;
        font-size: 1.3em;
        color: #060606;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        text-align: center;
        background: #fff;
        line-height: 35px;
        top: 12px;
    }

    .section-3 .searchcourse .form-control {
        border: 0px;
        background-color: rgba(0, 0, 0, .3);
        color: #fff;
        padding: 15px;
    }

        .section-3 .searchcourse .form-control option {
            background-color: #033b49;
        }

    .section-3 .searchcourse h4 {
        padding: 15px 20px;
        margin-bottom: 0px;
    }

    .section-3 .searchcourse .form-group {
        padding: 15px;
    }

    .section-3 .searchcourse .form-group {
    }

select,
.select.form-control {
    min-height: auto !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/select-dropdwn.png) !important;
    background-repeat: no-repeat;
    background-position: 94% 19px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    cursor: pointer;
}

.section-3 .searchcourse .searchbtn {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 15px;
}

.admissionlink {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    bottom: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

    .admissionlink li {
        padding: 5px;
        box-sizing: border-box;
        width: 18%;
    }

        .admissionlink li a {
            display: block;
            padding: 20px;
            border-radius: 5px;
            background-color: rgba(255, 255, 255, .8);
            border: 1px solid #fff;
            font-weight: 700;
            text-align: center;
            text-decoration: none;
            min-height: 95px;
            color: #d0202e;
            transition-duration: .3s;
        }

            .admissionlink li a:hover {
                background-color: #d0202e;
                color: #fff;
                border: 1px solid #d0202e;
            }

.evnts {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    .evnts li {
        padding: 30px 15px;
        position: relative;
        border-bottom: 5px dashed #003c4b;
        margin-bottom: 15px;
    }

        .evnts li:after {
            content: "";
            height: 21px;
            width: 21px;
            border-radius: 50%;
            position: absolute;
            right: 0px;
            left: 0px;
            border: 3px solid #d0202e;
            background-color: #fff;
            margin: 0px auto;
            bottom: -14px;
        }

        .evnts li .thumbbox {
            border-radius: 8px;
            /*box-shadow: 0px 0px 8px rgba(0, 0, 0, .5);*/
            position: relative;
            border: 1px solid #d7d7d7;
        }

            .evnts li .thumbbox:after {
                content: "";
                width: 0;
                height: 0;
                border-left: 13px solid transparent;
                border-right: 13px solid transparent;
                border-top: 20px solid #dddcdc;
                position: absolute;
                right: 0px;
                left: 0px;
                margin: 0px auto;
                bottom: -20px;
            }

            .evnts li .thumbbox img {
                max-width: 100%;
                margin-bottom: 10px;
            }

            .evnts li .thumbbox .event-head {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                padding: 8px 15px;
            }

                .evnts li .thumbbox .event-head .elogo {
                    width: 40%;
                }

                    .evnts li .thumbbox .event-head .elogo img {
                        max-width: 100%;
                    }

                .evnts li .thumbbox .event-head .e-date {
                    width: 60%;
                    font-weight: 700;
                    color: #d0202e;
                }

            .evnts li .thumbbox .e-title {
                display: block;
                padding: 8px 15px;
            }

            .evnts li .thumbbox a {
                text-decoration: none;
                color: #333;
            }

            .evnts li .thumbbox:hover a {
                color: #d0202e;
            }

    .evnts .owl-nav.disabled {
        display: block;
    }

    .evnts .owl-nav button span {
        background-color: rgba(0, 0, 0, .5);
        display: block;
        font-size: 3.1em;
        padding: 3px 8px;
        color: #fff;
        line-height: 33px;
        height: 54px;
    }

    .evnts .owl-nav .owl-prev {
        left: -12px;
    }

    .evnts .owl-nav .owl-next {
        right: -12px;
    }

    .evnts .owl-nav button {
        position: absolute;
        top: 35%;
        display: block;
        height: 60px;
        overflow: hidden;
    }

.section-4 {
    padding-bottom: 0px;
    position: relative;
}

    .section-4 .section-heading::before {
        width: 73%;
    }

.section-5 {
    position: relative;
    overflow: hidden;
    max-height: 485px;
}

.imageslide {
    position: relative;
    z-index: 0;
}

    .imageslide .slide-item {
        background-color: #021c22;
    }

        .imageslide .slide-item img {
            max-width: 100%;
            opacity: .5;
        }

    .imageslide .owl-nav button {
        position: absolute;
        top: 45%;
        z-index: 5;
        display: block;
        height: 60px;
        overflow: hidden;
    }

        .imageslide .owl-nav button span {
            background-color: rgba(0, 0, 0, .82);
            display: block;
            font-size: 3.1em;
            padding: 3px 8px;
            color: #fff;
            line-height: 33px;
            height: 54px;
        }

    .imageslide .owl-nav .owl-prev {
        left: 0px;
    }

    .imageslide .owl-nav .owl-next {
        right: 0px;
    }

.readmore {
    padding: 3px 10px;
    text-transform: uppercase;
    border-radius: 20px;
}

.btn-outline-dark {
    color: #ffffff;
    padding: 6px 16px;
    border-color: #044488;
    background-color: #044488;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #044488;
        border-color: #044488;
    }

.section-5 {
    position: relative;
}

    .section-5 .aboutbox {
        position: relative;
        z-index: 10;
        right: 0;
        left: 0;
        margin: 30px auto;
        top: 0;
        max-width: 1190px;
        padding: 0px 0px 0px 0px;
        box-sizing: border-box;
        background-color: #eeeccd;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.31);
        border-radius: 15px;
        z-index: 0;
    }

.pencil {
    position: absolute;
    top: 0px;
    width: 70px;
    z-index: 5;
    left: 40px;
    animation: moveBounce2 5s linear infinite;
}

    .pencil img {
        max-width: 100%;
    }

.abouttext {
    text-align: right;
    padding-right: 50px;
    border-right: 1px solid #fff;
}

    .abouttext img {
        max-width: 100%;
    }

.figuretext {
    padding-left: 40px;
}

.counter {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

    .counter li {
        width: 25%;
        box-sizing: border-box;
        text-align: center;
        padding: 15px;
        color: #000;
        border-right: 1px solid rgba(0, 0, 0, 0.14);
        font-weight: bold;
    }

        .counter li:last-child {
            border-right: 0px;
        }

        .counter li span {
            display: block;
            color:#044488;
            font-size: 2.6em;
            font-weight: 700;
            margin-bottom: 10px;
        }

.abouttext .wc-head {
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: -13px -11px 15px rgba(0, 0, 0, 0.04);
    background-image: repeating-linear-gradient(135deg, #f0f0f00a, #f2f2f236 2px, transparent 2px, transparent 10px);
    background-position: 0 -4px;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #d0202e;
    animation: slide 8s linear infinite;
    background-repeat: repeat-x;
    transform: skew(-30deg, 0deg);
}

    .abouttext .wc-head span {
        transform: skew(31deg, 0deg);
        display: block;
        padding-right: 25px;
    }

.section-6 {
    position: relative;
}

.testimonial {
    position: relative;
    overflow: hidden;
    padding: 60px 150px 25px 150px;
}

    .testimonial:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 499px solid #d0202e;
        border-right: 519px solid transparent;
        z-index: 0;
    }

    .testimonial:after {
        content: "";
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 0;
        height: 0;
        border-bottom: 199px solid #f9f9f9;
        border-left: 279px solid transparent;
        z-index: 0;
    }

.testi-image {
    margin: 0px;
    outline-style: solid;
    position: relative;
    outline-width: 1px;
    outline-offset: -1.25rem;
    outline-color: #fff;
}

    .testi-image img {
        max-width: 100%;
    }

.testi-text {
    padding-left: 60px;
    position: relative;
    min-height: 303px;
}

    .testi-text:before {
        content: "";
        position: absolute;
        left: -24px;
        top: 30%;
        height: 1px;
        width: 50px;
        background-color: #d0202e;
    }

    .testi-text:after {
        content: "";
        position: absolute;
        left: 26px;
        top: -14%;
        height: 100%;
        width: 1px;
        background-color: #d0202e;
    }

    .testi-text .wc-head {
        padding: 20px;
        margin-top: 50px;
        margin-bottom: 15px;
        box-shadow: -11px -13px 8px rgba(0, 0, 0, 0.14);
        background-image: repeating-linear-gradient(135deg, #f0f0f0, #f2f2f2 2px, transparent 2px, transparent 10px);
        background-position: 0 -4px;
        background-repeat: no-repeat;
        color: #d0202e;
        background-color: #fff;
        animation: slide 8s linear infinite;
        background-repeat: repeat-x;
        font-size: 1.9em;
        margin-left: 180px;
    }

        .testi-text .wc-head span {
            display: block;
            font-size: 0.75em;
            font-family: inherit;
            color: #003c4b;
            font-weight: 400;
            margin-top: 10px;
        }

    .testi-text p {
        font-size: 1.2em;
        color: #003c4b;
    }

#c2 .owl-nav {
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: 5;
}

    #c2 .owl-nav button {
        height: 60px;
        display: inline-block;
        margin: 0px 5px;
        overflow: hidden;
    }

        #c2 .owl-nav button span {
            background-color: rgba(244, 244, 244, 0.82);
            display: block;
            font-size: 2.5em;
            padding: 3px 8px;
            color: #000;
            line-height: 14px;
            height: 34px;
            border: 1px solid #ddd;
        }


.footer-widget p {
    margin-bottom: 27px;
}


.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #044488;
    overflow: hidden;
}

    .animate-border:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 3px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 0px 0 0;
    background-color: #c2f0f4;
    position: relative;
    z-index: 2;
}

    /*.dk-footer:after {
        content: "";
        width: 100%;
        height: 25px;
        position: absolute;
        top: -21px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        background-repeat: repeat-x;
        background-image: url("../images/footer-before.png");
        z-index: 5;

    }*/

    .dk-footer .contact-us {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 10px;
    }

        .dk-footer .contact-us .contact-info {
            margin-left: 50px;
        }

        .dk-footer .contact-us.contact-us-last {
            margin-left: -10px;
        }

    .dk-footer .contact-icon i {
        font-size: 24px;
        top: -25px;
        position: relative;
        color: #044488;
    }

.dk-footer-box-info {
    position: relative;
    top: 0px;
    /*! background: #f0eee7; */
    padding: 30px;
    z-index: 2;
}

.footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.footer-social-link ul {
    list-style-type: none;
    width: 100% !important;
    float: none;
    padding: 0;
    margin: 20px 0px 0px 0px !important;
}

.footer-social-link li {
    display: inline-block;
}

.footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}

    .footer-social-link a i.fa-facebook {
        background-color: #3B5998;
    }

    .footer-social-link a i.fa-twitter {
        background-color: #55ACEE;
    }

    .footer-social-link a i.fa-google-plus {
        background-color: #DD4B39;
    }

    .footer-social-link a i.fa-linkedin {
        background-color: #0976B4;
    }

    .footer-social-link a i.fa-instagram {
        background-color: #B7242A;
    }

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-awarad p {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-left: 20px;
        padding-top: 15px;
    }

.footer-info-text {
    margin: 26px 0 32px;
}

.footer-left-widget {
    padding-left: 10px;
}

.footer-widget .foot-section-heading {
    margin-bottom: 25px;
}

.footer-widget h3 {
    font-size: 21px;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 400;
}

.footer-widget ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 10px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #464646;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

    .footer-widget a:hover {
        color: #000;
    }

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

    .dk-footer-form input[type=email] {
        padding: 14px 28px;
        border-radius: 50px;
        background: #fff;
        border: 1px solid #E3E2DF;
    }

    .dk-footer-form input::-webkit-input-placeholder,
    .dk-footer-form input::-moz-placeholder,
    .dk-footer-form input:-ms-input-placeholder,
    .dk-footer-form input::-ms-input-placeholder,
    .dk-footer-form input::-webkit-input-placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form input::-webkit-input-placeholder,
    .dk-footer-form input::-moz-placeholder,
    .dk-footer-form input:-ms-input-placeholder,
    .dk-footer-form input::-ms-input-placeholder,
    .dk-footer-form input::placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form button[type=submit] {
        position: absolute;
        top: 0px;
        right: 0;
        padding: 18px 24px 18px 17px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #d0202e;
        background: #d0202e;
        color: #fff;
    }

    .dk-footer-form button:hover {
        cursor: pointer;
    }

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

    .contact-icon i {
        font-size: 36px;
        top: -5px;
        position: relative;
        color: #007bff;
    }

.contact-info {
    margin-left: 75px;
    color: #262626;
}

    .contact-info h3 {
        font-size: 19px;
        color: #d0202e;
        margin-bottom: 5px;
        font-weight: 700;
        font-family: inherit;
    }

.copyright {
    background-image: url("../images/foot.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding: 0px 30px 100px 30px;
    border-top: 1px dashed #0000003d;
    line-height: 29px;
    /*! color: #0000004f; */
}

    .copyright span,
    .copyright a {
        color: #0000009c;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        text-decoration: none;
    }

        .copyright a:hover {
            color: #d0202e;
        }

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

    .back-to-top .btn-dark {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 7px;
        position: fixed;
        bottom: 40px;
        left: 20px;
        background: #d0202e;
        border-color: #d0202e;
        display: none;
        z-index: 999;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .back-to-top .btn-dark:hover {
            cursor: pointer;
            background: #003C4B;
            border-color: #003C4B;
        }

.foot-leftbox {
    position: relative;
}

.foot-contact {
    padding: 30px 0px 0px 0px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.21);
    margin-bottom: 20px;
}

.searccourse {
    position: relative;
    background-color: #003c4b;
    padding: 50px;
    outline-style: dashed;
    outline-width: 1px;
    outline-offset: -1.55rem;
    outline-color: #fbc766;
}

.section-7 {
    position: relative;
    padding: 20px 50px;
    border-bottom: 1px solid rgb(230, 230, 230);
    border-top: 1px solid rgb(230, 230, 230);
}

    .section-7 .recruit-head {
        color: #003c4b;
        margin-top: 35px;
    }

        .section-7 .recruit-head span {
            -webkit-text-stroke: 1px #d0202e;
            color: #fff;
        }

    .section-7 .recriter {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .section-7 .recriter .thumb {
            padding: 0px 10px;
            border-left: 1px solid #eee;
        }

            .section-7 .recriter .thumb img {
                max-width: 100%;
            }

        .section-7 .recriter .owl-dots {
            text-align: center;
            margin: 15px auto;
        }

        .section-7 .recriter .owl-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: #003c4b !important;
            border-radius: 50%;
            margin: 0px 2px;
        }

            .section-7 .recriter .owl-dot.active {
                background-color: #d0202e !important;
            }

.facewidjt {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}

    .facewidjt .fb-head {
        background-color: #385ea5;
        color: #fff;
        margin: 0px -12px;
        padding: 10px 20px;
        font-size: 1.5em;
    }

    .facewidjt .fbwindow {
        overflow: hidden;
        width: 100%;
        margin: 0px -12px;
    }

.notification {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 100;
    border: 3px solid #044488;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 1.6em;
    color: #044488;
    cursor: pointer;
    box-sizing: border-box;
    padding:2px;
}

    .notification:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #044488;
        border-radius: 3px;
        animation: scale 1.6s linear infinite;
        border-radius: 50%;
    }

@keyframes scale {

    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.latestupdate {
    position: fixed;
    bottom: 110px;
    right: 40px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.91);
    border-radius: 14px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.32);
    z-index: 101;
    transition-duration: .3s;
}

    .latestupdate ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        overflow: auto;
        scrollbar-width: thin;
        /*scrollbar-color: rgba(80, 25, 134, .0) rgba(255, 255, 255, .0);*/
        transition-duration: .3s;
        max-height: 250px;
    }

    .latestupdate:hover {
        scrollbar-color: rgba(0, 60, 75, 1) rgba(255, 255, 255, .0);
    }

    .latestupdate ul::-webkit-scrollbar {
        width: 6px;
    }

    .latestupdate ul::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0);
    }

    .latestupdate ul::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0);
        transition-duration: .3s;
    }

    .latestupdate ul:hover::-webkit-scrollbar-thumb {
        background: rgba(80, 25, 134, 1);
    }

    .latestupdate ul li {
        padding: 11px;
        border-bottom: 1px solid #ccc;
        font-weight: 600;
    }

        .latestupdate ul li.head {
            text-transform: uppercase;
            font-weight: 500;
            color: #c00137;
        }

        .latestupdate ul li:last-child {
            border-bottom: 0px solid #ccc;
        }

        .latestupdate ul li a {
            color: #000;
            text-decoration: none;
        }

    .latestupdate:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white;
        bottom: -10px;
        right: 22px;
    }

    .latestupdate.hidenews,
    .latestupdate ul.hidenews {
        display: none;
    }

.activity {
    padding: 50px 60px;
    background-image: url("../images/activitybg.png");
    background-repeat: repeat;
    background-size: 40%;
    background-color: #eeeccd;
    position: relative;
}

.sun {
    position: absolute;
    top: 25px;
    width: 70px;
    z-index: 5;
    right: 300px;
    animation: rotateShape 10s linear infinite;
}

@keyframes rotateShape {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sun img {
    max-width: 100%;
}

.activity .title {
    text-align: center;
    color: #000;
}

    .activity .title span {
        display: block;
        color: #c00137;
        font-size: 0.85em;
        font-weight: 400;
    }

.activity-thumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .activity-thumb li {
        box-sizing: border-box;
        width: 33%;
        padding: 15px 35px 15px 15px;
    }

        .activity-thumb li .thumnail {
            position: relative;
            padding: 28px 20px 20px 50px;
            background-color: #fff;
            border-radius: 20px;
            transition-duration: .3s;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
        }

            .activity-thumb li .thumnail:hover {
                box-shadow: 0px 0px 25px rgba(0, 0, 0, .2);
            }

            .activity-thumb li .thumnail .iconnum {
                position: absolute;
                box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
                position: absolute;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                text-align: center;
                font-size: 22px;
                font-weight: bold;
                outline-style: solid;
                outline-width: 4px;
                outline-offset: 0.35rem;
                outline-color: #fff;
                left: -27px;
                box-sizing: border-box;
                padding: 8px 0px;
                box-sizing: border-box;
            }

                .activity-thumb li .thumnail .iconnum img {
                    max-width: 70%;
                }

            .activity-thumb li .thumnail h4 {
                font-size: 19px;
            }

            .activity-thumb li .thumnail .readmore {
                display: inline-block;
                border-radius: 20px;
                border: 1px solid #c00137;
                text-transform: none;
                text-decoration: none;
                color: #c00137;
                transition-duration: .3s;
            }

            .activity-thumb li .thumnail p.text {
                min-height: 114px;
                text-align:justify;
            }

            .activity-thumb li .thumnail .readmore:hover {
                background-color: #c00137;
                color: #fff;
            }

.activity .viewall {
    text-transform: uppercase;
    border: 1px solid #044488;
    color: #044488;
    background: #fff;
    border-radius: 28px;
    padding: 7px 35px;
    transition-duration: .3s;
}

    .activity .viewall:hover {
        color: #fff;
        background: #044488;
    }

.orangecolor .iconnum {
    background-color: #ff6b22;
    color: #fff;
}

.activity-thumb li .orangecolor h4 {
    color: #ff6b22;
}

.greencolor .iconnum {
    background-color: #044488;
    color: #fff;
}

.activity-thumb li .greencolor h4 {
    color: #044488;
}

.tillcolor .iconnum {
    background-color: #129999;
    color: #fff;
}

.activity-thumb li .tillcolor h4 {
    color: #129999;
}

.purplecolor .iconnum {
    background-color: #6426bf;
    color: #fff;
}

.activity-thumb li .purplecolor h4 {
    color: #6426bf;
}

.pinkcolor .iconnum {
    background-color: #d9197c;
    color: #fff;
}

.activity-thumb li .pinkcolor h4 {
    color: #d9197c;
}

.bluecolor .iconnum {
    background-color: #2f509d;
    color: #fff;
}

.activity-thumb li .bluecolor h4 {
    color: #2f509d;
}


.orangecolor1 .iconnum {
    background-color: #ff6b22;
    color: #fff;
}

.activity-thumb li .orangecolor1 h4 {
    color: #ff6b22;
}

.greencolor1 .iconnum {
    background-color: #044488;
    color: #fff;
}

.activity-thumb li .greencolor1 h4 {
    color: #044488;
}

.tillcolor1 .iconnum {
    background-color: #129999;
    color: #fff;
}

.activity-thumb li .tillcolor1 h4 {
    color: #129999;
}

.purplecolor1 .iconnum {
    background-color: #6426bf;
    color: #fff;
}

.activity-thumb li .purplecolor1 h4 {
    color: #6426bf;
}

.pinkcolor1 .iconnum {
    background-color: #d9197c;
    color: #fff;
}

.activity-thumb li .pinkcolor1 h4 {
    color: #d9197c;
}

.bluecolor1 .iconnum {
    background-color: #2f509d;
    color: #fff;
}

.activity-thumb li .bluecolor1 h4 {
    color: #2f509d;
}


.infras {
    padding: 50px 60px;
    background-color: #dff3ff;
    position: relative;
}

.dasboardpanel {
    display: flex;
    padding: 10px 0px;
}

    .dasboardpanel .firstdiv,
    .dasboardpanel .seconddiv,
    .dasboardpanel .thirddiv {
        position: relative;
        box-sizing: border-box;
    }

    .dasboardpanel .firstdiv,
    .dasboardpanel .thirddiv {
        width: 30%;
    }

    .dasboardpanel .seconddiv {
        width: 40%;
        box-sizing: border-box;
        padding: 8px 45px;
    }

        .dasboardpanel .seconddiv img {
            max-width: 100%;
            margin: 40px auto 0px auto;
            display: block;
        }

        .dasboardpanel .seconddiv h2 {
            text-align: center;
            color: #000;
        }

    .dasboardpanel .firstdiv ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .dasboardpanel .firstdiv ul li {
            padding: 12px;
            border-radius: 10px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.38);
            position: relative;
            margin: 20px 0px;
            min-height: 97px;
            border: 1px dashed #fff;
        }

            .dasboardpanel .firstdiv ul li .content {
                text-align: right;
                padding-right: 45px;
                font-size: 13px;
                color: #fff;
            }

                .dasboardpanel .firstdiv ul li .content strong {
                    display: block;
                    color: #fff;
                    margin-bottom: 5px;
                    font-size: 18px;
                }

            .dasboardpanel .firstdiv ul li .icon {
                position: absolute;
                width: 80px;
                height: 80px;
                background-color: #fff;
                border-radius: 10px;
                right: -35px;
                box-sizing: border-box;
                padding: 9px;
                z-index: 5;
            }

                .dasboardpanel .firstdiv ul li .icon > div {
                    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
                    border-radius: 8px;
                    padding: 8px;
                }

                .dasboardpanel .firstdiv ul li .icon img {
                    max-width: 100%;
                }

            .dasboardpanel .firstdiv ul li .content .readmore,
            .dasboardpanel .thirddiv ul li .content .readmore {
                display: block;
                padding: 5px 0px;
                color: #fff;
                text-decoration: none;
                font-weight: bold;
            }

    .dasboardpanel .thirddiv ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .dasboardpanel .thirddiv ul li {
            padding: 12px;
            border-radius: 10px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.38);
            position: relative;
            margin: 18px 0px;
            min-height: 97px;
            border: 1px dashed #fff;
        }

            .dasboardpanel .thirddiv ul li .content {
                text-align: left;
                padding-left: 39px;
                font-size: 13px;
                color: #fff;
            }

                .dasboardpanel .thirddiv ul li .content strong {
                    display: block;
                    color: #fff;
                    margin-bottom: 5px;
                    font-size: 18px;
                }

            .dasboardpanel .thirddiv ul li .icon {
                position: absolute;
                width: 80px;
                height: 80px;
                background-color: #fff;
                border-radius: 10px;
                left: -35px;
                box-sizing: border-box;
                padding: 9px;
                z-index: 5;
            }

                .dasboardpanel .thirddiv ul li .icon > div {
                    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
                    border-radius: 8px;
                    padding: 8px;
                }

                .dasboardpanel .thirddiv ul li .icon img {
                    max-width: 100%;
                }

.bgcolor-1,
.bgcolor-1 .icon > div {
    background-color: #006582;
}

.bgcolor-2,
.bgcolor-2 .icon > div {
    background-color: #00a8ba;
}

.bgcolor-3,
.bgcolor-3 .icon > div {
    background-color: #00bd81;
}

.bgcolor-4,
.bgcolor-4 .icon > div {
    background-color: #eea20f;
}

.bgcolor-5,
.bgcolor-5 .icon > div {
    background-color: #ef7c16;
}

.bgcolor-6,
.bgcolor-6 .icon > div {
    background-color: #e31952;
}

.bgcolor-7,
.bgcolor-7 .icon > div {
    background-color: #1258c6;
}

.bgcolor-8,
.bgcolor-8 .icon > div {
    background-color: #7e8e0a;
}

.gallerywrap {
    position: relative;
    padding: 30px 70px;
}

.gallerythumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .gallerythumb .gallery_product {
        box-sizing: border-box;
        padding: 2px;
        width: 25%;
    }

        .gallerythumb .gallery_product img {
            max-width: 100%;
            border-radius: 20px;
        }


.gallerywrap .gallery-title {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

    .gallerywrap .gallery-title span {
        display: block;
        color:#044488;
        font-size: 0.85em;
        font-weight: 400;
    }

.filter-button  {
    border-radius: 25px;
    text-align: center;
    color: #044488;
    text-transform: uppercase;
    margin: 5px 5px 21px 5px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 60%);
    padding: 5px 20px;
}

    .filter-button:hover {
        color: #ffffff;
        background-color:#044488;
    }

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallerywrap .viewall {
    text-transform: uppercase;
    border: 1px solid #044488;
    color: #044488;
    background: #fff;
    border-radius: 28px;
    padding: 7px 35px;
    transition-duration: .3s;
}

    .gallerywrap .viewall:hover {
        color: #fff;
        background: #044488;
    }

.pagedata {
    background-image: url("../images/activitybg.png");
    position: relative;
    background-repeat: repeat;
    background-size: 40%;
}

.fature-image {
    position: relative;
    z-index: 0;
}

    /*.fature-image:after{content:""; position: absolute; width:100%; height: 100%; background-color: rgba(0,0,0,.5); right:0px; left: 0px; z-index: 2;}*/
    .fature-image img {
        width: 100%;
    }

.pagedata {
    position: relative;
    padding: 25px 80px 80px 80px;
}

.messagebox {
    position: relative;
    border-radius: 80px;
    background-color: #ffffffc7;
    padding:30px;
    outline-style: dashed;
    outline-width: 2px;
    outline-offset: 0.95rem;
    outline-color: #044488;
    box-shadow: 0px 0px 58px rgb(0 0 0 / 10%);
    box-sizing: border-box;
}

.pagetitle {
    text-align: center;
    margin-bottom: 30px;
}

    .pagetitle h2 {
        margin-bottom: 20px;
        color: #000;
    }

    .pagetitle .animate-border {
        display: inline-block;
    }

.breadcrumb {
    margin: 5px 0 0 0;
    border-bottom: 0 solid #eee;
    font-weight: 500;
    display: inline-block;
    color: #c80038;
}

.breed-crum-div {
    margin-top: 10px;
}

.breadcrumb li {
    display: inline-block;
}

    .breadcrumb li a,
    .breadcrumb li,
    .breadcrumb a {
        color: #000;
        text-decoration: none;
        font-weight: 600;
    }

        .breadcrumb li:after {
            content: "/";
            padding: 0px 8px;
            display: inline-block;
        }

        .breadcrumb li:last-child::after {
            display: none;
        }

.student {
    max-width: 180px;
    position: absolute;
    z-index: 2;
    animation: myAnim 15s ease-out 1s infinite alternate-reverse forwards;
    left: 0;
}

    .student img {
        max-width: 100%;
    }

@keyframes myAnim {
    0% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateY(45px);
    }

    24% {
        opacity: 1;
    }

    40% {
        animation-timing-function: ease-in;
        transform: translateY(24px);
    }

    65% {
        animation-timing-function: ease-in;
        transform: translateY(12px);
    }

    82% {
        animation-timing-function: ease-in;
        transform: translateY(6px);
    }

    93% {
        animation-timing-function: ease-in;
        transform: translateY(4px);
    }

    25%, 55%, 75%, 87% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }

    100% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: translateY(0px);
    }
}

.student2 {
    max-width: 200px;
    position: absolute;
    z-index: 5;
    right: 40px;
    bottom: 0px;
    animation: student2 15s ease-out 1s infinite alternate-reverse forwards;
}

    .student2 img {
        max-width: 100%;
    }

@keyframes student2 {

    0%, 100% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }

    10% {
        transform: rotate(8deg);
    }

    20%, 40%, 60% {
        transform: rotate(-10deg);
    }

    30%, 50%, 70% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-8deg);
    }

    90% {
        transform: rotate(8deg);
    }
}

.metaslider .caption-wrap {
    position: absolute;
    bottom: 50px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    margin: 0px auto;
    display: block;
    width: 41%;
    line-height: 1.4em;
    text-align: center;
    right: 0;
    font-size: 1.5em;
    border-radius: 9px;
}

.profilepic {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .profilepic img {
        border-radius: 60px 20px 20px 20px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
        height:400px;
    }
.pageheadings{
     color: #d0202e;
     text-align:center;
}
.pageheading {
    color: #d0202e;
    border-left: 5px solid #044488;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
}

    .pageheading:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-left: 8px solid #044488;
        border-bottom: 7px solid transparent;
        position: absolute;
        left: 0;
        top: 26%;
    }

.rightside-img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

    .rightside-img img {
        max-width: 100%;
    }

.list {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}

    .list li {
        position: relative;
        padding: 6px 0px 6px 30px;
    }

        .list li:before {
            content: "\f00c";
            font-family: "FontAwesome";
            position: absolute;
            left: 0px;
            color: #044488;
            font-size: 1.1em;
        }

.timetble {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .timetble.first li {
        display: grid;
        margin-bottom: 3px;
        grid-template-columns: 25% auto auto;
        grid-gap: 3px;
    }

    .timetble.second li {
        display: grid;
        margin-bottom: 3px;
        grid-template-columns: 25% auto;
        grid-gap: 3px;
    }

    .timetble li > div {
        background-color: #fff;
        padding: 10px;
        border-radius: 3px;
    }

        .timetble li > div strong {
            display: block;
        }

        .timetble li > div.pre-pri {
            font-weight: bold;
            color: #1a1e55;
        }

.metaslider .caption-wrap {
    position: absolute;
    bottom: 40px !important;
    left: 0;
    background: rgba(0, 0, 0, 0.62) !important;
    color: white;
    opacity: 1 !important;
    margin: 0px auto !important;
    display: block;
    width: 100%;
    line-height: 1.4em;
    right: 0 !important;
    max-width: 500px;
    padding: 8px;
}

.has-submenu:after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: 4px;
    font-size: 14px;
}


.admission-form {
    margin-top: 30px;
}

    .admission-form input,
    .admission-form textarea {
        border-radius: 50px;
        padding: 7px 20px;
        border: 1px solid #373435;
        background: transparent;
    }

    .admission-form .btn {
        text-align: center;
       
        display: block;
        float: right;
        border-radius: 50px;
        font-size: 16px;
    }


    .admission-form textarea {
        border-radius: 20px;
        padding: 20px 40px;
        width: 100%;
    }


.activity1 .activity-thumb li .thumnail {
    padding: 28px 20px 20px 110px !important;
}

    .activity1 .activity-thumb li .thumnail .iconnum img {
        max-width: 55%;
        filter: contrast(0) brightness(100);
    }

    .activity1 .activity-thumb li .thumnail .iconnum {
        padding: 26px 0px !important;
        width: 110px !important;
        height: 110px !important;
    }

.bg1 {
    background: #F23674;
    color: #fff;
}

.bg2 {
    background: #1CACF3;
    color: #fff;
}

.bg3 {
    background: #AE23F5;
    color: #fff;
}

.bg4 {
    background: #FFA03A;
    color: #fff;
}

.bg5 {
    background: #15DE9B;
    color: #fff;
}

.bg6 {
    background: #7212F1;
    color: #fff;
}

.bg7 {
    background: #ffc000;
    color: #fff;
}

.bg8 {
    background: #c55a11;
    color: #fff;
}

.bg9 {
    background: #2e75b6;
    color: #fff;
}

.bg10 {
    background: #00a3a1;
    color: #fff;
}

.bg11 {
    background: #548235;
    color: #fff;
}

.bg12 {
    background: #f68d2e;
    color: #fff;
}

.bg13 {
    background: #bf9000;
    color: #fff;
}

.bg14 {
    background: #e91e63;
    color: #fff;
}

.bg15 {
    background: #7212f1;
    color: #fff;
}

.bg16 {
    background: #44546a;
    color: #fff;
}

.activity2 .activity-thumb li .thumnail .iconnum {
    position: absolute;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
    top: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    outline-style: solid;
    outline-width: 4px;
    outline-offset: 0.35rem;
    outline-color: #fff;
    left: -27px;
    box-sizing: border-box;
    padding: 6px 0px;
    box-sizing: border-box;
}

.activity2 .activity-thumb li .thumnail {
    position: relative;
    padding: 28px 20px 20px 70px;
    background-color: #fff;
    border-radius: 90px;
    transition-duration: .3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.activity2 .btn:hover {
    background: #d0d0d0;
}

.activity2 .btn {
    position: absolute;
    right: 30px;
    top: 20px;
    border-radius: 100px;
    border: 1px solid #d0d0d0;
}

.contact1 .dk-footer {
    background: none !important;
}

    .contact1 .dk-footer::after {
        display: none;
    }

.contact1 .foot-contact {
    border-bottom: 0px dashed rgba(0, 0, 0, 0.21) !important;
}

.contact1 .contact-us {
    border-top: 1px dashed rgba(0, 0, 0, 0.21) !important;
    padding: 10px 0;
}

.contact1 .contact-icon {
    top: 39px;
}

.position-right .profilepic {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.contact1 .dk-footer .contact-us.contact-us-last {
    margin-left: 0 !important;
}
  .img-responsive {
                height: 220px;
                width: 360px;
            }



