@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Segoe UI Regular'), url('../fonts/Segoe%20UI.woff') format('woff')
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Segoe UI Regular';
    font-size: 15px;
    color: #052e5d;
    overflow-x: hidden;
}

div.wrapper {
    width: 100%;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0
}

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

.mb-10 {
    margin-bottom: 10px!important
}

.m-b30 {
    margin-bottom: 30px
}

a {
    color: #2d2e2e;
    transition: all .3s ease 0s
}

a:hover {
    color: #242c42;
    text-decoration: none
}

a,
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none
}

.btn,
.btn * {
    transition: all .3s ease 0s
}

i {
    transition: all .4s ease-in-out 0s
}

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

li {
    list-style: outside none none
}

button:focus {
    outline: 0
}

#button {
    display: inline-block;
    background-color: #ef781b;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 10px;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 37px;
    color: #fff
}

#button:hover {
    cursor: pointer;
    opacity: .8
}

#button.show {
    opacity: 1;
    visibility: visible
}

section {
    float: left;
    width: 100%;
    padding: 45px 0
}

.section-title {
    margin: 0;
    text-align: center
}

.section-title h4 {
    color: #ef781b;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    position: relative
}

.section-title h4 span {
    color: #001e4c;
    font-size: 28px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 0 0 12px;
    line-height: 25px
}

.section-title h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #ef781b;
    width: 60px;
    height: 2px;
    left: 47%
}

.section-title p {
    margin-bottom: 12px
}

.logobar.sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    background: #052E5D;
    padding: 2px 0 3px;
}

.logobar.sticky_menu .site-logo {
    margin: 0
}

.logobar.sticky_menu .navbar-collapse .main-menu li .sub-menu {
    margin: 8px 0 0 0
}

.howitworks-video {
    position: relative
}

#video-play {
    border-radius: 2px;
    bottom: 14%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 112px;
    line-height: 0;
    position: absolute;
    right: 6%;
    text-align: center;
    text-decoration: none!important;
    transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 112px;
    z-index: 1000!important;
    background: #f26b31;
    line-height: 40px;
    transition: 1s ease;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    display: table
}

#video-play span {
    display: table-cell;
    vertical-align: middle;
    height: 47px
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(242, 107, 49, 0.6), 0 0 0 30px rgba(255, 133, 0, 0.20)
    }
}

#dvLoading {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999
}

.bttn {
    background: #052e5d;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10 px 0 0;
    padding: 18px 35px;
    font-size: 15px;
    display: inline-block
}

.bttn:hover {
    background: #ef781b;
    color: #fff
}

.quote-part {
    position: relative;
    background-color: #fff;
    margin: 20px auto;
    transition: 1s all;
    max-width: 800px;
    padding: 50px;
    font-family: 'Poppins', sans-serif
}

.quote-part .section-title {
    margin-bottom: 15px;
    padding-bottom: 0
}

.section-title .section-span {
    font-size: 25px;
    color: #ef781b;
    font-weight: 600
}

.section-title .head-two {
    font-size: 35px;
    font-weight: 600;
    color: #121619;
    margin-top: 5px
}

.quote-part .form-control {
    height: 50px;
    margin-bottom: 30px;
    box-shadow: none;
    border-color: #ced4da;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #999
}

.quote-part textarea.form-control {
    height: unset
}

.quote-part .quote-contact-btn {
    background-color: #ef781b;
    border: 0;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 13px 45px 11px
}

.quote-part .contact-detail-grp {
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    position: relative
}

div.topbar {
    width: 100%;
    margin: 0;
    padding: 2px 0;
    float: left;
    background: #caa145;
}

div.topbar p {
    margin: 0 5px 0 0;
    padding: 0 16px 0 0;
    line-height: 17px;
    display: inline-block;
    border-right: 1px solid #997E43;
}

div.topbar p:last-child {
    border: 0
}

div.topbar .topbar-right p {
    border: 0;
    margin-right: 25px
}

div.topbar p,
div.topbar p a {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px
}

div.topbar p a:hover {
    color: #fff;
}

div.topbar p .fa {
    color: #ef781b;
    font-size: 14px;
    margin-right: 4px;
    display: none
}

div.topbar p .fa.fa-envelope {
    font-size: 14px
}

div.topbar-soc {
    margin: 0;
    padding: 0;
    float: right
}

div.topbar-soc ul {
    list-style: none;
    margin: 0;
    padding: 0
}

div.topbar-soc ul li {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
    float: left
}

div.topbar-soc ul li:last-child {
    margin: 0
}

div.topbar-soc ul li a {
    color: #ef781b;
    font-size: 15px
}

div.topbar-right {
    text-align: right
}

div.logobar {
    width: 100%;
    margin: 0;
    float: left;
    background: #052e5d;
}

div.logobar .site-logo {
    margin: 0 0 2px;
    display: inline-block
}

.header-bottom {
    background-color: transparent;
    z-index: 99;
    width: 100%
}

.navbar {
    display: inline-flex;
    width: 100%;
}

.navbar-expand-lg {
    z-index: 10;
}

.fa-bars {
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px!important;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 18px;
    text-align: center
}

.navbar-collapse {}

@media(max-width:991px) {
    .navbar-collapse .main-menu {
        padding: 15px 0
    }
    .menu_has_children .sub-menu {
        display: none!important
    }
    .menu_has_children .sub-menu li {
        width: 100%
    }
    .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
    .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
        display: flex!important;
        flex-wrap: wrap
    }
}

.navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
}

.navbar-collapse .main-menu li:hover .sub-menu>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 90%
}

.navbar-collapse .main-menu li.menu_has_children {
    position: relative
}

.navbar-collapse .main-menu li.menu_has_children i {
    font-size: 16px;
    margin-left: 2px
}

@media(max-width:991px) {
    .navbar-collapse .main-menu li.menu_has_children::before {
        top: 12px;
        right: 15px
    }
}

.navbar-collapse .main-menu li a {
    padding: 8px 16px;
    font-weight: 500;
    align-items: center;
    color: #001e4c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 15px;
    border-bottom: 2px solid transparent;
    margin: 0 2px;
    cursor: pointer;
    display: block;
}

.navbar-collapse .main-menu li a:hover,
.navbar-collapse .main-menu .active a {
    color: #D2A849;
}

@media(max-width:1199px) {
    .navbar-collapse .main-menu {
        margin: 5px 0 0;
        padding: 0
    }
    .navbar-collapse .main-menu li a {
        padding: 30px 8px
    }
    div.search-box-item {
        margin: 5px 30px 0 10px
    }
}

@media(max-width:991px) {
    .navbar-collapse .main-menu li a {
        padding: 12px 15px;
        display: block
    }
}

.navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 160%;
    left: 0;
    width: 220px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
    margin: 6px 0 0 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-top: 3px solid #D2A849
}

.navbar-collapse .main-menu li .sub-menu li a {
    color: var(--heading-color);
    padding: 5px 10px;
    display: block;
    border: 0;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
}

.navbar-collapse .main-menu li .sub-menu li a:hover {
    color: #D2A849;
    background-color: rgba(0, 0, 0, 0.05)
}

@media(max-width:991px) {
    .navbar-collapse .main-menu li .sub-menu {
        position: initial;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width:991px) {
    .navbar-collapse .main-menu li+li a {
        border-top: 1px solid rgba(255, 255, 255, 0.15)
    }
}

.navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
}

.menu-toggle {
    margin: 15px 0;
    position: relative;
    display: block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu-toggle.is-active {
    border-color: transparent
}

.menu-toggle::before,
.menu-toggle::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.menu-toggle.is-active::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.menu-toggle.is-active::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.navbar-toggler {
    padding-right: 0;
    display: none
}

.header-bar {
    margin-right: 30px
}

.header-bar i {
    font-size: 25px;
    cursor: pointer
}

.search-box-item {
    color: #ef781b;
    cursor: pointer;
    width: auto;
    float: right;
    /*margin: 10px 5px;*/
    padding: 0;
    box-shadow: 0px -2px 1px #d0d0d0;
}

.sticky_menu .search-box-item .search-overlay.search-popup {
    margin-top: 21px
}

.search-box-item .search-overlay.search-popup {}

.search-box-item .search-overlay.search-popup .search-form {
    position: relative
}

.search-box-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    border: 1px solid #d0d0d0;
    color: #212529;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding-left: 10px;
    /*border-radius: 4px;*/
    min-height: 28px;
}

.search-box-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #CAA145;
}

.search-box-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: -14px;
    background: transparent;
    border: 0;
    width: 50px;
    outline: 0;
    color: #CAA145;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    cursor: pointer;
}

.search-button .ti-search {
    margin: 20px 10px;
    float: right;
    font-size: 15px;
}

.search-box-item .search-overlay.search-popup .search-form .search-button:focus {
    color: #3a8d00
}

.search-box-item .search-btn {
    -webkit-transition: all .5s;
    transition: all .5s
}

.search-box-item .search-btn:hover {
    color: #ef781b
}

.search-box-item .search-overlay {
    display: none
}

.search-box-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #ef781b;
    font-size: 14px
}

.search-box-item .close-btn:hover {
    color: #ef781b
}

.search-box-item .close-btn.active {
    display: inline-block
}

.search-btn.ti-search {
    font-size: 14px
}

.request-quote-btn {
    float: right
}

.request-quote-btn a {
    background: #ef781b;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 30px
}

.request-quote-btn a:hover {
    background: #001e4c
}

.header-register-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 112;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden
}

.header-register-form .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: var(--heading-color);
    cursor: pointer
}

.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative
}

.banner-lines {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 49px;
    z-index: 9
}

.banner .carousel {
    z-index: 0
}

.banner .carousel-control-next,
.banner .carousel-control-prev {
    float: left;
    margin: 0 1px 0 0;
    background: #ef781b;
    width: 59px;
    height: 48px;
    display: inline-block;
    top: inherit;
    bottom: 0;
    opacity: 1;
    z-index: 9
}

.banner .carousel-control-next {
    left: 60px
}

.banner .carousel-control-next .fa,
.banner .carousel-control-prev .fa {
    font-size: 20px
}

.banner .carousel-control-next-icon,
.banner .carousel-control-prev-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 13px;
    left: 20px;
    background: 0
}

.banner img {
    width: 100%
}

.banner-cnt {
    position: absolute;
    left: 10%;
    right: 0;
    top: 200px;
    text-align: left
}

.banner-cnt h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase
}

.banner-cnt h1 span {
    display: block;
    color: #ef781b
}

.banner-cnt p {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
    width: auto;
    display: inline-block;
    border-bottom: 2px solid
}

.banner-cnt-btn {
    display: inline-block;
    margin: 30px 0 0 0
}

.banner-cnt-btn a {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 12px 0 0;
    padding: 20px 50px;
    text-align: center;
    background: #ef781b;
    border-radius: 100px
}

.banner-cnt-btn a:hover {
    background: #001e4c
}

.banner-cnt-btn a:last-child {
    margin: 0
}

.banner-cnt-btn a.contactus-btn {
    background: #fff;
    color: #052e5d
}

.banner-cnt-btn a.contactus-btn:hover {
    background: #001e4c;
    color: #fff
}

.banner-cnt-btn a .fa {
    font-size: 15px;
    margin-left: 5px
}

div.services-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left
}

div.services-inn {
    background: #ef781b;
    margin: 0;
    padding: 30px 0;
    float: left;
    transition: all .3s ease 0s
}

div.services-icon {
    width: 32%;
    float: left;
    text-align: center
}

div.services-txt {
    display: inline-block;
    width: 63%;
    padding-right: 10px
}

div.services-inn h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px
}

div.services-inn h3 span {
    display: block
}

div.services-inn h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #fff
}

div.services-inn p {
    color: #fff
}

div.services-icon img {
    filter: brightness(0) invert(1)
}

div.services-inn:hover,
div.services-inn.active {
    background: #f9f9f9;
    transition: all .3s ease 0s
}

div.services-inn:hover .services-icon img,
div.services-inn.active .services-icon img {
    filter: brightness(1) invert(0);
    transition: all .3s ease 0s
}

div.services-inn:hover h3,
div.services-inn:hover p,
div.services-inn.active h3,
div.services-inn.active p {
    color: #052e5d;
    transition: all .3s ease 0s
}

div.services-inn:hover h3::after,
div.services-inn.active h3::after {
    background: #052e5d;
    transition: all .3s ease 0s
}

.services-details-sec h2,
.services-details-sec h3 {
    font-weight: 600
}

.service-details {
    font-size: 16px
}

.services-details-sec ul {
    margin: 0 0 0 15px
}

.single-widget {
    margin-bottom: 35px
}

.service-list ul li i {
    font-size: 14px;
    color: #ef781b
}

.widget .single-accordion {
    border: 1px solid #eee;
    border-radius: 4px
}

.widget .single-accordion h3 a {
    color: #444;
    border-bottom: 1px solid #eee
}

.widget-content {
    position: relative
}

.widget-items li a {
    position: relative;
    border-bottom: 1px solid #eee
}

.widget-items li a span {
    line-height: 1.4
}

.advertise {
    border-radius: 8px
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #e66d0e;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-filter: "alpha(opacity=90)";
    transition: all .5s ease 0s;
    z-index: -1
}

.bg-overlay {
    position: relative;
    z-index: 0;
    height: 200px;
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.tags-widget .single-accordion {
    border: 0
}

.tags-widget-items a {
    border: 1px solid #e5e5e5;
    font-size: 12px
}

.tags-widget-items a:hover {
    border: 1px solid #e5e5e5;
    background: #e5e5e5
}

.howitworks-sec .section-title {
    text-align: left
}

.howitworks-sec .section-title h4::after {
    left: 0
}

.howitworks-sec {
    background: url('../images/howitworks-bg.png') no-repeat left center
}

div.howitworks-list ul {
    width: 50%;
    float: left
}

div.howitworks-list ul li {
    font-family: 'Roboto Condensed', sans-serif;
    color: #052e5d;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 0 12px;
    padding: 0 0 0 45px;
    background-repeat: no-repeat;
    background-position: left center
}

div.howitworks-list ul li.brilliant {
    background-image: url('../images/howitworks-icon1.png')
}

div.howitworks-list ul li.professional {
    background-image: url('../images/howitworks-icon2.png')
}

div.howitworks-list ul li.world-wide {
    background-image: url('../images/howitworks-icon3.png')
}

div.howitworks-list ul li.revolution {
    background-image: url('../images/howitworks-icon4.png')
}

div.readmore-btn {
    margin: 10px 0 0;
    padding: 0;
    float: left
}

div.readmore-btn a {
    background: #052e5d;
    border-radius: 3px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 25px
}

div.readmore-btn a:hover {
    background: #ef781b
}

.aboutus-sec .section-title {
    text-align: left
}

.aboutus-sec .section-title h4::after {
    left: 0
}

.aboutus-sec {
    background-size: 100%;
    background: #f9f9f9;
    padding: 60px 0 30px 0
}

.aboutus-person {
    margin-top: -170px
}

div.aboutus-list {
    margin: 30px 0 0
}

div.aboutus-list ul li h5 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #052e5d;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0
}

div.free-quote-sec {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    float: left;
    background: #ef781b
}

div.free-quote-sec .container {
    max-width: 1372px
}

div.free-quote-sec h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    border-right: solid 1px #fff;
    margin: 0 50px 0 0;
    padding: 0 50px 0 0;
    width: auto;
    float: left
}

div.free-quote-sec h3 span {
    display: block;
    margin: 16px 0 0 0
}

div.free-quote-sec form h4 {
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

div.free-quote-sec form {
    float: left
}

div.free-quote-sec form input {
    background: #fff;
    border: 0;
    border-radius: 30px;
    margin: 0 8px 0 0;
    padding: 20px 20px;
    color: #7b888c;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 330px;
    float: left
}

div.free-quote-sec form input::-webkit-input-placeholder {
    color: #7b888c;
    opacity: 1
}

div.free-quote-sec form input:-moz-placeholder {
    color: #7b888c;
    opacity: 1
}

div.free-quote-sec form input::-moz-placeholder {
    color: #7b888c;
    opacity: 1
}

div.free-quote-sec form input:-ms-input-placeholder {
    color: #7b888c;
    opacity: 1
}

div.free-quote-sec form button {
    background: #001e4c;
    border: 0;
    border-radius: 30px;
    margin: 0 8px 0 0;
    padding: 20px 30px;
    color: #fff;
    font-family: 'Segoe UI Regular';
    font-size: 15px;
    font-weight: 400
}

.faq-sec {
    padding: 100px 0 75px
}

.faq-sec .section-title {
    margin: 0
}

.faq-img {
    margin: 40px 0 0
}

.faq-img img {
    width: 100%
}

.faq-cnt {
    margin-top: 0
}

.faq-sec .myaccordion {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    margin: 40px 0 0
}

.myaccordion .card {
    border: 0;
    margin-bottom: 8px;
    padding: 10px 16px;
    background: #fff;
    -webkit-box-shadow: 0 0 17px -7px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 17px -7px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 17px -7px rgba(0, 0, 0, 0.30)
}

.myaccordion .card-header {
    border-bottom-color: #edeff0;
    background: transparent;
    border: 0;
    padding: 0
}

.card-body {
    padding: 0
}

.card-body p {
    margin: 0 30px 0 0;
    font-size: 15px;
    font-weight: 100
}

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

.myaccordion .btn {
    width: 100%;
    color: #001e4c;
    padding: 0;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none
}

.myaccordion li+li {
    margin-top: 10px
}

.myaccordion .card .fa {
    background: #ef781b;
    width: 34px;
    height: 34px;
    font-size: 12px
}

.myaccordion .card .fa-stack {
    width: 34px;
    height: 34px;
    line-height: 34px
}

.start-project-sec {
    background: url('../images/start-project-bg.jpg') no-repeat left center;
    background-size: cover;
    text-align: center
}

.start-project-sec .section-title {
    margin: 0
}

.start-project-sec .section-title h4 span {
    color: #fff
}

.start-project-sec .section-title p {
    color: #fff
}

.start-project-sec .section-title a {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #ef781b;
    border-radius: 30px;
    margin: 20px 0 0 0;
    padding: 18px 40px;
    display: inline-block
}

.start-project-sec .section-title a:hover {
    background: #001e4c
}

.inner-header:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1
}

.inner-header {
    background: url(../images/inner-header-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 210px;
    display: table;
    width: 100%;
    position: relative;
    z-index: 9
}

.inner-header .pattern {
    background: url(../images/dots.png) repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0
}

.inner-header .display-cell {
    display: table-cell;
    vertical-align: middle
}

.inner-header .container {
    z-index: 9;
    position: relative
}

.inner-header .home-builder-page-title {
    position: relative;
    z-index: 2
}

.inner-header .home-builder-page-title h1 {
    color: #fff;
    font-size: 35px;
    margin: 0;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase
}

.home-builder-page-title h1.titlecolor {
    color: #ef781b;
    margin: 0;
    display: block;
    padding-bottom: 0
}

.inner-header .breadcrumb {
    padding: 0;
    margin-top: 10px;
    list-style: none;
    background: 0;
    border-radius: 0;
    font-size: 14px
}

.inner-header .breadcrumb>li+li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.inner-header .breadcrumb>li {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin: 5px 0
}

.inner-header .breadcrumb>li a {
    color: #fff
}

.inner-header .breadcrumb i {
    margin-right: 5px
}

.inner-header .breadcrumb>.active {
    color: #ef781b
}

.inner-content-wrapper {
    float: left;
    width: 100%;
    padding: 50px 0
}

.project-block {
    position: relative;
    margin-bottom: 30px
}

.project-block .inner-box {
    position: relative
}

.project-block .inner-box .image {
    position: relative
}

.project-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    padding: 4px;
    height: 185px
}

.project-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 40px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.project-block .inner-box:hover .image .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.project-block .inner-box .image .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-image: -ms-linear-gradient(bottom, #d1641a 0, #c2292a 100%);
    background-image: -moz-linear-gradient(bottom, #d1641a 0, #c2292a 100%);
    background-image: -o-linear-gradient(bottom, #d1641a 0, #c2292a 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d1641a), color-stop(100, #c2292a));
    background-image: -webkit-linear-gradient(bottom, #d1641a 0, #c2292a 100%);
    background-image: linear-gradient(to top, #d1641a 0, #c2292a 100%)
}

.project-block .inner-box .image .overlay-box .overlay-inner {
    position: relative;
    height: 100%
}

.project-block .inner-box .image .overlay-box .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.project-block .inner-box .image .overlay-box h4 {
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 1.3em
}

.project-block .inner-box .image .overlay-box h4 a {
    position: relative;
    color: #fff
}

.project-block .inner-box .image .overlay-box .social-box {
    position: relative;
    margin-top: 20px
}

.project-block .inner-box .image .overlay-box .social-box a {
    position: relative;
    font-size: 18px;
    color: #fff;
    margin-right: 18px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.project-block .inner-box .image .overlay-box .social-box a:hover {
    color: #222
}

.project-block .inner-box .image .overlay-box .plus {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    background-color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.project-block .inner-box .image .overlay-box .plus:hover {
    background-color: #222
}

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

.faq-page-section .sec-title h2 {
    position: relative;
    color: #222;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
    text-transform: capitalize
}

.faq-page-section .title-column {
    position: relative
}

.faq-page-section .title-column .inner-column {
    position: relative;
    margin-bottom: 40px;
    padding-right: 100px
}

.faq-page-section .title-column .sec-title {
    margin-bottom: 15px
}

.faq-page-section .title-column .text {
    position: relative;
    color: #0e0e0e;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px
}

.faq-page-section .accordion-box {
    position: relative
}

.faq-page-section .accordion-box .heading {
    position: relative;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 45px
}

.faq-page-section .accordion-box .block {
    position: relative;
    padding-bottom: 30px
}

.faq-page-section .accordion-box .block:last-child {
    padding-bottom: 0
}

.faq-page-section .accordion-box .block .acc-btn {
    font-size: 18px;
    padding-right: 0;
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease
}

.faq-page-section .accordion-box .block .icon-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #ef781b
}

.faq-page-section .accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    color: #fff
}

.faq-page-section .accordion-box .block .icon-outer .icon-plus {
    opacity: 1
}

.faq-page-section .accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    color: #fff;
    font-weight: 400
}

.faq-page-section .accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #fff
}

.faq-page-section .accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0
}

.faq-page-section .accordion-box .block .acc-btn.active .icon-outer {
    border-color: #ff3548;
    color: #ff3548
}

.faq-page-section .accordion-box .block .acc-content {
    position: relative;
    display: none
}

.faq-page-section .accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.faq-page-section .accordion-box .block .acc-content.current {
    display: block
}

.faq-page-section .accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 10px 0 0 0
}

.faq-page-section .accordion-box .block .content p {
    margin-bottom: 0;
    line-height: 1.8em;
    font-size: 16px;
    color: #0e0e0e;
    padding-left: 50px
}

.faq-page-section .accordion-box .block .content p:last-child {
    margin-bottom: 0
}

.faq-page-section .accordion-box.style-two .block {
    margin-bottom: 10px;
    padding-bottom: 0
}

.faq-page-section .accordion-box.style-two .block .acc-btn {
    background-color: #eee;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 32px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif
}

.faq-page-section .accordion-box.style-two .block .icon-outer {
    right: 20px;
    left: auto;
    top: 20px;
    background-image: none;
    background-color: #333
}

.faq-page-section .accordion-box.style-two .block .content {
    padding: 30px 30px;
    border: 2px solid #eee
}

.faq-page-section .accordion-box.style-two .block .content p {
    padding: 0
}

.single-blog-area {
    position: relative;
    z-index: 1
}

.blog-thumb img {
    width: 100%
}

.single-blog-area .blog-thumb {
    position: relative;
    z-index: 1
}

.single-blog-area .blog-thumb .date {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 22;
    background-color: #ef781b;
    color: #fff;
    height: 60px;
    width: 70px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 2px
}

.blog-content {
    background-color: #fff;
    padding: 20px;
    margin: 0 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    position: relative;
    z-index: 22;
    margin-top: -50px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms
}

.blog-content h3 a {
    line-height: 32px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    margin-bottom: 0;
    font-size: 25px
}

.blog-content a h3:hover {
    color: #ef781b
}

.single-blog-area:hover .blog-content {
    margin-left: 0;
    margin-right: 0
}

.single-blog-area:hover .blog-thumb .date {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.blog-content .comment a {
    font-size: 12px;
    font-weight: 600;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms
}

.blog-content .comment a i {
    color: #555;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms
}

.blog-content .comment a:hover {
    color: #ef781b
}

.blog-content .comment a:hover i {
    color: #ef781b
}

.blog-content a {
    font-size: 14px;
    font-weight: 600;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms
}

.blog-content a:hover {
    color: #ef781b
}

.blog-details-sec .sidebar-side,
.blog-details-sec .content-side {
    position: relative;
    margin-bottom: 50px
}

.blog-detail .news-block-two {
    margin-bottom: 20px
}

.blog-detail .news-block-two .date-and-like {
    left: 30px;
    top: 0
}

.blog-detail h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #36404b;
    font-weight: 500;
    margin-bottom: 20px
}

.blog-detail p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
    margin-bottom: 30px
}

.blog-detail blockquote {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    border: 5px double #ef781b;
    margin-bottom: 30px;
    padding: 29px 20px;
    font-family: "Roboto", sans-serif
}

.blog-detail .post-share-options {
    position: relative;
    display: block;
    padding: 20px 0;
    border-top: 1px solid #ddd
}

.blog-detail .post-share-options .social-links {
    position: relative;
    float: left
}

.post-share-options h4 {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #ef781b;
    display: inline-block;
    margin-right: 10px
}

.post-share-options .social-links ul {
    position: relative;
    display: inline-block
}

.post-share-options .social-links li {
    position: relative;
    display: inline-block;
    margin-left: 20px
}

.post-share-options .social-links li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.post-share-options .social-links li a:hover {
    color: #ef781b
}

.post-share-options .next-prev {
    position: relative;
    float: right
}

.post-share-options .next-prev a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding-right: 20px;
    margin-right: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.post-share-options .next-prev a:last-child {
    padding-right: 0;
    margin-right: 0
}

.post-share-options .next-prev a:last-child:before {
    display: none
}

.post-share-options .next-prev a:before {
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 15px;
    background-color: #1c63b8;
    content: ""
}

.post-share-options .next-prev a:hover {
    color: #ef781b
}

.post-share-options .next-prev .prev i {
    margin-right: 10px
}

.post-share-options .next-prev .next i {
    margin-left: 10px
}

.news-block-two {
    position: relative;
    margin-bottom: 40px
}

.news-block-two .inner-box {
    position: relative;
    overflow: hidden
}

.news-block-two .image-box {
    position: relative;
    display: block
}

.news-block-two .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.news-block-two .image-box a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .image-box a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #222;
    opacity: .60;
    content: ""
}

.news-block-two .inner-box:hover .image-box a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.plus-icon {
    height: 50px;
    width: 50px;
    background-image: url(../images/icons/plus.html);
    background-position: center;
    background-repeat: no-repeat
}

.news-block-two .image-box a .plus-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px
}

.news-block-two .lower-content {
    position: relative
}

.news-block-two .lower-content .info-box {
    position: relative;
    display: block;
    background-color: #f2f2f2;
    padding: 20px 20px;
    margin-bottom: 40px
}

.news-block-two .info-box li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 400;
    padding-right: 11px;
    margin-right: 10px
}

.news-block-two .info-box li a {
    color: #222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .info-box li a:hover {
    color: #ef781b
}

.news-block-two .info-box li:before {
    position: absolute;
    right: 0;
    top: 3px;
    height: 14px;
    width: 1px;
    background-color: #4f4f4f;
    content: ""
}

.news-block-two .info-box li:last-child:before {
    display: none
}

.news-block-two .info-box li:last-child {
    margin-right: 0;
    padding-right: 0
}

.news-block-two .info-box li i {
    margin-right: 10px;
    font-weight: 400
}

.news-block-two .lower-content .content {
    position: relative;
    padding-left: 100px
}

.news-block-two .content h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    top: -5px;
    color: #36404b;
    font-weight: 500;
    margin-bottom: 15px
}

.news-block-two .content h3 a {
    color: #36404b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .content h3 a:hover {
    color: #ef781b
}

.news-block-two .content p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    margin-bottom: 27px
}

.news-block-two .content .read-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #36404b;
    font-weight: 500;
    padding: 10px 25px;
    border: 1px solid #cbcbcb;
    font-family: "Rubik", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-block-two .content .read-more:hover {
    color: #ef781b
}

.news-block-two .date-and-like {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    z-index: 99;
    text-align: center
}

.news-block-two .date-and-like .date {
    position: relative;
    display: block;
    background-color: #f2f2f2;
    padding-top: 9px;
    padding-bottom: 7px
}

.news-block-two .date-and-like .date h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500
}

.news-block-two .date-and-like .date span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif
}

.news-block-two .date-and-like .like {
    position: relative;
    background-color: #ef781b;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0
}

.news-block-two .date-and-like .like span {
    margin-right: 7px;
    font-size: 14px;
    font-weight: 400
}

.blog-list .news-block-two {
    margin-bottom: 60px
}

.blog-list .news-block-two .content h3 {
    margin-bottom: 10px
}

.blog-list .news-block-two .content p {
    font-weight: 500
}

.blog-list .styled-pagination {
    margin-top: 100px
}

.blog-details-sec .group-title {
    position: relative;
    display: block;
    margin-bottom: 30px
}

.blog-details-sec .group-title h2 {
    color: #36404b;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase
}

.blog-details-sec .comments-area {
    position: relative;
    margin-bottom: 20px;
    margin-top: 60px
}

.blog-details-sec .comments-area .comment-box {
    position: relative;
    background-color: #f7f7f7;
    margin-bottom: 70px
}

.blog-details-sec .comments-area .comment-box.reply-comment {
    margin-left: 80px
}

.blog-details-sec .comments-area .comment {
    position: relative;
    min-width: 120px;
    padding: 30px 30px 30px 180px
}

.blog-details-sec .comments-area .comment .comment-inner {
    position: relative
}

.blog-details-sec .comments-area .comment .comment-reply {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ef781b;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog-details-sec .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 120px;
    overflow: hidden;
    margin-bottom: 20px
}

.blog-details-sec .comments-area .comment-box .author-thumb img {
    display: block
}

.blog-details-sec .comments-area .comment-info {
    position: relative;
    display: block
}

.blog-details-sec .comments-area .comment-info h4 {
    color: #36404b;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block
}

.blog-details-sec .comments-area .comment-info span {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    color: #36404b;
    margin-left: 15px
}

.blog-details-sec .comments-area .comment-box .text {
    color: #777;
    font-size: 14px;
    margin-top: 5px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px
}

.comment-form input,
.comment-form select,
.comment-form textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 22px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.comment-form .form-group textarea {
    height: 190px;
    resize: none;
    padding: 18px 22px;
    margin-bottom: 20px
}

.comment-form button {
    position: relative;
    padding: 8px 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px
}

.comment-form .btn-style-three:hover {
    color: #36404b;
    background: #fff;
    border-color: #222
}

.comment-form .btn-style-three {
    position: relative;
    font-size: 15px;
    color: #fff;
    padding: 13px 30px;
    line-height: 20px;
    font-weight: 400;
    background: #222;
    border: 2px solid #222;
    text-transform: capitalize
}

.comment-form .theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar-widget {
    position: relative;
    margin-bottom: 40px
}

.sidebar-side .sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #36404b;
    text-transform: uppercase;
    font-weight: 600
}

.sidebar .search-box {
    position: relative
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #aaa;
    line-height: 28px;
    padding: 10px 25px;
    padding-right: 60px;
    height: 50px;
    width: 100%;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar .search-box .form-group input:focus {
    border-color: #ef781b
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ef781b;
    background: 0;
    font-weight: normal;
    border: 0
}

.category-list {
    position: relative;
    display: block
}

.category-list li {
    position: relative;
    border: 1px solid #eee;
    margin-bottom: -1px
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0;
    padding-left: 35px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.category-list li a:before {
    position: absolute;
    left: 15px;
    height: 50px;
    top: 2px;
    line-height: 48px;
    font-size: 14px;
    color: #ef781b;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.category-list li a span {
    float: right;
    font-size: 14px;
    margin-right: 20px;
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.category-list li a:hover {
    color: #ef781b;
    background: #eee
}

.latest-news .post {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
    min-height: 70px
}

.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 85px;
    margin-bottom: 20px
}

.latest-news .post-thumb img {
    position: relative;
    display: block;
    width: 100%
}

.latest-news .post h3 {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #36404b;
    font-weight: 500;
    top: 0;
    margin-bottom: 2px
}

.latest-news .post h3 a {
    color: #36404b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.latest-news .post:hover h3 a {
    color: #ef781b
}

.latest-news .post .post-info {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777
}

.latest-news .post .post-info span {
    position: relative;
    margin-right: 6px;
    font-size: 16px;
    color: #aaa
}

.tag-list {
    position: relative;
    display: block;
    margin-right: -10px
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 15px;
    padding: 9px 18px;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.tag-list li a:hover {
    background-color: #ef781b;
    border-color: #ef781b;
    color: #fff
}

.contact-sec .section-head {
    margin: 0 0 15px
}

.contact-sec .section-head h2 {
    font-weight: 600;
    font-size: 35px
}

.site-button:active,
.site-button:focus,
.site-button:visited,
.active>.site-button {
    background-color: #ff5e15;
    color: #fff
}

.site-button:hover {
    background-color: #00173c;
    color: #fff
}

.site-btn-effect {
    color: rgba(0, 0, 0, 0)!important;
    transition: all .3s ease!important
}

.site-btn-effect {
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff
}

.site-btn-effect:hover {
    text-shadow: -400px 0 0 #fff, 0 0 0 #fff
}

.site-button {
    outline: 0;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #ff5e15;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff
}

.site-btn-effect {
    color: rgba(0, 0, 0, 0)!important;
    transition: all .3s ease!important
}

.contact-sec .form-control {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 12px;
    border-radius: 0;
    border: 0;
    background: #f6f6f6
}

.contact-sec textarea.form-control {
    height: 150px
}

.contact-info-section {
    padding: 30px;
    background-color: #00173c;
    border: 8px solid #fff;
    color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    margin: 0
}

.wt-icon-box-wraper {
    position: relative
}

.icon-content {
    overflow: hidden
}

.icon-content h3 {
    color: #ef781b;
    font-weight: 600
}

.contact-info {
    padding: 0 0 0 25px
}

.google-map {
    margin: 0 0 -10px
}

.google-map iframe {
    width: 100%;
    height: 450px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 0
}

.footer-top {
    background: #051d3a;
    border-top: solid 6px #ef781b;
    padding: 25px 0
}

.footer-sec {
    float: left;
    width: 100%
}

.footer-top h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px;
    position: relative
}

.footer-top h5:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #ef781b;
    width: 59px;
    height: 2px
}

.footer-logo {
    margin: 35px 0
}

.footer-top p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 16px
}

.footer-top form input.form-control {
    width: 77%;
    height: 46px;
    float: left;
    color: #fff;
    line-height: 44px;
    background: #ef781b;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}

.footer-top form input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.footer-top form input:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.footer-top form input::placeholder {
    opacity: 1;
    color: #fff
}

.footer-top form button {
    color: #001e4c;
    font-size: 29px;
    line-height: 46px;
    background: #fff;
    border: 0;
    margin: 0;
    padding: 0 15px
}

.footer-top-list {
    margin: 15px 0 0
}

.footer-top-list ul {
    width: 50%;
    float: left
}

.footer-top-list ul:last-child {
    margin: 0
}

.mt-20 {
    margin-top: 20px!important
}

.full_width {
    width: 100%!important
}

.footer-top-list ul li a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 500;
    border-bottom: solid 1px #0d203e;
    margin: 0 0 3px;
    padding: 0 0 3px;
    width: 100%;
    float: left
}

.footer-top-list ul li:last-child a {
    border: 0
}

.footer-top-list ul:last-child li:last-child a {
    border-bottom: solid 1px #0d203e
}

.footer-top-list ul li a:hover {
    color: #ef781b
}

.footer-top h6 {
    color: #ef781b;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding: 0 0 0 25px;
    letter-spacing: 1px
}

.footer-top h6:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 22px;
    font-family: FontAwesome
}

.footer-top h6.location-icon:before {
    content: '\f041'
}

.footer-top h6.call-icon:before {
    content: '\f095'
}

.footer-top h6.mail-icon:before {
    content: '\f0e0';
    font-size: 16px
}

.address-col p {
    margin: 0 0 20px;
    padding: 0 0 0 20px
}

.address-col p:last-child {
    margin-bottom: 0
}

footer {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    float: left;
    background: #081529;
    border-top: 1px solid #0d203e
}

footer ul {
    float: right
}

footer ul li {
    float: left;
    margin: 0 10px 0 0
}

footer ul li:last-child {
    margin: 0
}

footer ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    background: #001e4c;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    display: inline-block
}

footer ul li a:hover {
    color: #ef781b
}

footer p {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 42px;
    margin: 0
}

.copyright {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px
}

@media(max-width:1700px) {
    .booking-element {
        display: none
    }
    .booking-form {
        margin-left: 20px
    }
    .banner-element {
        display: none
    }
    .about-element-two {
        width: 50%
    }
    .about-thumb {
        padding-right: 0
    }
    .about-section--style .about-thumb {
        padding-left: 0
    }
    .about-content {
        width: 100%;
        margin-left: 0
    }
    .choose-us-content {
        width: 100%
    }
    .contact-section {
        padding-left: 0;
        width: 100%
    }
    .contact-element {
        display: none
    }
    .contact-element--style {
        display: none
    }
    .flight-search-area {
        max-width: 100%
    }
    .banner-section--style .banner-content {
        width: 100%
    }
    .search-widget-area--style2 {
        display: none
    }
    .hotel-booking-content {
        width: 100%
    }
}

@media(max-width:1199px) {
    .banner-content .title {
        width: 100%
    }
    .choose-content {
        max-width: 100%
    }
    .team-section--style .team-thumb {
        width: 100%
    }
    .team-section--style .team-content {
        width: 100%
    }
    .overview-content {
        width: 100%;
        margin-left: 0
    }
    .airline-course-section {
        display: none
    }
    .banner-content p {
        width: 100%
    }
    .client-content--style .client-thumb--style::before {
        display: none
    }
    .posrt-thumb .hover .title {
        font-size: 18px
    }
    .posrt-thumb .hover a {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

@media(min-width:1025px) and (max-width:1440px) {
    .banner-cnt {
        top: 120px
    }
    .banner-cnt h1 {
        font-size: 36px;
        line-height: 40px
    }
    div.services-inn h3 {
        font-size: 32px
    }
    #video-play {
        width: 80px;
        height: 80px
    }
    #video-play span img {
        width: auto
    }
    .howitworks-video img {
        width: 100%
    }
    div.howitworks-list ul li {
        font-size: 14px
    }
    .counter.col_fourth p {
        font-size: 23px
    }
}

@media(min-width:1025px) and (max-width:1310px) {
    div.free-quote-sec form input {
        width: auto
    }
    div.free-quote-sec h3 {
        font-size: 45px
    }
    .faq-cnt img {
        width: 100%
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .banner-cnt {
        top: 80px
    }
    .banner-cnt h1 {
        font-size: 40px;
        line-height: 40px
    }
    div.free-quote-sec form input {
        width: auto
    }
    div.free-quote-sec h3 {
        font-size: 45px
    }
    .counter.col_fourth p {
        font-size: 23px
    }
    .timer.count-title.count-number {
        font-size: 50px
    }
    .howitworks-video img {
        width: 100%
    }
    #video-play span img {
        width: auto
    }
    div.howitworks-list ul li {
        font-size: 14px
    }
    div.services-inn h3 {
        font-size: 32px
    }
    .faq-cnt img {
        width: 100%
    }
    .footer-sec .footer-logo>img {
        width: 90%
    }
}

@media(max-width:991px) {
    h2 {
        font-size: 32px
    }
    h3 {
        font-size: 20px
    }
    input,
    textarea {
        font-size: 14px
    }
    .banner-section {
        padding-top: 120px;
        padding-bottom: 235px
    }
    .banner-section--style {
        padding-top: 120px;
        padding-bottom: 120px
    }
    .banner-content .title {
        font-size: 32px
    }
    .banner-content .title span {
        font-size: 32px
    }
    .banner-content p {
        font-size: 18px
    }
    .banner-content .cmn-btn {
        margin: 20px 15px 0 0
    }
    .four-not-four-section-wrapper .title {
        font-size: 80px
    }
    .sidebar {
        margin-top: 60px
    }
    .privacy-sidebar {
        margin-top: 60px
    }
    .destination-details-section .sidebar {
        margin-bottom: 60px
    }
    .question-form-area {
        padding-top: 90px
    }
    .faq-thumb {
        padding-top: 30px
    }
    .inner-banner-content .title {
        font-size: 40px
    }
    .sidebar-offer-item .title {
        font-size: 40px
    }
    .sidebar-offer-item .title span {
        font-size: 30px
    }
    .add-content .title {
        font-size: 32px
    }
    .add-content span {
        font-size: 35px
    }
    .grid-item {
        max-width: 50%;
        flex: 50%;
        width: 50%
    }
    .offer-item {
        width: 50%
    }
    .portfolio-section .section-header {
        margin-bottom: 30px
    }
    .portfolio-section .cmn-btn.active {
        margin-bottom: 60px
    }
    .header-bottom {
        background-color: #fff
    }
    .header-bottom .site-logo {
        display: block;
        padding: 5px 0;
        float: left
    }
    .navbar-expand-lg {
        float: right;
        width: 90%;
        position: absolute;
        right: 5%
    }
    .header-action {
        margin-left: 15px;
        margin-top: 15px;
        margin-bottom: 15px
    }
    .navbar-collapse {
        padding: 30px
    }
    .navbar-toggler {
        display: block
    }
    .skill-content-area {
        width: 100%
    }
    .about-section::after {
        background-color: #fff
    }
    .counter-area {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .about-element-one {
        display: none
    }
    .about-element-two {
        display: none
    }
    .about-section::after {
        width: 0
    }
    .single-row .right .top {
        width: 100%
    }
    .facilities-content {
        padding-top: 0;
        padding-bottom: 0
    }
    .four-not-four-thumb {
        padding-top: 0;
        margin-left: -120px;
        margin-right: -90px
    }
    .four-not-four-content {
        padding-top: 100px
    }
    .four-not-four-content .sub-title {
        font-size: 35px
    }
    .video-content .title {
        font-size: 30px
    }
    .faq-thumb {
        display: none
    }
    .client-item--style .client-thumb--style {
        width: 100%
    }
    .client-item--style .client-content--style {
        width: 100%
    }
    .header-top-btn {
        position: absolute;
        width: 100%;
        left: auto;
        right: 0;
        top: 100%;
        display: block
    }
    .change-catagory-area {
        display: none
    }
    .common-form-style {
        border-radius: 15px
    }
    .search-widget-area--style2 {
        display: block;
        width: 100%
    }
    .rt-input-group--style3 .single-input {
        margin-bottom: 30px
    }
    .hotel-booking-thumb {
        display: none
    }
    .hotel-details-content .title {
        font-size: 22px
    }
    .rt-input-group .col-rt-in-3 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
    .counter.col_fourth {
        margin: 0 30px 0 0;
        padding: 0 30px 0 0
    }
    .timer.count-title.count-number {
        font-size: 40px
    }
    .counter.col_fourth p {
        font-size: 18px
    }
    .client-logos img {
        padding: 4px 10px
    }
    div.carousel-btm {
        padding-left: 0
    }
    div.carousel-btm h4 {
        margin-left: 10px
    }
    .footer-logo {
        width: 100%
    }
    .search-bar {
        display: none
    }
    .request-quote-btn {
        margin: 0
    }
    div.faq-cnt img {
        width: 100%
    }
    .start-project-sec .section-title p {
        padding: 0 20px
    }
}

@media(min-width:768px) and (max-width:991px) {
    div.topbar-right {
        text-align: inherit;
        display: inline-block;
        vertical-align: middle
    }
    div.topbar-soc {
        margin: 0;
        padding: 0;
        float: none;
        display: inline-block
    }
    div.topbar-soc ul {
        margin: 3px 0 0
    }
    div.topbar-soc ul li {
        float: none;
        display: inline-block
    }
    .request-quote-btn {
        float: left;
        margin: 30px 0 0 0
    }
    .banner-cnt {
        top: 60px
    }
    .banner-cnt h1 {
        font-size: 32px;
        line-height: 32px
    }
    div.services-icon {
        width: 36%;
        float: left;
        text-align: center;
        padding: 20px
    }
    div.services-icon img {
        width: auto
    }
    div.services-inn h3 {
        font-size: 24px
    }
    div.howitworks-list ul {
        width: 100%
    }
    .howitworks-sec img {
        width: 100%
    }
    .aboutus-sec {
        background-image: none;
        padding: 100px 0
    }
    .aboutus-sec .section-title {
        margin: 0
    }
    div.aboutus-list ul li:last-child {
        margin-bottom: 0
    }
    #video-play {
        width: 80px;
        height: 80px
    }
    #video-play span img {
        width: auto
    }
    div.services-icon {
        width: 100%;
        text-align: left;
        padding: 20px
    }
    div.services-txt {
        width: 100%;
        padding: 0 20px
    }
    div.free-quote-sec h3 {
        font-size: 32px;
        line-height: 23px;
        margin: 0 30px 0 0;
        padding: 0 30px 0 0
    }
    div.free-quote-sec form input {
        margin: 6px 8px 0 0;
        padding: 7px 20px;
        width: 170px
    }
    div.free-quote-sec form button {
        margin: 6px 8px 0 0;
        padding: 7px 20px
    }
    div.free-quote-sec form h4 {
        font-size: 32px;
        line-height: 32px
    }
    .ourteam-soc-list ul li a {
        line-height: 11px;
        margin: 0;
        width: 26px;
        height: 26px
    }
    .counter.col_fourth::after {
        display: none
    }
    .joinus-sec {
        background: #ef781b
    }
    .joinus-sec h3 {
        color: #fff;
        font-size: 35px;
        font-weight: 700
    }
    .joinus-sec a {
        margin: 10px 0 0
    }
}

@media(max-width:767px) {
    section {
        padding: 60px 0
    }
    .inner-content-wrapper {
        padding: 60px 0
    }
    .banner-cnt {
        top: 20px
    }
    .banner-cnt h1 {
        font-size: 35px;
        line-height: 30px
    }
    .banner-cnt p {
        font-size: 14px
    }
    .banner .carousel-control-next {
        left: 31px
    }
    .banner .carousel-control-next-icon,
    .banner .carousel-control-prev-icon {
        top: 3px;
        left: 6px
    }
    .banner .carousel-control-next .fa,
    .banner .carousel-control-prev .fa {
        font-size: 14px
    }
    .banner .carousel-control-next,
    .banner .carousel-control-prev {
        width: 30px;
        height: 30px
    }
    .banner-cnt {
        top: 20px
    }
    .banner-cnt h1 {
        font-size: 35px;
        line-height: 30px
    }
    .banner-cnt p {
        font-size: 14px
    }
    .banner .carousel-control-next {
        left: 31px
    }
    .banner .carousel-control-next-icon,
    .banner .carousel-control-prev-icon {
        top: 3px;
        left: 6px
    }
    .banner .carousel-control-next .fa,
    .banner .carousel-control-prev .fa {
        font-size: 14px
    }
    .banner .carousel-control-next,
    .banner .carousel-control-prev {
        width: 30px;
        height: 30px
    }
    div.carousel-inner .item-box-blog img {
        width: 100%
    }
    .blog-content--style .meta-date {
        width: 100%
    }
    .grid-item {
        width: 100%
    }
    .offer-item {
        width: 100%
    }
    .team-section--style .team-content {
        width: 100%
    }
    .overview-content {
        width: 100%;
        margin-left: 0
    }
    .grid-item {
        max-width: 100%;
        flex: 0 0 100%
    }
    .counter-item .counter-number {
        font-size: 32px
    }
    .counter-item .counter-content {
        font-size: 18px
    }
    .blog-thumb {
        width: 100%
    }
    .choose-us-section .choose-content {
        padding-bottom: 0
    }
    .client-thumb {
        margin-left: 0
    }
    .client-content {
        width: 100%;
        padding-left: 0
    }
    .blog-footer--style .meta-writer {
        padding-left: 0
    }
    .contact-form-area .caption {
        font-size: 24px
    }
    .video-content .title {
        font-size: 20px
    }
    .header-register-form.active {
        overflow-y: scroll
    }
    .header-login-form.active {
        overflow-y: scroll
    }
    #video-play {
        width: 80px;
        height: 80px
    }
    #video-play span img {
        width: auto
    }
    div.free-quote-sec form h4 {
        font-size: 38px;
        margin: 15px 0 20px 0;
        line-height: 48px
    }
    div.topbar p {
        border: 0
    }
    .header-bottom .site-logo {
        float: left
    }
    div.topbar-right {
        text-align: left
    }
    div.topbar-soc {
        margin: 5px 0 0 0;
        float: none
    }
    div.topbar .topbar-right {
        margin: 10px 0 0
    }
    div.topbar .topbar-right p {
        float: left;
        margin: 5px 15px 0 0
    }
    .banner-cnt-btn {
        display: none
    }
    .request-quote-btn {
        float: left;
        margin: 0 0 20px
    }
    .banner-cnt h1 {
        font-size: 20px
    }
    div.services-inn h3 {
        font-size: 32px
    }
    div.howitworks-list ul {
        width: 100%
    }
    div.readmore-btn a {
        margin: 0;
        display: inline-block
    }
    .howitworks-sec img {
        width: 100%
    }
    div.readmore-btn {
        margin: 10px 0 0
    }
    .joinus-sec {
        background-image: inherit;
        padding: 60px 0
    }
    .joinus-sec h3 {
        font-size: 35px
    }
    .joinus-sec a {
        margin: 15px 0 0
    }
    .aboutus-sec {
        background-image: inherit;
        padding: 60px 0 35px
    }
    .start-project-sec .section-title a {
        margin: 0
    }
    .service-thumb img {
        width: 100%
    }
    .newcase-sec .newcase-img {
        width: 100%
    }
    .contact-us-content .title {
        font-size: 30px
    }
    .contact-info {
        padding: 0
    }
    div.free-quote-sec h3 {
        font-size: 41px;
        line-height: 30px;
        border: 0;
        margin: 0;
        padding: 0
    }
    div.free-quote-sec form input {
        margin: 7px 8px 5px 0;
        padding: 20px 20px;
        width: 100%
    }
    div.free-quote-sec form button {
        margin-top: 7px
    }
    .faq-cnt img {
        width: 100%
    }
    .ourteam-inn {
        width: 100%
    }
    .portfolio-sec .carousel {
        margin: 75px 0 0 0
    }
    .count-main .counter.col_fourth {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 40px
    }
    .count-main .counter.col_fourth:last-child {
        margin: 0
    }
    .counter.col_fourth::after {
        display: none
    }
    .start-project-sec .section-title p {
        padding: 0 20px
    }
    .client-logos {
        margin-bottom: 40px;
        float: left
    }
    .client-logos img {
        padding: 4px 10px
    }
    .testimonial-sec .carousel-indicators {
        bottom: 0
    }
    .error-section h2 {
        font-size: 40px
    }
    .error-section .text {
        font-size: 20px;
        margin-top: 10px
    }
    .footer-logo {
        width: 100%
    }
    .footer-logo img {
        width: 100%
    }
    .footer-top-list ul {
        width: 100%
    }
    .footer-top-list ul li:last-child a {
        border-bottom: solid 1px #4b6f7b
    }
    footer {
        padding: 15px 0 30px
    }
    footer ul {
        float: left
    }
    .footer-top .footer-top-list {
        margin-bottom: 0
    }
    div.aboutus-list ul li:last-child {
        margin: 0
    }
    .footer-top form {
        margin-bottom: 50px
    }
    .footer-top-list {
        margin-bottom: 50px;
        float: left;
        width: 100%
    }
    .footer-top-list ul li:last-child a {
        border-bottom: solid 1px #053277
    }
}

@media(max-width:575px) {
    .section-title h4 span {
        font-size: 22px
    }
    h2 {
        font-size: 24px
    }
    h3,
    h3>a {
        font-size: 18px
    }
    h5,
    h5>a {
        font-size: 16px!important
    }
    input,
    textarea {
        font-size: 14px
    }
    .testimonial-item p {
        font-size: 18px
    }
    .inner-banner-content .title {
        font-size: 30px
    }
    .inner-banner-section {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .contact-banner-section {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .call-action-section .button-group {
        float: left;
        margin-top: 20px
    }
    .sidebar-offer-item .title {
        font-size: 20px
    }
    .sidebar-offer-item .title span {
        font-size: 18px
    }
    blockquote .quote-content {
        font-size: 18px
    }
    .comment-item .comment-content {
        width: calc(100% - 0);
        padding-left: 0;
        margin-top: 20px
    }
    .common-form-style .title {
        font-size: 22px
    }
    .faq-section-header {
        font-size: 24px
    }
    .add-content .title {
        font-size: 28px
    }
    .add-content span {
        font-size: 30px
    }
    .destination-details-question .title {
        font-size: 24px
    }
    .widget-box .caption {
        font-size: 18px
    }
    .filter-btn-group button {
        padding: 10px 30px;
        font-size: 16px
    }
    .details-area .details-header .job-post .job-post-header {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 0 0 0
    }
    .single-row {
        padding: 30px 30px
    }
    .single-row .left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }
    .single-row .left span::before {
        opacity: 1
    }
    .single-row .right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        border: 0;
        margin-top: 20px
    }
    .details-area .details-header .job-post .job-post-icon {
        -ms-flex: 0;
        flex: 0
    }
    .blog-content .title a {
        font-size: 18px
    }
    .pagination li a {
        font-size: 16px
    }
    .blog-details-thumb-area .title {
        font-size: 18px;
        width: 100%
    }
    .faq-tab-wrapper .tab-menu li {
        font-size: 16px
    }
    .flight-item--style .flight-thumb {
        width: 100%
    }
    .flight-item--style .flight-details {
        width: 100%
    }
    .table-area {
        overflow-y: hidden;
        overflow-x: scroll
    }
    .table-area .table {
        width: 900px
    }
    .post-share-options .next-prev {
        width: 100%;
        text-align: center;
        margin-top: 30px
    }
    .blog-details-sec .comments-area .comment {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }
    .blog-details-sec .comments-area .comment-box .author-thumb {
        left: 0;
        top: 0;
        position: relative;
        margin: 0 auto 20px
    }
    .blog-details-sec .comments-area .comment-box.reply-comment {
        margin-left: 0
    }
    .navbar-collapse .main-menu li a {
        padding: 4px 10px;
        display: block
    }
    .navbar-collapse {
        padding: 8px
    }
    .navbar-expand-lg {
        top: 160px
    }
    div.readmore-btn {
        margin: 0 0 26px;
        float:
    }
}

@media(max-width:440px) {
    .common-form-style {
        padding: 20px
    }
    .register-form-area {
        padding: 20px
    }
    .login-form-area {
        padding: 20px
    }
    .comments-section .comment-wrapper li .reply-wrapper {
        padding-left: 0
    }
    .contact-form-area .caption {
        font-size: 18px
    }
    .four-not-four-content .cmn-btn {
        padding: 0 18px
    }
    .contact-form-area {
        padding: 30px
    }
    .box1,
    .box2,
    .box3,
    .box4 {
        margin-bottom: 12px!important
    }
    section {
        padding: 20px 0
    }
    .tabs-content {
        margin-bottom: 30px
    }
    .section-title {
        margin: 0 0 10px;
        text-align: center
    }
    .SEWA_div {
        background: #f3f7f9;
        padding: 40px 20px
    }
    .facebookBox,
    .twitterBox {
        margin-bottom: 20px
    }
    .suggestionsBox {
        display: none
    }
    .navbar-collapse .main-menu li.menu_has_children i {
        float: right;
        margin-top: 6px
    }
    .navbar-collapse .main-menu li .sub-menu {
        width: 98%;
        margin-left: 4px
    }
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.services-icon i {
    font-size: 50px;
    background: #072554;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px
}

.mr2 {
    margin-right: 2px!important
}

.services-txt .btn {
    font-weight: 600;
    letter-spacing: 4px;
    word-spacing: 4px;
    font-size: 16px;
    padding-left: 0
}

.services-txt .btn:hover {
    color: #ef781b
}

.orange-bg {
    background: #ef781b!important
}

.white-text {
    color: #fff!important
}

.white-bg {
    background: #fff!important
}

.orange-text {
    color: #ef781b!important
}

.footer-more {
    background: #ef781b;
    color: #fff;
    padding: 12px 30px;
    font-size: 17px;
    border-radius: 100px;
    line-height: 28px
}

.footer-more:hover {
    background: #fff;
    color: #ef781b
}

.marqueeBxo {
    width: 100%;
    float: left;
    padding: 6px 8px;
    border: 1px solid #dcd8d8;
    border-bottom: 4px solid #ef781b
}

.marqueeBxo marquee p {
    margin-bottom: 10px
}

.marqueeBxo marquee p a {
    color: #ef781b;
    font-size: 15px;
    font-weight: 700
}

.marqueeBxo marquee p a:hover {
    color: #000
}

.vcBox img {
    border: 3px solid #fff;
    padding: 5px;
    border-radius: 100%
}

.vcBox_inner img {
    border: 5px solid #052e5d;
    padding: 4px;
    border-radius: 100%;
    width: 185px;
    height: 185px
}

.committeeBox ul li strong {
    display: contents
}

.vc_Contents h3 {
    color: #fff
}

.vc_Contents h6 {
    color: #fff;
    line-height: 24px;
    margin-top: 13px
}

.vcMore {
    color: #fff;
    font-size: 15px!important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #ef781b;
    border-radius: 30px;
    margin: 2px 0!important;
    padding: 5px 22px!important;
    display: inline-block;
    border: 2px solid #ef781b
}

.aboutus-list ul li {
    line-height: 22px;
    margin-bottom: 12px;
    display: flex
}

.aboutus-list ul li i {
    color: #ef781b;
    margin-top: 3px;
    margin-right: 11px;
    margin-left: 8px
}

.sewaPart>div {
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
    float: left;
    align-self: center;
    margin-right: 12px;
    background: #eee;
    padding: 12px
}

.sewaPart>div h6 {
    margin-bottom: 0;
    font-weight: 600
}

.sewaPart>div h3 {
    font-size: 36px;
    color: #ef781b
}

.sewaFull_text {
    font-size: 15px;
    height: 60px;
    display: flex;
    align-items: center
}

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

.tab-content {
    display: none
}

.tab-content.active {
    display: block;
    color: #ef781b
}

.tabPen {
    float: left;
    padding-right: 0!important;
    text-align: left
}

.tabPen span {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    background: #fff;
    padding: 2px 5px;
    font-weight: 600;
    letter-spacing: 1px
}

.tabPen a {
    padding: 0!important;
    font-size: 13px!important;
    background: none!important;
    border-right: 1px solid #fff;
    border-radius: 0!important;
    padding-right: 8px!important;
    padding-left: 6px!important;
    line-height: 13px
}

.tabPen a:hover {
    color: #ef781b
}

.tabPen .active {
    color: #ef781b!important
}

.tabPen a:last-child {
    border-right: 0
}

.board_accordian {
    width: 100%
}

.courses_i {
    width: auto!important;
    background: none!important;
    height: auto!important;
    font-size: 18px!important
}

.courseTable {
    margin-top: 10px;
    margin-bottom: 0
}

.course_img {
    border: 1px solid #eee;
    padding: 3px;
    background: #fff
}

.courseList_i {
    width: auto!important;
    height: auto!important;
    background: no-repeat!important;
    font-size: 15px!important
}

.sideMenu {
    border: 1px solid #eee;
    background: #fff;
    border-bottom: 3px solid #ef781b
}

.sideMenu h3 {
    background: #052e5d;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    padding: 7px 0;
    margin-bottom: 0;
    font-weight: 600;
    border-bottom: 1px dashed #eee;
    border-top: 4px solid #052e5d
}

.sideMenu ul li a {
    padding: 8px 14px;
    display: block;
    border-bottom: 1px solid #eee
}

.sideMenu ul li a:hover {
    color: #d86b15!important;
    background: #f9eee7
}

.sideMenu ul .active a {
    color: #d86b15!important;
    background: #f9eee7
}

.Dignitaries {
    width: 100%;
    float: left;
    padding: 20px 0 30px 0;
    text-align: center;
    /*height: 300px;*/
}

.Dignitaries .services-sec {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 2px 0;
    background: #052e5d;
    margin-top: -20px;
    border-top: 7px solid #ef781b
}

.Dignitaries .services-sec h4 span {
    background: #fff;
    color: #052e5d;
    text-transform: uppercase;
    padding: 2px 22px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.dignitaries_box h6 img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #eee;
    box-shadow: 0 3px 0 #ef781b
}

.dignitaries_box {
    margin-bottom: 20px;
    margin-top: 16px
}

.dignitaries_box h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 14px
}

.dignitaries_box p {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    line-height: 17px;
    font-weight: 500;
    color: #ddd;
    margin-bottom: 10px
}

.dignitaries_box a {
    color: #fff;
    background: #ef781b;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 8px;
    letter-spacing: 0;
    border-radius: 100px
}

.dignitaries_box a:hover {
    color: #ef781b;
    background: #fff
}

.social_media h4 i {
    /*width: 90px*/
}

.social_media h4 i span {
    width: 100%;
    float: left;
    margin-top: -21px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: calibri;
    letter-spacing: 1px
}

.twitterBox>div {
    height: 400px;
    border: 1px solid #eee;
    border-top: 5px solid #1da1f2;
    box-shadow: 0 2px 1px #cacaca;
    background: #fff;
    position: relative;
    width: 100%;
    overflow-y: hidden;
}

.twitterBox h4 {
    margin-bottom: 0
}

.twitterBox h4 i {
    width: 100px;
    background: #1da1f2;
    height: 46px;
    line-height: 42px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.social_media .twitterBox .tw {
    border: 3px solid #1da1f2;
    border-radius: 2%;
    padding: 5px;
}

/*.facebookBox {
    border: 2px solid #4267b2;
}*/

.facebookBox>div {
    height: 400px;
    border: 1px solid #eee;
    border-top: 5px solid #4267b2;
    box-shadow: 0 2px 1px #cacaca;
    background: #fff;
    position: relative;
    width: 100%;
    overflow-y: hidden;
    /*padding: 10px;*/
}

.facebookBox h4 {
    /*background: #4267b2 !important;*/
    margin-bottom: 0;
    /*color: #fff;*/
    /*padding-left: 5px;
    padding-top: 5px;*/
    /* margin-left: 5px; */
    /*border-top: 2px solid #4267b2;
    border-bottom: 1px solid #4267b2;
    border-right: 2px solid #4267b2;
    border-left: 2px solid #4267b2;*/
    /*border-radius: 5px;*/
}

.facebookBox h4 i {
    width: 100px;
    background: #4267b2;
    height: 46px;
    line-height: 42px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /*width: 100px;
    background: #4267b2;
    height: 46px;
    line-height: 42px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px*/
}

.social_media .facebookBox .fb {
    border: 3px solid #4267b2;
    border-radius: 2%;
    padding: 5px;
}

.instagramBox>div {
    height: 400px;
    border: 1px solid #eee;
    border-top: 5px solid #d6249f;
    box-shadow: 0 2px 1px #cacaca;
    background: #fff;
    position: relative;
    width: 100%;
    overflow-y: hidden;
}

.instagramBox h4 {
    margin-bottom: 0
}

.instagramBox h4 i {
    width: 100px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    height: 46px;
    line-height: 42px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.social_media .instagramBox .ig {
    border: 3px solid #d6249f;
    border-radius: 2%;
    padding: 5px;
}

.youtubeBox>div {
    height: 400px;
    border: 1px solid #eee;
    border-top: 5px solid #df0909;
    box-shadow: 0 2px 1px #cacaca;
    background: #fff;
    position: relative;
    width: 100%;
    overflow-y: scroll;
}

.youtubeBox h4 {
    margin-bottom: 0
}

.youtubeBox h4 i {
    width: 100px;
    background: #df0909;
    height: 46px;
    line-height: 42px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /*background: #e20202;
    color: #fff;
    width: 55px;
    height: 46px;
    text-align: center;
    line-height: 42px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: -55px;
    font-size: 26px;
    position: relative;
    z-index: 0000;*/
}

.social_media .youtubeBox .yt {
    border: 3px solid #e20202;
    border-radius: 2%;
    padding-top: 5px;
}

@-webkit-keyframes spincube {
    from,
    to {
        -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg)
    }
    16% {
        -webkit-transform: rotateY(-90deg)
    }
    33% {
        -webkit-transform: rotateY(-90deg) rotateZ(90deg)
    }
    50% {
        -webkit-transform: rotateY(-180deg) rotateZ(90deg)
    }
    66% {
        -webkit-transform: rotateY(-270deg) rotateX(90deg)
    }
    83% {
        -webkit-transform: rotateX(90deg)
    }
}

@keyframes spincube {
    from,
    to {
        -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg)
    }
    16% {
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    33% {
        -moz-transform: rotateY(-90deg) rotateZ(90deg);
        -ms-transform: rotateY(-90deg) rotateZ(90deg);
        transform: rotateY(-90deg) rotateZ(90deg)
    }
    50% {
        -moz-transform: rotateY(-180deg) rotateZ(90deg);
        -ms-transform: rotateY(-180deg) rotateZ(90deg);
        transform: rotateY(-180deg) rotateZ(90deg)
    }
    66% {
        -moz-transform: rotateY(-270deg) rotateX(90deg);
        -ms-transform: rotateY(-270deg) rotateX(90deg);
        transform: rotateY(-270deg) rotateX(90deg)
    }
    83% {
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
}

.cubespinner>div:hover {
    color: #000!important
}

.cubespinner {
    -webkit-animation-name: spincube;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 17s;
    animation-name: spincube;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 17s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 60px 60px 0;
    -moz-transform-origin: 60px 60px 0;
    -ms-transform-origin: 60px 60px 0;
    transform-origin: 60px 60px 0
}

.face1 a,
.face2 a,
.face3 a,
.face4 a,
.face5 a,
.face6 a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.face1 a:hover,
.face3 a:hover,
.face5 a:hover {
    color: #ef781b;
    text-transform: uppercase
}

.face2 a:hover,
.face4 a:hover,
.face6 a:hover {
    color: #000;
    text-transform: uppercase
}

.face1 {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background: rgba(5, 46, 93, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    line-height: 80px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.face3 {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background: rgba(5, 46, 93, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    line-height: 80px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.face6 {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background: rgba(239, 120, 27, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    line-height: 80px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.face4 {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background: rgba(239, 120, 27, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    line-height: 80px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.face5 {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background: rgba(5, 46, 93, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    line-height: 80px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.face2 {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background: rgba(239, 120, 27, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
    line-height: 80px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.cubespinner .face1 {
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    -ms-transform: translateZ(40px);
    transform: translateZ(40px)
}

.cubespinner .face2 {
    -webkit-transform: rotateY(90deg) translateZ(40px);
    -moz-transform: rotateY(90deg) translateZ(40px);
    -ms-transform: rotateY(90deg) translateZ(40px);
    transform: rotateY(90deg) translateZ(40px)
}

.cubespinner .face3 {
    -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(40px);
    -moz-transform: rotateY(90deg) rotateX(90deg) translateZ(40px);
    -ms-transform: rotateY(90deg) rotateX(90deg) translateZ(40px);
    transform: rotateY(90deg) rotateX(90deg) translateZ(40px)
}

.cubespinner .face4 {
    -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(40px);
    -moz-transform: rotateY(180deg) rotateZ(90deg) translateZ(40px);
    -ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(40px);
    transform: rotateY(180deg) rotateZ(90deg) translateZ(40px)
}

.cubespinner .face5 {
    -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(40px);
    -moz-transform: rotateY(-90deg) rotateZ(90deg) translateZ(40px);
    -ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(40px);
    transform: rotateY(-90deg) rotateZ(90deg) translateZ(40px)
}

.cubespinner .face6 {
    -webkit-transform: rotateX(-90deg) translateZ(40px);
    -moz-transform: rotateX(-90deg) translateZ(40px);
    -ms-transform: rotateX(-90deg) translateZ(40px);
    transform: rotateX(-90deg) translateZ(40px)
}

.suggestionsBox {
    padding: 10px 18px;
    position: fixed;
    width: 12%;
    float: left;
    z-index: 111111;
    bottom: 0
}

.studentBox {
    border-top-left-radius: 28px;
    width: 92%;
    display: block;
    height: 120px;
    margin: 0 auto;
    border-bottom-right-radius: 28px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-top: 16px;
    padding-top: 22px
}

.studentBox:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.studentBox i {
    color: #fff;
    font-size: 38px
}

.studentBox h5 {
    color: #fff;
    margin-top: 6px;
    font-size: 17px;
    line-height: 17px
}

.stBox_01 {
    border: 6px solid #437399;
    background: #173f5f
}

.stBox_01:hover {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 6px solid #092942
}

.stBox_02 {
    border: 6px solid #df6e42;
    background: #c44b1b
}

.stBox_02:hover {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 6px solid #974727
}

.stBox_03 {
    border: 6px solid #3cccab;
    background: #21b08f
}

.stBox_03:hover {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 6px solid #1c866e
}

.stBox_04 {
    border: 6px solid #1ab76e;
    background: #069452
}

.stBox_04:hover {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 6px solid #046336
}

.stBox_05 {
    border: 6px solid #4ec9e6;
    background: #25a6c4
}

.stBox_05:hover {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 6px solid #187185
}

.stBox_06 {
    border: 6px solid #f7de7b;
    background: #dfb307
}

.stBox_06:hover {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 6px solid #caa308
}

.tabs-nav ul {
    margin: 0;
    padding: 0
}

.tabs-nav li {
    display: inline-block;
    background: #ef781b;
    color: #fefefe;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ef781b;
    margin-right: 5px
}

.tabs-nav a {
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tabs-nav li.active {
    background: #FFF;
    color: #ef781b
}

.tabs-nav li.active a {
    color: inherit
}

.tabs-content {
    border: 1px solid #ef781b;
    padding: 10px;
    background: #FFF;
    margin-top: -1px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.tabs-content IMG {
    margin-right: 10px
}

.tabs-content div:not(:first-child) {
    display: none
}

.maq_more {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #ef781b
}

.maq_more:hover {
    color: #000
}

.tabs-content marquee p {
    margin-bottom: 5px
}

.tabs-content marquee {
    margin-bottom: 15px
}

.maq_InnerMore {
    border-radius: 3px;
    background: #052e5d;
    color: #fff;
    padding: 4px 14px;
    font-size: 13px;
    text-transform: uppercase
}

.maq_InnerMore:hover {
    background: #ef781b
}

.fancybox-image {
    border: 1px solid #eee;
    padding: 3px
}

.Gcontent {
    display: none
}

#loadMore {
    text-align: center;
    transition: .3s;
    padding: 8px 35px!important
}

.noContent {
    color: #000!important;
    background-color: #eee;
    pointer-events: none
}

.text-capital {
    text-transform: uppercase
}

.f-30 {
    font-size: 30px
}

.f-26 {
    font-size: 26px
}

.overlayBox:hover .bg-overlay::after {
    opacity: 1;
    transition: all .5s ease 0s
}

.opacity-6::after {
    opacity: .6;
    background-color: #031f3f!important
}

.b_radius-08 {
    border-radius: 8px
}

.advertise {
    padding: 10px
}

.SEWA_div {
    background: #f3f7f9;
    padding: 40px 0 40px 0
}

.advertise-content a {
    background: #ef781b;
    color: #fff;
    border: 1px solid #ef781b;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 100px
}

.advertise-content a:hover {
    background: #fff;
    color: #ef781b;
    border: 1px solid #fff
}

.pl_5 {
    padding-left: 5px
}

.pr_5 {
    padding-right: 5px
}

.whatMakes-1 {
    background: rgba(0, 0, 0, 0) url("../images/whatMakes-1.jpg") no-repeat scroll center center / cover!important
}

.whatMakes-2 {
    background: rgba(0, 0, 0, 0) url("../images/uni1.jpg") no-repeat scroll center center / cover!important
}

.whatMakes-3 {
    background: rgba(0, 0, 0, 0) url("../images/whatMakes-3.jpg") no-repeat scroll center center / cover!important
}

.mootto_section {
    float: left
}

.mootto_section .section-title h4:after {
    left: 0
}

.sewaBlueBox {
    width: 100%;
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    margin-bottom: 26px;
    border-bottom-right-radius: 30px;
    border: 1px solid;
    box-shadow: 5px 6px 0 #ef781b;
    background: #fff
}

.sewaBlueBox h2 {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 600
}

.sewaBlueBox h2 span {
    font-size: 32px;
    background: #001e4c;
    color: #fff;
    padding: 0 10px;
    margin-right: -1px;
    display: block;
    width: 50px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: 10px
}

.sewaBlueBox p {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px
}

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

.height-173 {
    height: 166px
}

.puBox {
    background: #fff;
    padding: 12px;
    min-height: 250px;
    border-bottom: 5px solid #ef781b!important;
    border: 1px solid #eee;
    padding-bottom: 0
}

.puBox p {
    margin-bottom: 0;
    text-align: justify
}

.puBox img {
    margin-left: auto;
    margin-right: auto
}

.ugcBox {
    background: #fff;
    padding: 12px;
    min-height: 250px;
    border-bottom: 5px solid #b80541!important;
    border: 1px solid #eee;
    padding-bottom: 0
}

.ugcBox p {
    margin-bottom: 0;
    text-align: justify
}

.ugcBox img {
    margin-left: auto;
    margin-right: auto
}

.puBox .btn1,
.puBox .btn2 {
    cursor: pointer;
    font-size: 22px;
    margin-top: 3px
}

.puBox .btn1 i,
.puBox .btn2 i {
    color: #ef781b
}

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

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

.committeeBox_title {
    margin-bottom: 0;
    color: #fff;
    background: #052e5d;
    font-size: 20px;
    padding: 5px 10px;
    margin-top: 15px
}

.committeeBox {
    background: #fff;
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    font-size: 14px
}

.committeeBox img {
    padding: 10px
}

.committeeBox p {
    padding: 8px;
    margin: 0!important
}

.committeeBox ul {
    width: 100%;
    float: left;
    padding: 10px
}

.committeeBox ul li {
    float: left;
    width: 100%;
    margin-bottom: 4px;
    margin-top: 0!important;
    display: flex
}

.committeeBox ul li i {
    font-size: 14px!important;
    background: none!important;
    width: auto!important;
    height: auto!important;
    margin-top: 4px;
    margin-right: 6px
}

.tableBorderLeft {
    border-left: 1px solid #e8e8e8
}

.tableBorderRight {
    border-right: 1px solid #e8e8e8
}

.tableBorderBottom {
    border-bottom: 1px solid #e8e8e8
}

.m0 {
    margin: 0
}

.f-20 {
    font-size: 20px!important
}

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

.f-25 {
    font-size: 25px!important
}

.box1 {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 12px 23px 12px;
    margin-bottom: 30px;
    border-bottom: 6px solid #173f5f!important;
    border-radius: 8px;
    border: 1px solid #173f5f
}

.box1:hover {
    background-color: #173f5f;
    border-bottom: 6px solid #102c42!important
}

.box1:hover span {
    color: #fff
}

.box1 span {
    color: #173f5f;
    width: 100%;
    float: left
}

.box2 {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 12px 23px 12px;
    margin-bottom: 30px;
    border-bottom: 6px solid #ef781b!important;
    border: 1px solid #ef781b;
    border-radius: 8px
}

.box2:hover {
    background-color: #ef781b;
    border-bottom: 6px solid #b15611!important
}

.box2:hover span {
    color: #fff
}

.box2 span {
    color: #ef781b;
    width: 100%;
    float: left
}

.box3 {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 12px 23px 12px;
    margin-bottom: 30px;
    border-bottom: 6px solid #21b08f!important;
    border-radius: 8px;
    border: 1px solid #21b08f
}

.box3:hover {
    background-color: #21b08f;
    border-bottom: 6px solid #0f614e!important
}

.box3:hover span {
    color: #fff
}

.box3 span {
    color: #21b08f;
    width: 100%;
    float: left
}

.box4 {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 12px 23px 12px;
    margin-bottom: 30px;
    border-bottom: 6px solid #25a6c4!important;
    border-radius: 8px;
    border: 1px solid #25a6c4
}

.box4:hover {
    background-color: #25a6c4;
    border-bottom: 6px solid #105363!important
}

.box4:hover span {
    color: #fff
}

.box4 span {
    color: #25a6c4;
    width: 100%;
    float: left
}

.box1 i {
    margin-left: auto;
    margin-right: auto;
    background: #173f5f;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: 8px
}

.box1:hover i {
    color: #173f5f;
    background: #fff
}

.box2 i {
    margin-left: auto;
    margin-right: auto;
    background: #ef781b;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: 8px;
    font-size: 24px
}

.box2:hover i {
    color: #ef781b;
    background: #fff
}

.box3 i {
    margin-left: auto;
    margin-right: auto;
    background: #21b08f;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: 8px;
    font-size: 24px
}

.box3:hover i {
    color: #21b08f;
    background: #fff
}

.box4 i {
    margin-left: auto;
    margin-right: auto;
    background: #25a6c4;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: 8px;
    font-size: 24px
}

.box4:hover i {
    color: #25a6c4;
    background: #fff
}

.aside_school_title {
    padding-left: 8px!important;
    padding-right: 8px!important;
    font-size: 18px!important
}

.syllabusCourses_ul {
    margin-top: 20px
}

.syllabusCourses_ul li {
    font-size: 14px;
    display: flex;
    line-height: 19px;
    margin-bottom: 8px
}

.syllabusCourses_ul li i {
    margin-right: 5px;
    color: #ef781b;
    margin-top: 4px
}

.syllabusCourses_ul li a {
    color: #ef781b;
    font-weight: 600;
    display: contents;
    font-size: 13px
}

.syllabusCourses_ul li a:hover {
    color: #051d3a
}

.offeredTable {
    margin-top: 30px
}

.offeredTable table thead {
    border-top: 5px solid #ef781b
}

.offeredTable table thead tr th {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #052e5d
}

.offeredTable table tbody tr th {
    padding: 8px 15px
}

.offeredTable table tbody tr th a {
    font-weight: 500;
    color: #052e5d
}

.offeredTable table tbody tr th a:hover {
    color: #ef781b
}

.faculy-table table {
    margin-top: 30px;
    background: #fff;
    border-top: 5px solid #052e5d
}

.faculy-table table thead tr th {
    color: #052e5d;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f1f6fb
}

.faculy-table table tbody tr td h6 {
    margin-bottom: 0;
    font-size: 20px
}

.faculy-table table tbody tr td small {
    font-size: 14px
}

.faculy-table table tbody tr td p {
    margin-bottom: 6px
}

.faculy-table table tbody tr td h6 .facultyMore_btn {
    float: right;
    background: #052e5d;
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-right: -13px
}

.faculy-table table tbody tr td h6 .facultyMore_btn:hover {
    background: #ef781b
}

.faculy-table table tbody tr td p:last-child {
    margin-bottom: 0
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.dropdown-menu {
    left: 220px;
    top: 0;
    width: 100%;
    border-top: 3px solid #D2A849;
    border-radius: 0;
    padding-top: 0
}

.dropdown-menu li {
    border-bottom: 1px solid #eee;
    color: #052e5d
}

.mt-4 {
    margin-top: 4px!important
}

.student-helpdesk-form {
    border: 2px solid #ef781b;
    border-radius: 5px;
    padding: 20px
}

.student-helpdesk-form h3 {
    border: 1px solid #ef781b;
    padding: 10px;
    margin: -20px -20px 20px -20px;
    background: #ef781b;
    text-transform: uppercase
}

.bg-overlay2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #0f4c81;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    -ms-filter: "alpha(opacity=90)";
    z-index: -1
}

.bg-overlay2 {
    position: relative;
    z-index: 0;
    padding-top: 35px!important
}

.advertise {
    background: rgba(0, 0, 0, 0) url("../images/welcome-thumb.jpg") no-repeat scroll center center / cover;
    border-radius: .5rem
}

.advertise-img i {
    background: #fff;
    width: 70px;
    height: 70px;
    font-size: 50px;
    line-height: 70px;
    border-radius: 8px
}

.advertise-content h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0!important
}

.cic-area .tabs-nav ul {
    margin: 0;
    padding: 0
}

.cic-area .tabs-nav li {
    display: inline-block;
    background: #052e5d;
    color: #fefefe;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #052e5d;
    margin-right: 5px
}

.cic-area .tabs-nav a {
    display: block;
    padding: 8px 8px;
    font-weight: bold;
    color: #fff;
    font-size: 14px
}

.cic-area .tabs-nav li.active {
    background: #FFF;
    color: #052e5d
}

.cic-area .tabs-nav li.active a {
    color: inherit
}

.cic-area .tabs-content {
    border: 1px solid #052e5d;
    padding: 10px;
    background: #FFF;
    margin-top: -1px;
    overflow: hidden
}

.cic-area .tabs-content IMG {
    margin-right: 10px
}

.cic-area .tabs-content div:not(:first-child) {
    display: none
}

.no-style li {
    display: flex;
    margin-bottom: 5px
}

.no-style li i {
    margin-top: 4px;
    margin-right: 5px
}

.cicTable {
    margin-top: 10px;
    border-top: 4px solid #052e5d
}

.viewBtn {
    color: #ef781b;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid;
    padding: 2px 8px;
    border-radius: 100px
}

.viewBtn:hover {
    background: #ef781b;
    color: #fff
}

.cicTable td,
.cicTable th {
    padding: 8px 10px!important
}

.social-media ul {
    float: left;
    margin-left: 25px;
    margin-top: 10px
}

.social-media ul li {
    float: left;
    margin: 0 10px 0 0
}

.social-media ul li:last-child {
    margin: 0
}

.social-media ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    background: #001e4c;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    display: inline-block
}

.social-media ul li a:hover {
    color: #ef781b
}

.galleryThumb-box:hover img {
    background: #ef781b;
    transition: all .3s ease 0s
}

.galleryThumb-box img {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    padding: 4px;
    height: 185px
}

.galleryThumb-box h6 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    background: #052e5d;
    color: #fff
}

.galleryThumb-box:hover h6 {
    background: #ef781b;
    transition: all .3s ease 0s
}

.tabs-nav-course-details ul {
    margin: 0;
    padding: 0
}

.tabs-nav-course-details li {
    display: inline-block;
    background: #052e5d;
    color: #fefefe;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #052e5d;
    margin-right: 5px
}

.tabs-nav-course-details a {
    display: block;
    padding: 8px 8px;
    font-weight: bold;
    color: #fff;
    font-size: 16px
}

.tabs-nav-course-details li.active {
    background: #FFF;
    color: #052e5d
}

.tabs-nav-course-details li.active a {
    color: inherit
}

.single-client a {
    border: 1px solid #ebebeb;
    display: inline-table;
    height: 110px;
    width: 210px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #ffffff none repeat scroll 0 0
}

.single-client:hover a {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.34)
}

.single-client span {
    display: table-cell;
    vertical-align: middle
}

.owl-carousel .single-client img {
    width: auto;
    margin: auto
}

.footer-top-list ul li a {
    font-size: 15px
}

.sewaTitle {
    color: #052e5d!important;
    font-size: 20px!important;
    line-height: 28px!important;
    padding-bottom: 8px
}

.sewaTitle>em {
    color: #ef781b!important
}

.footer-top h6 span {
    font-family: 'Roboto Condensed', sans-serif
}

.footerLinks li a {
    background: 0;
    height: auto;
    width: auto;
    font-size: 14px;
    border-right: 1px solid #18335e;
    border-radius: 0;
    line-height: 22px;
    padding-right: 10px
}

.footerLinks li:last-child a {
    border-right: 0
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #132748
}

.address-col p {
    font-size: 14px;
    padding-left: 26px
}

.section1 {
    position: relative;
    height: 600px;
    background: #f1f5f8;
    padding: 10px 0;
    width: 100%
}

.section1 h2 {
    text-align: center;
    font-size: 40px
}

.section1 p {
    text-align: center;
    padding: 0 70px;
    color: grey
}

.sticky-social {
    display: inline;
    position: fixed;
    bottom: 190px;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 111111;
}

#stickySocial {
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    transition: all .5s
}

.social {
    list-style: none
}

.social li {
    padding: 10px 13px;
    font-size: 20px;
    transition: all .8s ease-in-out;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 1px;
}

.sticky-social .social li a i {
    color: #fff
}

.social li:hover {
    margin-right: -20px;
    box-shadow: 2px 5px 10px grey;
}

.social li:hover .fa {
    margin-left: 20px
}

.fa {
    transition: all .8s ease-in-out
}

.fb {
    background-color: #3c5a98
}

.twitter {
    background-color: #1ea1f2
}

.insta {
    background-color: #d23527
}

.instagram-bg {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        
}

.pin {
    background-color: #cb2128
}

.vim {
    background-color: #59bfbe
}

.home {
    background-color: #052e5d
}

#stickySocial {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.hideMedia {
    display: none
}

.fixedMarquee {
    position: fixed;
    z-index: 11111;
    width: 100%;
    bottom: -1px;
    /*right: -20px;*/
}

.fixedMarquee marquee {
    background-color: #e64223;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#e64223));
    background-image: -webkit-linear-gradient(right, #ff7f34, #e64223);
    background-image: -moz-linear-gradient(right, #ff7f34, #e64223);
    background-image: -ms-linear-gradient(right, #ff7f34, #e64223);
    background-image: -o-linear-gradient(right, #ff7f34, #e64223);
    background-image: linear-gradient(right, #ff7f34, #e64223);
    font-size: 13px;
    padding: 6px 8px 6px 80px;
    margin-bottom: 1px;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff
}

.fixedMarquee marquee a {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600
}

.fixedMarquee marquee a:hover {
    color: #000
}

.fixedMarquee span {
    position: absolute;
    bottom: 6px;
    background: #fff;
    color: #e64223;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    left: 23px
}

.box {
    width: 20%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center
}

.overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.0);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 111111
}

.popup .content>form {
    margin-bottom: 10px;
    margin-top: 10px
}

.popup .content>form .form-group>label {
    color: #2d2d2d;
    font-size: 13px;
    margin-bottom: 3px
}

.popup .content>form .form-group>select>option {
    font-family: 'Segoe UI Regular'
}

.popup .content>form .form-group {
    margin-bottom: 3px
}

.popup .content>form h5 {
    text-transform: uppercase
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.popup {
    padding: 5px 20px;
    background: #f0f0f0;
    width: 20%;
    position: relative;
    transition: all 5s ease-in-out;
    margin-left: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 1px 6px #6f6d6d
}

.popup h2 {
    margin-top: 0;
    color: #333
}

.popup .close {
    position: absolute;
    top: 0;
    right: 10px;
    transition: all 200ms;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #333
}

.popup .close:hover {
    color: #06d85f
}

@media screen and (max-width:700px) {
    .box {
        width: 70%
    }
    .popup {
        width: 70%
    }
}

.inquiryBtn {
    background: #ef781b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 2px 30px
}

.inquiryBtn:hover {
    background: #052e5d;
    color: #fff
}

.ml-30 {
    margin-left: 30px !important;
}

.admission_enquiry {
    border: 2px solid #001e4c;
    border-radius: 5px;
    padding: 23px;
}

.admission_enquiry h3 {
    border: 1px solid #001e4c;
    padding: 2px;
    margin: -20px -20px 20px -20px;
    background: #001e4c;
    text-transform: uppercase;
    color: #ffffff;
}

.admission_enquiry hr {
    margin: 5px 0 0 212px;
    width: 70px;
    border: 1px solid #ef781b;
}

.admission_enquiry .btn-send {
    color: #fff !important;
    background-color: #001e4c;
    border-color: #001e4c;
    padding: 5px 100px 5px 100px;
}

.admission_enquiry button:hover {
    background-color: #fff;
    color: #001e4c !important;
}

.hidden {
    display: none;
}

.notificationCalendar {
    display: block !important;
    padding-top: 10px;
}

.notificationCalendar p a span {
    font-weight: 600;
    background: #051D3A;
    padding: 5px 12px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
}

.notificationCalendar p a:hover {
    color: #EF781B;
}

.noti-calendar-section .tabs-nav li {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.v_counter {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.v_counter h6 {
    border: 1px solid #fff;
    padding: 3px 0px;
    width: 90%;
}

.v_counter h6 span {
    background: #fff;
    padding: 4px 8px;
}

.fixedMarquee span {
    position: absolute;
    bottom: 3px;
    background: #fff;
    color: #e64223;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    left: 18px;
    z-index: 1;
}

.fixedMarquee marquee {
    background-color: #e64223;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7f34), to(#e64223));
    background-image: -webkit-linear-gradient(right, #ff7f34, #e64223);
    background-image: -moz-linear-gradient(right, #ff7f34, #e64223);
    background-image: -ms-linear-gradient(right, #ff7f34, #e64223);
    background-image: -o-linear-gradient(right, #ff7f34, #e64223);
    background-image: linear-gradient(right, #ff7f34, #e64223);
    font-size: 13px;
    padding: 4px 8px 4px 80px;
    margin-bottom: 1px;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    display: block;
}

.liveBtn-section {
    display: inline;
    position: fixed;
    bottom: 220px;
    right: 0;
    padding: 0;
    margin: 0;
}

.liveBtn {
    position: relative;
    bottom: 70px;
    text-transform: uppercase;
    color: #fff;
    background: #b90a0a;
    padding: 6px 13px;
    font-size: 18px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border: 2px solid #b90a0a;
}

.liveBtn:hover {
    color: #b90a0a;
    background: #fff;
    border: 2px solid #b90a0a;
    border-right: 2px solid #fff;
}

.eventsArea {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bb0 {
    border-bottom: 0px !important;
}

.dateBox {
    float: left;
    display: block;
    width: 65px;
    height: 60px;
    background: #E57319;
    margin-right: 10px;
    text-align: center;
    border-radius: 4px;
    padding: 13px 4px;
}

.dateBox h5 {
    color: #fff;
    margin-bottom: 0px;
    line-height: 17px;
    font-size: 22px;
    font-weight: 600;
}

.dateBox span {
    color: #fff;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
}

.event_description {}

.event_description p {
    margin-bottom: 5px;
    line-height: 20px;
}

.event_description a {
    color: #001E4C;
    border-bottom: 3px solid #001E4C;
    font-size: 12px;
    padding: 2px 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event_description a:hover {
    color: #E66D0E;
    border-bottom: 3px solid #E66D0E;
}

.moreEvents a {
    background: #052E5D;
    color: #fff;
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid #052E5D;
}

.moreEvents a:hover {
    background: #E57319;
    color: #fff;
    border: 2px solid #E57319;
}

.fc-day-grid-container {
    overflow: hidden !important;
    height: auto !important;
}

.fc-left h2 {
    font-size: 22px;
}

.admissionBtn_main a {
    color: #c40909;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3px 12px;
    font-family: 'Roboto Condensed', sans-serif;
    border: 2px solid;
    border-radius: 100px;
    display: block;
}

.admissionBtn_main a:hover {
    background: #c40909;
    color: #fff;
    border-color: #c40909;
}

.admissionBtn-section {
    display: inline;
    position: fixed;
    top: 370px;
    left: 0;
    padding: 0;
    margin: 0;
    /*animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: slide;*/
    z-index: 1111;
}

.admissionBtn {
    position: relative;
    top: -180px;
    text-transform: initial;
    color: #031427;
    background: #ffe700;
    padding: 12px 15px 12px 6px;
    font-size: 17px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border: 1px solid #ffe700;
    font-weight: 600;
    box-shadow: 0px 2px 4px #000;
}

.admissionBtn:hover {
    color: #052E5D;
    background: #fff;
    border: 1px solid #ffe700;
    border-right: 1px solid #ffe700;
}

.admissionBtn:hover i {
    border-radius: 100px;
    background: #052E5D;
    color: #ffffff;
}

.admissionBtn i {
    border-radius: 100px;
    background: #052E5D;
    color: #ffe700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.admissionBtn span {
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.admsnContent_model {
    max-width: 600px;
}

.admsnContent_model .modal-content .modal-body h1 {
    font-weight: 600;
    text-transform: uppercase;
}

.admsnContent_model .modal-content .modal-body {
    padding-bottom: 30px;
}

.admsnContent_model .modal-content .modal-header {
    background: #052E5D;
    padding: 4px 20px;
    margin: 3px;
}

.admsnContent_model .modal-content .modal-header button {
    color: #fff;
    opacity: inherit;
    padding: 12px 14px 18px 14px;
}

.admsnContent_model .modal-content .modal-body p {
    margin-bottom: 30px;
}

.admsnContent_model .modal-content .modal-body .pre-order-btn {
    background: #EF781B;
    color: #fff;
    padding: 12px 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    border-radius: 100px;
}

.admsnContent_model .modal-content .modal-body .pre-order-btn:hover {
    background: #052E5D;
}

.navbar-collapse .main-menu li a span {
    font-size: 13px;
}

.admissionBtn_main a span {
    font-size: 15px;
    position: relative;
    left: 25px;
}

.newheader {}

.newheader .admissionBtn_main a {
    background: #fff
}

.newheader .admissionBtn_main a:hover {
    background: #c40909;
    color: #fff
}

.newheader .main-menu li a {
    color: #fff
}

.newheader .main-menu li a:hover,
.newheader .main-menu .active a {
    border-radius: 5px
}

.mapFrame {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 10px;
}


/*--------Educast CSS---------*/

.educast .degree-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.educast:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.educast:hover:after {
    width: 91%;
    background: #052e5d;
}

.educast:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}

.educast img {
    filter: grayscale();
}

.educast:hover img {
    filter: none;
}

.educast .content-part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
}

.content-part i {
    /*width: 60px;*/
    /*height: 40px;*/
    /*line-height: 33px;*/
    /*border: 4px solid red;*/
    /*border-radius: 12px;*/
    /*text-align: center;*/
    font-size: 38px;
    color: red;
}


/*--------Educast CSS ends----------*/

.round-box {
    float: left;
    width: 50%;
    position: relative;
    padding: 12px 23px 12px;
    margin-bottom: 30px;
}

.round-box i {
    margin-left: auto;
    margin-right: auto;
    background: #173f5f;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: 8px;
}

.round-box:hover i {
    color: #173f5f;
    background: #fff;
}


/**/

.academicSection {
    background: #081529;
    padding-top: 0px;
    padding-bottom: 0px;
}

.academicSection .section-title .title span {
    color: #ef781b;
}

.academicSection .section-title .title {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.academicSection .client-area p {
    display: flex;
    line-height: 18px;
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: 1px solid #252628;
    padding-top: 6px;
}

.academicSection .client-area p:last-child {
    border-bottom: 0px;
}

.academicSection .client-area a {
    color: #fff;
}

.academicSection .client-area a:hover {
    color: #ef781b;
}

.academicSection .client-area i {
    color: #ef781b;
    margin-right: 8px;
    font-size: 16px;
    margin-top: 0px;
}

.academicSection .client-area .round-box {
    margin-bottom: 0px;
}

.academicSection .client-area .round-box i {
    margin-right: 0;
    font-size: 20px;
}

.academicSection .client-area .round-box span {
    font-size: 18px;
    display: block;
}

.academicImg_fix {
    background-image: url('../images/academicImg.jpg');
    width: 300px;
    height: 323px;
}

.academicFour_box {
    float: left;
    margin: 55px 12px;
}

.academicSection .admission{
    padding: 10px;
    border: 1px solid #ef781b;
    border-radius: 10px;
    min-height: 310px !important;
    max-height: max-content;
}


/**/
.thumTitle {
    text-align: justify;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 18px;
    color: #1c1b1b;
}

.thumnailBox1 {
    /*transform: rotate(-357deg);
    background: #05131E;*/
    padding: 0px;
    border-radius: 10px;
}

.thumnailBox1 .img01 {
    border: 2px solid #e9e8e8;
    border-radius: 10px;
    /*transform: rotate(367deg);*/
    height: 240px !important;
    width: 100%;
    padding: 4px;
}

.thumnailBox2 {
    /*transform: rotate(-370deg);
    background: #173F5F;*/
    padding: 0px;
    border-radius: 10px;
}

.thumnailBox11 {
    transform: rotate(-357deg);
    background: #0E4A3D;
    padding: 7px;
    border-radius: 10px;
}

.thumnailBox11 .img01 {
    border: 3px solid #FFF;
    border-radius: 8px;
    transform: rotate(367deg);
}

.thumnailBox22 {
    transform: rotate(-370deg);
    background: #21B08F;
    padding: 7px;
    border-radius: 10px;
}

.thumnailBox111 {
    transform: rotate(-357deg);
    background: #105363;
    padding: 7px;
    border-radius: 10px;
}

.thumnailBox111 .img01 {
    border: 3px solid #FFF;
    border-radius: 8px;
    transform: rotate(367deg);
}

.thumnailBox222 {
    transform: rotate(-370deg);
    background: #25A6C4;
    padding: 7px;
    border-radius: 10px;
}

.happinessTitle h4::after {
    left: 0;
}

.happinessTitle {
    margin-bottom: 20px;
}

.happiness .owl-controls .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.happiness .owl-controls .owl-dots .owl-dot.active span, .happiness .owl-controls .owl-dots .owl-dot:hover span {
    background: #869791;
}
/**/

.logoPart {
    width: 100%;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
}

div.topbar p:last-child {
    border-right: none;
}

.headerRight-btn1 {
    float: right;
    background: linear-gradient(#FEFDF9, #FBD195);
    text-align: center;
    /*border-radius: 15px;*/
    padding: 5px 10px;
    box-shadow: 0px -2px 1px #93692d;
    color: #2A2776;
    margin: 0px 5px 0px 0px;
    font-weight: 600;
}

.headerRight-btn1:hover {
    background: linear-gradient(#FBD195, #FEFDF9);
}

.headerRight-btn2 {
    float: right;
    background: linear-gradient(#CC640E, #DB9E0F);
    color: #223A56;
    margin: 0px 5px 0px 0px;
    padding: 5px 10px;
    text-align: center;
    /*border-radius: 15px;*/
    font-weight: 600;
    box-shadow: 0px -2px 1px #93692d;
}

.headerRight-btn2:hover {
    background: linear-gradient(#DB9E0F, #CC640E);
}

/*--------Educast CSS---------*/

.educast .degree-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.educast:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.educast:hover:after {
    width: 91%;
    background: #052e5d;
}

.educast:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}

.educast img {
    filter: grayscale();
}

.educast:hover img {
    filter: none;
}

.educast .content-part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
}

.content-part i {
    /*width: 60px;*/
    /*height: 40px;*/
    /*line-height: 33px;*/
    /*border: 4px solid red;*/
    /*border-radius: 12px;*/
    /*text-align: center;*/
    font-size: 38px;
    color: red;
}


/*--------Educast CSS ends----------*/


/*--------Academic Calendar CSS---------*/

.academicSection {
/*    background: #081529;*/
    padding-top: 0px;
    padding-bottom: 0px;
    background: url('../images/start-project-bg.jpg');
}

.academicSection .section-title .title span {
    color: #ef781b;
}

.academicSection .section-title .title {
    margin-bottom: 16px;
    margin-top: 25px;
}

.academicSection .client-area p {
    display: flex;
    line-height: 18px;
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: 1px dotted #8a8a8a;
    padding-top: 6px;
}

.academicSection .client-area p:last-child {
    border-bottom: 0px;
}

.academicSection .client-area a {
    color: #fff;
}

.academicSection .client-area a:hover {
    color: #ef781b;
}

.academicSection .client-area i {
    color: #ef781b;
    margin-right: 8px;
    font-size: 16px;
    margin-top: 0px;
}

.academicSection .client-area .round-box {
    margin-bottom: 0px;
}

.academicSection .client-area .round-box i {
    margin-right: 0;
    font-size: 20px;
}

.academicSection .client-area .round-box span {
    font-size: 18px;
    display: block;
}

.academicImg_fix {
    background-image: url('../images/academicImg1.png');
    width: 300px;
    height: 323px;
}

.academicFour_box {
    float: left;
    margin: 55px 12px;
}
/*--------Academic Calendar CSS Ends---------*/


/*--------Notification tab CSS---------*/

.notification-tab1 {
    border: 2px solid #001e4c;
    border-radius: 5px;
    padding: 22px;
    background-color: #fff;
}

.notification-tab1 h5 {
    border: 1px solid #001e4c;
    border-radius: 3px;
    padding: 2px;
    margin: -20px -20px 8px -20px;
    background: #001e4c;
    text-transform: uppercase;
    color: #fff;
}

.notification-tab1 .date1 {
    background: #051d3a;
    padding: 5px 12px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    display: block;
    text-align: center;
}

.notification-tab1 .view1 {
    float: right;
    color: #000000;
}

.notification-tab1 .view1:hover {
    float: right;
    color: #001e4c;
    text-decoration: underline;
}

.notification-tab2 {
    border: 2px solid #ef781b;
    border-radius: 5px;
    padding: 22px;
    background-color: #fff;
}

.notification-tab2 h5 {
    border: 1px solid #ef781b;
    border-radius: 3px;
    padding: 2px;
    margin: -20px -20px 8px -20px;
    background: #ef781b;
    text-transform: uppercase;
    color: #fff;
}

.notification-tab2 .date2 {
    background: #ef781b;
    padding: 5px 12px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    display: block;
    text-align: center;
}

.notification-tab2 .view2 {
    float: right;
    color: #000000;
}

.notification-tab2 .view2:hover {
    float: right;
    color: #ef781b;
    text-decoration: underline;
}

/*.notification-tab3 {
    border: 2px solid #008000;
    border-radius: 5px;
    padding: 22px;
}

.notification-tab3 h5 {
    border: 1px solid #008000;
    border-radius: 3px;
    padding: 2px;
    margin: -20px -20px 8px -20px;
    background: #008000;
    text-transform: uppercase;
    color: #fff;
}

.notification-tab3 .date3 {
    font-weight: 500;
    background: #008000;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.notification-tab3 .category3 {
    background: #398339;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.notification-tab3 .view3 {
    float: right;
    color: #000000;
}

.notification-tab3 .view3:hover {
    float: right;
    color: #008000;
    text-decoration: underline;
}*/

.title-div {
    margin-left: -22px;
    margin-top: -3px;
    padding-right: 0px;
    text-align: justify;
}

.notification-tab3 ul {
    margin: 0;
    padding: 0
}

.notification-tab3-content .date3 {
    font-weight: 500;
    background: #caa145;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    float: left;
    padding: 5px 10px 5px 10px;
}

.notification-tab3 li {
    display: inline-block;
    background: #caa145;
    color: #fefefe;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #caa145;
    margin-right: 0;
    width: 49%;
    text-align: center;
}

.notification-tab3 a {
    display: block;
    padding: 10px 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.notification-tab3 li.active {
    background: #FFF;
    color: #caa145
}

.notification-tab3 li.active a {
    color: inherit
}

.notification-tab3-content {
    border: 1px solid #caa145;
    padding: 10px;
    background: #FFF;
    margin-top: -1px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.notification-tab3-content IMG {
    margin-right: 10px
}

.notification-tab3-content div:not(:first-child) {
    display: none
}

.notification-tab3 .maq_more {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #ef781b
}

.notification-tab3 .maq_more:hover {
    color: #000
}

.notification-tab3-content marquee p {
    margin-bottom: 5px
}

.notification-tab3-content marquee {
    margin-bottom: 15px;
    text-align: justify;
}

.notification-tab3 .maq_InnerMore {
    border-radius: 3px;
    background: #052e5d;
    color: #fff;
    padding: 4px 14px;
    font-size: 13px;
    text-transform: uppercase
}

.notification-tab3 .maq_InnerMore:hover {
    background: #ef781b
}


/*--------Notification tab CSS Ends---------*/


/*--------Home page VC box CSS---------*/

.vcBox_home {
    border: 1.5px solid #173f5f;
    padding: 2px;
    width: 210px;
    height: 210px;
    margin-top: 5px;
}

.vc_youtube {
    padding: 7px 0px 7px 0px;
    display: flex;
}

.vc_youtube h5 a i {
    margin-left: auto;
    margin-right: auto;
    color: #173f5f;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 100px;
    border: 1px solid #173f5f;
}

.vc_youtube h5 a i:hover {
    border-radius: 0px;
    background: #173f5f;
    color: #ffffff;
    border: 1px solid #173f5f;
}

.ver_mas {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 90%;
    height: 53px;
    bottom: 95px;
    left: 21px;
    z-index: 1;
    opacity: 0;
    transform: translate(100px, 70px);
    -webkit-transform: translate(100px, 70px);
    -moz-transform: translate(100px, 70px);
    -o-transform: translate(100px, 70px);
    -ms-transform: translate(100px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ver_mas span {
    font-size: 15px;
    color: #000000;
    position: relative;
    margin: 0 auto;
    width: 100%;
    top: 8px;
    font-weight: 900;
}

.vc_image {
    display: block;
    height: auto;
    max-width: 117%;
    margin-left: -15px;
}

.container_foto:hover {
    cursor: pointer;
}

.container_foto:hover .ver_mas {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}


/*--------Home page VC box CSS Ends---------*/


/* For now hide  */

.pagination strong {
    border: 1px solid #2d2e2e;
    border-radius: 10px;
    padding: 2px 6px;
    margin-left: 5px;
    background: #2d2e2e;
    color: #ffffff;
}

.pagination a {
    border: 1px solid #2d2e2e;
    border-radius: 10px;
    padding: 2px 6px;
    margin-left: 5px;
}

@font-face {
    font-family: georgiab;
    src: url(fonts/georgiab.ttf);
}

.site-logo img {
    float: left;
    display: block;
    margin-right: 7px;
    height: 98px;
}

.site-logo h1 {
    font-family: georgiab;
    color: #C2952F;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 2px;
    margin-top: 8px;
    letter-spacing: 0.8px;
    word-spacing: 3px;
    margin-left: 108px
}

.site-logo h3 {
    font-family: georgiab;
    color: #052E5D;
    font-size: 15px;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    text-transform: uppercase;
    word-spacing: 2px;
}

.site-logo h6 {
    color: #000;
    font-size: 11.5px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    text-align: center;
    width: 91%;
    line-height: 14px;
}

.error {
    background: #fff;
    padding: 25px;
    min-height: 150px;
    border-bottom: 2px solid #ef781b!important;
    border: 1px solid #eee;
    /*padding-bottom: 0;*/
}

@media (max-width:600px) {
    .navbar-expand-lg {
        position: relative;
        top: -10px;
    }
    .headerRight-btn1 {
        float: right;
        margin: 7px 15px 20px 0px;
    }
    .headerRight-btn2 {
        float: right;
        margin: 7px 15px 20px 0px;
    }
    .Dignitaries {
        height: auto;
    }
    .owl-carousel .owl-item img {
        width: auto;
    }
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.vBox {
    border: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 15px;
    background: #f4f4f4;
}

.vBox h6 {
    color: #051D3A;
    text-align: center;
    padding: 3px;
    margin-bottom: 0;
}

.videoPopup {
    z-index: 1;
    display: block;
    position: relative;
}

.playBtn:focus {
    box-shadow: none !important;
}

.youtube .vBox .playBtn {
    position: absolute;
    top: 0;
    bottom: 45px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    width: 100%;
    background-color: transparent;
    color: rgba(245, 245, 245);
    font-size: 30px;
    left: 7px;
}

.youtube:hover .vBox .playBtn {
    color: #ef781b;
}

fieldset.scheduler-border {
    border: 1px groove #CAA145 !important;
    padding: 10px 22px 20px 30px !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 8px;
    background: #f4f4f4;
    margin-top: 15px !important;
}

legend.scheduler-border {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: left !important;
    width: auto;
    padding: 1px 17px 4px 14px;
    border-bottom: none;
    color: #fff;
    background: #CAA145;
    border-radius: 100px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.pr15 {
    padding-right: 15px;
}

.mr5 {
    margin-right: 5px;
}

.mb2 {
    margin-bottom: 2px;
}

.form-check {
    padding-left: 0;
}

.online-form label {
    color: #000;
}

.radio-inline {
    color: #464646 !important;
}
    
.myaccordion {}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
    cursor: pointer;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.errorr{
   outline: 1px solid red;
}

.red-text {
    color: red;
}

.parsley-errors-list > li {
    color: #ff0000;
    font-size: 13px;
    position: relative;
    text-align: right;
    list-style: none;
}

.parsley-error {
    border-color: #ff0000 !important;
}

.parsley-error:focus {
    border-color: #ff0000;
    box-shadow: rgba(0,0,0,0.5);
}

.hrclass {
    border-top: 2px solid rgb(101, 43, 124, 0.1);
    width: 90%;
    margin-left: 16px;
}

/* Css for Campus Videos page  */
.campus-video {
    background-color: #caa145;
}


.box-Part {
    border: 1px solid #e0e5e9;
    float: left;
    padding: 7px;
    width: 100%;
}

.box-Part:hover, .sub-header h4 {
    box-shadow: 0 1px 5px #888;
}

.box-title {
    font-size: 16px;
    height: 35px;
    line-height: 1.3;
    margin-top: 4px;
    text-transform: uppercase;
    text-align: center;
}

/* Home page collaborationDiv css */
.collaborationDiv {
    background: url('../images/start-project-bg.jpg');
}

.collaborationDiv .section-title h4 span{
    color: #ffffff !important;
    margin-bottom: 20px !important;
}

.counter{
    color: #222;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    width: 180px;
    height: 180px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: '';
    background: linear-gradient(to right, #3da2f4, #1a57f2);
    height: 50%;
    width: 95%;
    border-radius: 120px 120px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.counter:after{
    border-radius: 0 0 120px 120px;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.counter .counter-content{
    background-color: #fff;
    height: 100%;
    padding: 15px 12px;
    border-radius: 50%;
    box-shadow: 5px 5px rgba(0,0,0,0.1);
}
.counter .counter-icon{
    color: #d1d1d1;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 5px;
}
.counter .counter-value{
    color: #1a57f2;
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.counter h3{
    color: #555;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.counter.orange:before,
.counter.orange:after{
    background: linear-gradient(to right, #EB9421, #EF6024);
}
.counter.orange .counter-value{ color: #EF6024; }
.counter.purple:before,
.counter.purple:after{
    background: linear-gradient(to right, #8475B6, #483F90);
}
.counter.purple .counter-value{ color: #483F90; }
.counter.green:before,
.counter.green:after{
    background: linear-gradient(to right, #ADCE37, #61BC47);
}
.counter.green .counter-value{ color: #61BC47; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}

.bg-white {
    background-color: #ffffff !important;
}
/* Result page css  */
.fa-file-pdf-o {
  font-weight: bold;
  color : #ef781b;
  font-size: 16px;
  margin-bottom: 10px;
}
.result {
  font-weight: bold;
  color : #ef781b;
  font-size: 15px;
}
.fa-arrow-alt-circle-right {
  color : #052e5d;
}

#tsum-tabs h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

#tsum-tabs p {
  margin: 0 0 20px;
  line-height: 1.5;
}

#tsum-tabs main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

#tsum-tabs section {
  display: none;
  padding: 10px 0 0;
  border-top: 1px solid #ddd;
}

#tsum-tabs input {
  display: none;
}

#tsum-tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

#tsum-tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

#tsum-tabs label:hover {
  color: #888;
  cursor: pointer;
}

#tsum-tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  #tsum-tabs label {
    font-size: 0;
  }
  #tsum-tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #tsum-tabs label {
    padding: 15px;
  }
}

/* Home page div */
.msg-vc h6 {
    font-size: 18px;
    font-weight: 700;
}
.msg-vc .maq_InnerMore {
    float: right;
}
@media (max-width: 465px) {
    .msg-vc .maq_InnerMore {
        float: right;
        margin-bottom: 10px;
    }
}

.date {
    background: #051d3a;
    padding: -16px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    display: block;
    text-align: center;
}

/* Home page numers css */
.numbersDiv {
    background: url('../images/aboutus-bg.jpg');
    background-size: contain;
}

.numbersDiv .numbers {
    padding: 20px 40px;
    border-right: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    position: relative;
    border-right: 2px solid #cccccc;
}

.numbersDiv .numbers h3 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
}

.numbersDiv .numbers p {
    font-size: 16px;;
    color: #111;
    line-height: 16px;
    margin-top: 10px;
    white-space: nowrap;
    font-weight: 600;
}
/* Home page numers css ends */

/* Home page helpline css */
.helplineDiv {
    background-color: #f7fcff;
    background-size: contain;
    padding: 20px 0 20px 0;
}

.helplineDiv .contact-tital {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.helplineDiv .contact-no {
    color: #052e5d;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.helplineDiv .contact-email {
    color: #052e5d;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}
/* Home page helpline css ends */

.collaborationDiv .dd-graphic-cont .col-6 {
    border: 1px solid rgba(255,255,255,.3);
    height: 120px;
}

.collaborationDiv .dd-graphic-cont .col-6:nth-child(1) {
    /*border-top: 0;
    border-left: 0;*/
}

.collaborationDiv .dd--title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 15px;
}

.collaborationDiv .dd--title h5 {
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.collaborationDiv .dd--title h5 span {
    display: block;
    text-align: center;
/*    color: #ffffff !important;*/
}

.collaborationDiv .dd--title h5:hover {
    display: block;
    text-align: center;
    color: #ffffff !important;
    text-decoration: underline;
}

.collaborationDiv .dd-graphic-cont .col-6:nth-child(2) {
    border: 0;
}

.collaborationDiv .dd-graphic-cont .col-6:nth-child(3) {
    border: 0;
}

.collaborationDiv .dd-graphic-cont .col-6:nth-child(4) {
/*    border: 0;*/
}

.round-box1 span {
    color: #25a6c4;
    width: 100%;
    float: left;
    transition: all .8s ease-in-out;
}
.round-box1 i {
    margin-left: auto;
    margin-right: auto;
    background: #25a6c4;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 100px;
    margin-bottom: 8px;
    border: 2px solid;
    box-shadow: 2px 2px 10px #d3d3d3;
}

.round-box1:hover i {
    color: #25a6c4;
    background: #fff;
}

.round-box1:hover span {
    color: #ffffff;
    font-weight: 600;
    transition: all .8s ease-in-out;
}

.round-box2 span {
    color: #ef781b;
    width: 100%;
    float: left;
    transition: all .8s ease-in-out;
}
.round-box2 i {
    margin-left: auto;
    margin-right: auto;
    background: #ef781b;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 100px;
    margin-bottom: 8px;
    border: 2px solid;
    box-shadow: 2px 2px 10px #d3d3d3;
}

.round-box2:hover i {
    color: #ef781b;
    background: #fff;
}

.round-box2:hover span {
    color: #ffffff;
    font-weight: 600;
    transition: all .8s ease-in-out;
}

.round-box3 span {
    color: #21b08f;
    width: 100%;
    float: left;
    transition: all .8s ease-in-out;
}
.round-box3 i {
    margin-left: auto;
    margin-right: auto;
    background: #21b08f;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 100px;
    margin-bottom: 8px;
    border: 2px solid;
    box-shadow: 2px 2px 10px #d3d3d3;
}

.round-box3:hover i {
    color: #21b08f;
    background: #fff;
}

.round-box3:hover span {
    color: #ffffff;
    font-weight: 600;
    transition: all .8s ease-in-out;
}

.round-box4 span {
    color: #caa145;
    width: 100%;
    float: left;
    transition: all .8s ease-in-out;
}
.round-box4 i {
    margin-left: auto;
    margin-right: auto;
    background: #caa145;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 100px;
    margin-bottom: 8px;
    border: 2px solid;
    box-shadow: 2px 2px 10px #d3d3d3;
}

.round-box4:hover i {
    color: #caa145;
    background: #fff;
}

.round-box4:hover span {
    color: #ffffff;
    font-weight: 600;
    transition: all .8s ease-in-out;
}

.round-box {
    float: left;
    width: 95%;
    position: relative;
    padding: 12px 23px 12px;
    margin-bottom: 30px;
}

.round-box i {
    margin-left: auto;
    margin-right: auto;
    background: #173f5f;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin-bottom: 8px;
}

.round-box:hover i {
    color: #173f5f;
    background: #fff;
}

.font-38 {
    font-size: 38px !important;
}

/*Left side social icon css starts */
.social-btn {
    display: flex;
    width: 130px;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 13px;
    border: 1px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 1px;
    position: relative;
    left: -90px;
    transition: left 1s;
}

.social-btn:hover {
    left: -10px;
    transition: left 1s;
    box-shadow: 2px 5px 10px grey;
}

.social {
    position: fixed;
    top: 205px;
}

.social a {
    text-decoration: none;
}

.social-btn img {
    width: 40px;
}

.social-btn p {
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

.social i {
    order: 2;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    text-rendering: auto;
    padding: 0 0px 0 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.whatsapp {
    background-color: #25D366;
}

/*Left side social icon css ends */

.readmore-btn1 {
    display: flex;
    padding: 3px 7px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: white;
    background: #052e5d;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
    width: 28%;
    float: right;
    font-weight: 600;
}

.readmore-btn1:focus {
   outline: none; 
   color: #ffffff;
}

.readmore-btn1:hover {
    transition: 0.5s;
    box-shadow: 5px 5px 0 #ef781b;
    color: #ffffff;
}

.readmore-btn1 span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.readmore-btn1:hover  span:nth-child(2) {
    transition: 0.5s;
    
}

.readmore-btn1 span {
    transform: skewX(15deg);
}

.readmore-btn1 span:nth-child(2) {
    width: 20px;
    margin-left: 10px;
    position: relative;
    top: 12%;
}
  
/**************SVG****************/
.readmore-btn1 path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

.readmore-btn1 path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.readmore-btn1:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.readmore-btn1:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.readmore-btn1:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}
/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #ef781b;
    }
    100% {
        fill: white;
    }
}

.stCrn01 {
    /*width: 150px;
    height: fit-content;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 500ms ease-in-out;
    text-align: center;
    box-shadow: 10px 5px 0 #F75D59, -10px -5px 0 #F75D59;
    transform: skewX(-15deg);
    padding: 5px;*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 1.3rem 0.2rem;
    border: 3px solid #F75D59;
    color:#fff;
    border-radius: 50%;
    background: transparent;
    box-shadow: 2px 4px 2px #F75D59, 2px 2px 2px #F75D59, inset 0 0 0 transparent, inset 0 0 0 transparent;
    transition: 0.5s ease-in-out;
}

.stCrn01:hover {
    /*box-shadow: none;
    border: 4px solid #F75D59;
    background: #E55451;
    color: #fff;*/
    transform: scale(1.03);
    color: white;
    box-shadow: 2px 3px 4px 4px #E55451, 2px 2px 2px #E55451, inset 10rem 0 4px #E55451, inset 0 0 0 transparent;
    border-color: #F75D59;
}

.stCrn02 {
    /*width: 150px;
    height: fit-content;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 500ms ease-in-out;
    text-align: center;
    box-shadow: 10px 5px 0 #df6e42, -10px -5px 0 #df6e42;
    transform: skewX(-15deg);
    padding: 5px;*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 1.3rem 0.5rem;
    border: 3px solid #df6e42;
    color:#fff;
    border-radius: 50%;
    background: transparent;
    box-shadow: 2px 4px 2px #df6e42, 2px 2px 2px #df6e42, inset 0 0 0 transparent, inset 0 0 0 transparent;
    transition: 0.5s ease-in-out;
}

.stCrn02:hover {
    /*box-shadow: none;
    border: 4px solid #df6e42;
    background: #c44b1b;
    color: #fff;*/
    transform: scale(1.03);
    color: white;
    box-shadow: 2px 3px 4px 4px #c44b1b, 2px 2px 2px #c44b1b, inset 10rem 0 4px #c44b1b, inset 0 0 0 transparent;
    border-color: #df6e42;
}

.stCrn03 {
    /*width: 150px;
    height: fit-content;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 500ms ease-in-out;
    text-align: center;
    box-shadow: 10px 5px 0 #5987e6, -10px -5px 0 #5987e6;
    transform: skewX(-15deg);
    padding: 5px;*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 1.3rem 0.2rem;
    border: 3px solid #5987e6;
    color:#fff;
    border-radius: 50%;
    background: transparent;
    box-shadow: 2px 4px 2px #5987e6, 2px 2px 2px #5987e6, inset 0 0 0 transparent, inset 0 0 0 transparent;
    transition: 0.5s ease-in-out;
}

.stCrn03:hover {
    /*box-shadow: none;
    border: 4px solid #5987e6;
    background: #3c5a98;
    color: #fff;*/
    transform: scale(1.03);
    color: white;
    box-shadow: 2px 3px 4px 4px #3c5a98, 2px 2px 2px #3c5a98, inset 10rem 0 4px #3c5a98, inset 0 0 0 transparent;
    border-color: #5987e6;
}

.stCrn04 {
    /*width: 150px;
    height: fit-content;
    cursor: pointer;
    transition: 500ms ease-in-out;
    box-shadow: 10px 5px 0 #1ab76e, -10px -5px 0 #1ab76e;
    transform: skewX(-15deg);
    padding: 5px;*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 1.3rem 1rem;
    border: 3px solid #1ab76e;
    color:#fff;
    border-radius: 50%;
    background: transparent;
    box-shadow: 2px 4px 2px #1ab76e, 2px 2px 2px #1ab76e, inset 0 0 0 transparent, inset 0 0 0 transparent;
    transition: 0.5s ease-in-out;
}

.stCrn04:hover {
    /*box-shadow: none;
    border: 4px solid #1ab76e;
    background: #069452;
    color: #fff;*/
    transform: scale(1.03);
    color: white;
    box-shadow: 2px 3px 4px 4px #069452, 2px 2px 5px #069452, inset 10rem 0 4px #069452, inset 0 0 0 transparent;
    border-color: #1ab76e;
}

.stCrn05 {
    /*width: 150px;
    height: fit-content;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 500ms ease-in-out;
    text-align: center;
    box-shadow: 10px 5px 0 #4ec9e6, -10px -5px 0 #4ec9e6;
    transform: skewX(-15deg);
    padding: 5px;*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 1.3rem 1rem;
    border: 3px solid #4ec9e6;
    color:#fff;
    border-radius: 50%;
    background: transparent;
    box-shadow: 2px 4px 2px #4ec9e6, 2px 2px 2px #4ec9e6, inset 0 0 0 transparent, inset 0 0 0 transparent;
    transition: 0.5s ease-in-out;
}

.stCrn05:hover {
    /*box-shadow: none;
    border: 4px solid #4ec9e6;
    background: #25a6c4;
    color: #fff;*/
    transform: scale(1.03);
    color: white;
    box-shadow: 2px 3px 4px 4px #25a6c4, 2px 2px 5px #25a6c4, inset 10rem 0 4px #25a6c4, inset 0 0 0 transparent;
    border-color: #4ec9e6;
}

.stCrn06 {
    /*width: 150px;
    height: fit-content;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: 500ms ease-in-out;
    text-align: center;
    box-shadow: 10px 5px 0 #f7de7b, -10px -5px 0 #f7de7b;
    transform: skewX(-15deg);
    padding: 5px;*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 1.3rem 0rem;
    border: 3px solid #dfb307;
    color:#fff;
    border-radius: 50%;
    background: transparent;
    box-shadow: 2px 4px 2px #dfb307, 2px 2px 2px #dfb307, inset 0 0 0 transparent, inset 0 0 0 transparent;
    transition: 0.5s ease-in-out;
}

.stCrn06:hover {
    /*box-shadow: none;
    border: 4px solid #f7de7b;
    background: #dfb307;
    color: #fff;*/
    transform: scale(1.03);
    color: white;
    box-shadow: 2px 3px 4px 4px #dfb307, 2px 2px 5px #dfb307, inset 10rem 0 4px #dfb307, inset 0 0 0 transparent;
    border-color: #f7de7b;
}

.prtLogin {
  display: flex;
}

.prtLogin > a {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.prtLogin > a:hover {
  text-decoration: none;
}

/*btn_background*/
.effect01 {
  color: #FFF;
  border: 4px solid #1ab76e;
  box-shadow:0px 0px 0px 1px #1ab76e inset;
  background-color: #1ab76e;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect01:hover {
  border: 4px solid #1ab76e;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
  font-size: 14px;
  font-weight: 800;
}

/*btn_text*/
.effect01 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect01:hover span {
  letter-spacing: 0.13em;
  color: #1ab76e;
}

/*highlight*/
.effect01:after {
  background: #FFF;
  border: 0px solid #1ab76e;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
.effect01:hover:after {
  background: #FFF;
  border: 20px solid #1ab76e;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

/*btn_background*/
.effect02 {
  color: #FFF;
  border: 4px solid #df6e42;
  box-shadow:0px 0px 0px 1px #df6e42 inset;
  background-color: #df6e42;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect02:hover {
  border: 4px solid #df6e42;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
  font-size: 14px;
  font-weight: 800;
}

/*btn_text*/
.effect02 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect02:hover span {
  letter-spacing: 0.13em;
  color: #df6e42;
}

/*highlight*/
.effect02:after {
  background: #FFF;
  border: 0px solid #df6e42;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
.effect02:hover:after {
  background: #FFF;
  border: 20px solid #df6e42;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}


/*btn_background*/
.effect03 {
  color: #FFF;
  border: 4px solid #5987e6;
  box-shadow:0px 0px 0px 1px #5987e6 inset;
  background-color: #5987e6;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect03:hover {
  border: 4px solid #5987e6;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
  font-size: 14px;
  font-weight: 800;
}

/*btn_text*/
.effect03 span {
  transition: all 0.2s ease-out;
  z-index: 2;
  font-size: 13px;
}
.effect03:hover span {
  letter-spacing: 0.13em;
  color: #5987e6;
}

/*highlight*/
.effect03:after {
  background: #FFF;
  border: 0px solid #5987e6;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
.effect03:hover:after {
  background: #FFF;
  border: 20px solid #5987e6;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}


/*btn_background*/
.effect04 {
  color: #FFF;
  border: 4px solid #f75d59;
  box-shadow:0px 0px 0px 1px #f75d59 inset;
  background-color: #f75d59;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect04:hover {
  border: 4px solid #f75d59;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
  font-size: 14px;
  font-weight: 800;
}

/*btn_text*/
.effect04 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect04:hover span {
  letter-spacing: 0.13em;
  color: #f75d59;
}

/*highlight*/
.effect04:after {
  background: #FFF;
  border: 0px solid #f75d59;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
.effect04:hover:after {
  background: #FFF;
  border: 20px solid #f75d59;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}


/*btn_background*/
.effect05 {
  color: #FFF;
  border: 4px solid #4ec9e6;
  box-shadow:0px 0px 0px 1px #4ec9e6 inset;
  background-color: #4ec9e6;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect05:hover {
  border: 4px solid #4ec9e6;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
  font-size: 14px;
  font-weight: 800;
}

/*btn_text*/
.effect05 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect05:hover span {
  letter-spacing: 0.13em;
  color: #4ec9e6;
}

/*highlight*/
.effect05:after {
  background: #FFF;
  border: 0px solid #4ec9e6;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
.effect05:hover:after {
  background: #FFF;
  border: 20px solid #4ec9e6;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}


/*btn_background*/
.effect06 {
  color: #FFF;
  border: 4px solid #dfb307;
  box-shadow:0px 0px 0px 1px #dfb307 inset;
  background-color: #dfb307;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.effect06:hover {
  border: 4px solid #dfb307;
  background-color: #FFF;
  box-shadow:0px 0px 0px 4px #EEE inset;
  font-size: 14px;
  font-weight: 800;
}

/*btn_text*/
.effect06 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.effect06:hover span {
  letter-spacing: 0.13em;
  color: #dfb307;
}

/*highlight*/
.effect06:after {
  background: #FFF;
  border: 0px solid #dfb307;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
.effect06:hover:after {
  background: #FFF;
  border: 20px solid #dfb307;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.hr1 {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px dashed #ef781b;
}

#loading-overlay {
    width: 100%;
    height:100%;
    display: none;
    align-items: center;
    background-color: #000;
    opacity: 0.5;
}
.loading-icon{ 
    position:absolute;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    border-left:2px solid #767676;
    border-radius:25px;width:25px;
    height:25px;
    margin:0 auto;
    position:absolute;
    left:50%;
    margin-left:-20px;
    top:50%;
    margin-top:-20px;
    z-index:4;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.video-play-button {
    position: fixed;
    z-index: 0;
    bottom: 20px;
    left: 4%;
    /*  transform: translateX(-50%) translateY(-50%);*/
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: fixed;
    z-index: 0;
    left: 4%;
    bottom: 16px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    background: #25D366;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: fixed;
    z-index: 1;
    left: 4%;
    bottom: 20px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #25D366;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#25D366, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    /*border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;*/
    top: 7px;
    left: -40px;
    color: #ffffff;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.btn-one {
    color: #ffffff;
    background-color: #caa145;
    border-color: #caa145;
}

.btn-one:hover {
    color: #caa145;
    background-color: inherit;
    border-color: #caa145;
}