@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

/* html {
    scroll-behavior: smooth; 


}*/

body {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    overflow-x: hidden;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #032254;
}

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

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.standard-logo img{
    max-height:150px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #011d49;
    font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
}

.d-table {
    width: 100%;
    height: 100%;
}

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

p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.form-control {
    height: 50px;
    color: #f99115;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #676a6a;
}

.form-control:-ms-input-placeholder {
    color: #676a6a;
}

.form-control::-ms-input-placeholder {
    color: #676a6a;
}

.form-control::placeholder {
    color: #676a6a;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #f99115;
}

.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-minus-100 {
    margin-top: -100px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}


/* font sizes 
         */

.font-13 {
    font-size: 13px;
}


/*
Bg-color Style*/

.bg-color {
    background-color: #ffffff;
}

.bg-color-f7fbf3 {
    background-color: #f7fbf3;
}


/*
Default Btn Area Style*/

.default-btn {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #f99115;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -5px;
    padding: 15px 40px;
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 75%;
    width: 25%;
    height: 0;
    background-color: #011d49;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25%;
    height: 0;
    background-color: #011d49;
    z-index: -2;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.default-btn span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    width: 25%;
    height: 0;
    background-color: #011d49;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.default-btn span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 0;
    background-color: #011d49;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.default-btn:hover::before {
    height: 100%;
    top: auto;
    bottom: 0;
}

.default-btn:hover::after {
    height: 100%;
    top: 0;
    bottom: auto;
}

.default-btn:hover span::before {
    height: 100%;
    top: auto;
    bottom: 0;
}

.default-btn:hover span::after {
    height: 100%;
    top: 0;
    bottom: auto;
}

.default-btn.two {
    background-color: #248303 !important;
}


/*
Read More Btn Area Style*/

.read-more {
    font-weight: 600;
    font-size: 15px;
    color: #f99115;
}

.read-more i {
    position: relative;
    position: relative;
    top: 1.7px;
    margin-left: 5px;
}

.read-more:hover {
    color: #f99115;
    letter-spacing: 1px;
}


/*
Section Title Area Style*/

.section-title {
    max-width: 750px;
    margin: -5px auto 50px;
    text-align: center;
    position: relative;
}

.section-title span {
    font-size: 14px;
    color: #f99115;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.section-title h2 {
    font-size: 45px;
    margin-bottom: 20px;
    position: relative;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title p {
    max-width: 600px;
    margin: auto;
}

.section-title.white-title span {
    color: #f99115;
}

.section-title.white-title h2 {
    color: #ffffff;
}

.section-title.white-title p {
    color: #ffffff;
}


/*
Header Area Style
======================================================*/

.top-header {
    background-color: #f99115;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-header .header-left-content {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-header .header-left-content li {
    display: inline-block;
    margin-right: 30px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    padding-left: 45px;
}

.top-header .header-left-content li span {
    display: block;
    margin-bottom: 5px;
}

.top-header .header-left-content li:last-child {
    margin-right: 0;
}

.top-header .header-left-content li i {
    color: #f99115;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    text-align: center;
    /* border-radius: 50%; */
}

.top-header .header-left-content li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}

.top-header .header-left-content li a:hover {
    color: #011d49;
}

.top-header .header-right-content {
    line-height: 1;
    text-align: right;
}

.top-header .header-right-content .option-item {
    color: #032254;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 0;
}

.top-header .header-right-content .option-item .close-btn.active {
    display: block;
}

.top-header .header-right-content .sidebar-menu {
    display: inline-block;
    margin-left: 20px;
}

.top-header .header-right-content .sidebar-menu .burger-menu {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #f99115;
    font-size: 19px;
    /* border-radius: 50%; */
    background-color: #ffffff;
}

.top-header .header-right-content .sidebar-menu .burger-menu i {
    position: relative;
    left: 0.50px;
}


/*
Sidebar Area Style
======================================================*/

.sidebar-modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
    position: absolute;
    right: -100%;
    top: 0;
    max-width: 400px;
    overflow-y: scroll;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    padding: 40px;
}

.sidebar-modal .sidebar-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.sidebar-modal .sidebar-header .sidebar-logo {
    display: inline-block;
}

.sidebar-modal .sidebar-header .close-btn {
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 33px;
    background-color: #f99115;
    color: #ffffff;
    border-radius: 0;
    float: right;
    text-align: center;
    position: relative;
    top: 13px;
    border-radius: 50%;
}

.sidebar-modal .sidebar-header .close-btn:hover {
    color: #ffffff;
    background-color: #f99115;
}

.sidebar-modal .sidebar-about {
    margin-bottom: 30px;
}

.sidebar-modal .sidebar-about .title h2 {
    margin-bottom: 0;
    font-size: 20px;
}

.sidebar-modal .sidebar-about .title p {
    margin-bottom: 0;
    font-size: 15px;
}

.sidebar-modal .contact-us {
    margin-bottom: 30px;
}

.sidebar-modal .contact-us h3 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-left: 10px;
}

.sidebar-modal .contact-us h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f99115;
}

.sidebar-modal .contact-us ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar-modal .contact-us ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.sidebar-modal .contact-us ul li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .contact-us ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f99115;
    text-align: center;
}

.sidebar-modal .contact-us ul li a {
    display: block;
}

.sidebar-modal .sidebar-follow-us h3 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-left: 10px;
}

.sidebar-modal .sidebar-follow-us h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f99115;
}

.sidebar-modal .sidebar-follow-us .social-wrap {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1;
}

.sidebar-modal .sidebar-follow-us .social-wrap li {
    display: inline-block;
    padding-right: 10px;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a i {
    font-size: 18px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f99115;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a:hover i {
    background-color: #011d49;
}

.sidebar-modal.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.9);
}

.sidebar-modal.active .sidebar-modal-inner {
    right: 0;
}


/*
Nav Area Style
======================================================*/

.navbar-area {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.navbar-area .desktop-nav {
    padding-top: 10px;
    padding-bottom: 10px
}

.navbar-area .desktop-nav .navbar {
    position: inherit;
    padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding: 0;
}

.navbar-area .desktop-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 600;
    color: #011d49;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 0;
    position: relative;
    z-index: 1;
    margin: 0 15px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
    color: #f99115;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #f99115;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 130%;
    left: 15px;
    opacity: 0;
    width: 250px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    color: #011d49;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 20px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    width: 8px;
    height: 8px;
    background-color: #f99115;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 50%;
    opacity: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f99115;
    padding-left: 30px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    opacity: 1;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f99115;
    padding-left: 30px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
    opacity: 1;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -98%;
    top: 20px !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #011d49;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #f99115;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #f99115;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #f99115;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -4px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    left: auto;
    right: -100%;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 92%;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobile-nav {
    display: none;
}


/*
Hero Slider Area Style
======================================================*/

.main-slider-area {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.main-slider-area .slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main-slider-area .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.main-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/slider/slider-1.jpg);
}

.main-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/slider/slider-2.jpg);
}

.main-slider-area .slider-item .slider-text {
    position: relative;
    max-width: 800px;
    z-index: 1;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.main-slider-area .slider-item .slider-text .top-title {
    color: #f99115;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.main-slider-area .slider-item .slider-text h1 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px;
}

.main-slider-area .slider-item .slider-text p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 35px;
}

.main-slider-area .owl-item.active .slider-item::before {
    background-color: rgba(0, 0, 0, 0.65);
}

.main-slider-area .owl-item.active .slider-text.overflow-hidden {
    overflow: hidden;
}

.main-slider-area .owl-item.active .slider-text .top-title {
    -webkit-animation: 2s .2s fadeInDownBig both;
    animation: 2s .2s fadeInDownBig both;
}

.main-slider-area .owl-item.active .slider-text h1 {
    -webkit-animation: 2s .2s fadeInLeft both;
    animation: 2s .2s fadeInLeft both;
}

.main-slider-area .owl-item.active .slider-text p {
    -webkit-animation: 2s .2s fadeInRight both;
    animation: 2s .2s fadeInRight both;
}

.main-slider-area .owl-dots {
    margin-top: 0 !important;
    line-height: 1;
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
}

.main-slider-area .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent !important;
    border: 1px solid #f99115;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.main-slider-area .owl-dots .owl-dot:hover span {
    border-color: #f99115;
}

.main-slider-area .owl-dots .owl-dot:hover span::before {
    background-color: #f99115;
}

.main-slider-area .owl-dots .owl-dot.active span {
    border-color: #f99115;
    position: relative;
}

.main-slider-area .owl-dots .owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f99115;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
}

.main-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

.main-slider-area .owl-prev i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-radius: 0;
    border: 1px solid #ffffff;
}

.main-slider-area .owl-prev i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
}

.main-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

.main-slider-area .owl-next i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-radius: 0;
    border: 1px solid #ffffff;
}

.main-slider-area .owl-next i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
}

.main-slider-area:hover .owl-prev {
    opacity: 1;
}

.main-slider-area:hover .owl-next {
    opacity: 1;
}

.main-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.main-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}


/* Latest News Area Style  */


/*
About Area Style
======================================================*/

.about-area a:hover {
    text-decoration: none;
    color: #ffffff;
}

.about-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.about-content {
    margin-left: 30px;
    margin-bottom: 30px;
}

.about-content .top-title {
    font-size: 14px;
    color: #f99115;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-content h2 {
    font-size: 45px;
    margin-bottom: 30px;
}

.about-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.about-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-content ul li:last-child {
    margin-bottom: 0;
}

.about-content ul li i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 13px;
    background-color: #f99115;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    padding: 4px;
}

.about-content .default-btn {
    margin-top: 45px;
}


/*
What our aims  Area Style
======================================================*/

.what-our-aims-area .col-lg-3:nth-child(2) .single-our-aims-box i {
    background-color: #d8faf8;
    color: #02b3b3;
}

.what-our-aims-area .col-lg-3:nth-child(3) .single-our-aims-box i {
    background-color: #feefd8;
    color: #fa8801;
}

.what-our-aims-area .col-lg-3:nth-child(4) .single-our-aims-box i {
    background-color: #fbe9f8;
    color: #c91af4;
}

.single-our-aims-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
}

.single-our-aims-box i {
    background-color: #fddade;
    color: #df2b4f;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 40px;
    margin-bottom: 15px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-our-aims-box h3 {
    font-size: 25px;
    margin-bottom: 13px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-our-aims-box p {
    margin-bottom: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


/*
Team Area Style
======================================================*/

.team-area.team-area-two {
    background-image: none;
}

.team-area.team-area-two .single-team img {
    border: none;
}

.team-area.team-area-two .single-team .team-content {
   /* margin-left: 30px;
    margin-right: 30px;*/
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

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

.single-team {
    text-align: center;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 30px;
    z-index: 1;
}

.single-team .team-img {
    position: relative;
    z-index: 1;
}

.single-team .team-img img {
    border-radius: 4px;
    border: 0px solid #f99115;
}

.single-team .team-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #f99115;*/
    opacity: 0.8;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-team .team-img .team-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.single-team .team-img .team-link li {
    display: inline-block;
}

.single-team .team-img .team-link li a {
    margin: 0 5px;
    display: inline-block;
}

.single-team .team-img .team-link li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 50%;
}

.single-team .team-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.single-team .team-content h3 {
    font-size: 25px;
}

.single-team .team-content span {
    color: #f99115;
    font-size: 14px;
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-team img {
       -webkit-transform: scale(1);
    transform: scale(1);
    transition: all ease 0.5s;
}

.single-team:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-team .clickHover {
    display: none;
}

.single-team:hover .clickHover {
    display: block;
    position: absolute;
    z-index: 9;
    top: 35%;
    left: 50%;
}

.single-team:hover .team-img::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.team-area a:hover {
    text-decoration: none;
    color: #ffffff;
}


/*
Testimonials Area Style
======================================================*/

.members-message-area {
    position: relative;
}

.members-message-area .container {
    max-width: 970px;
    margin-left: auto;
}

.members-message-area .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.members-message-area .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.members-message-area .owl-theme .owl-next {
    margin: 0;
}

.members-message-area .owl-theme .owl-next i {
    border: 1px solid #f99115;
    color: #f99115;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 17px;
    border-left: none;
    /* border-radius: 0 50px 50px 0;*/
}

.members-message-area .owl-theme .owl-prev {
    margin: 0;
}

.members-message-area .owl-theme .owl-prev i {
    border: 1px solid #f99115;
    color: #f99115;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 17px;
    /* border-radius: 50px 0 0 50px;*/
}

.members-message-content p {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 30px;
}

.members-message-content .members-message-name h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.members-message-content .members-message-name span {
    color: #f99115;
    border-bottom: 1px solid #edefee;
    border-bottom: ridge;
}


/*
Help People Area Style
======================================================*/

.contact-area-img-one {
    background-image: url(../img/contact-us/contact-bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    height: 100%;
}

.contact-area-content {
    background-image: url(../img/contact-us/people-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.people-content {
    max-width: 500px;
    margin-bottom: 40px;
}

.people-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.people-content h3 {
    font-size: 25px;
}

.help-form {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 50px;
    margin-bottom: 30px;
    max-width: 600px;
}

.help-form .nice-select {
    width: 100%;
    border-radius: 0;
    height: 50px;
    background-color: #f9f9f9;
}

.help-form .nice-select .current {
    position: relative;
    top: 4px;
}

.help-form .nice-select:focus {
    border-color: #f99115;
}

.help-form .form-group {
    margin-bottom: 30px;
}

.help-form .form-group .form-control {
    background-color: #f9f9f9;
}

.help-form .default-btn {
    width: 100%;
    margin-top: 30px;
}

.help-form .default-btn span {
    display: block;
}

.contact-area-content-two {
    background-image: url(../img/contact-us/contact-bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 50px;
}

.contact-area-content-two .people-content {
    margin: auto;
}

.contact-area-content-two .people-content h2 {
    margin-bottom: 22px;
}

.contact-area-content-two .people-content .default-btn {
    margin-top: 15px;
}

.contact-area-img-two {
    background-image: url(../img/contact-us/contact-bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    height: 100%;
}

.single-blog-post {
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 30px;
}

.single-blog-post .main-list-post-img a {
    position: relative;
    display: inline-block;
}

.single-blog-post .main-list-post-img a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background: linear-gradient(bottom, #000000, transparent);
}

.single-blog-post .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-blog-post .blog-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: #ffffff;
    padding: 10px;
    display: inline-block;
    margin-bottom: 25px;
}

.single-blog-post .blog-content ul li {
    display: inline-block;
    color: #032254;
    margin-right: 10px;
}

.single-blog-post .blog-content ul li:last-child {
    margin-right: 0;
}

.single-blog-post .blog-content ul li i {
    color: #f99115;
    margin-right: 5px;
}

.single-blog-post .blog-content ul li a {
    color: #032254;
}

.single-blog-post .blog-content ul li a:hover {
    color: #f99115;
}

.single-blog-post .blog-content h3 {
    margin-bottom: 20px;
    font-size: 25px;
}

.single-blog-post .blog-content h3 a {
    color: #ffffff;
}

.single-blog-post .blog-content h3 a:hover {
    color: #f99115;
}

.single-blog-post .blog-content p {
    color: #ffffff;
    margin-bottom: 20px;
}

.single-blog-post .date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    background-color: #f99115;
    color: #ffffff;
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    font-weight: 600;
}

.single-blog-post:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.main-list-post-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.single-main-list-post {
    margin-bottom: 30px;
}

.single-main-list-post .main-list-post-content {
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-main-list-post .main-list-post-content span {
    font-size: 14px;
    color: #f99115;
    margin-bottom: 7px;
    display: block;
}

.single-main-list-post .main-list-post-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}


/*
Footer Area Style
======================================================*/

.footer-widget {
    margin-top: -8px;
    margin-bottom: 30px;
}

.footer-widget h3 {
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #59430e;
    color: #011d49;
    font-size: 22px;
}

.footer-widget .link {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-widget .link li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
}

.footer-widget .link li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #f99115;
    border-radius: 100%;
}

.footer-widget .link li a {
    color: #011d49;
}

.footer-widget .link li a:hover {
    color: #f99115;
}

.footer-widget .link li:last-child {
    margin-bottom: 0;
}

.footer-widget .follow-us .social-wrap {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1;
}

.footer-widget .follow-us .social-wrap li {
    display: inline-block;
    padding-right: 10px;
}

.footer-widget .follow-us .social-wrap li a i {
    font-size: 18px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f99115;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


/*
Copyright Area Style
======================================================*/

.copyright-area {
    background-color: #111111;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #292929;
}

.copyright-area .copyright-content p {
    color: #ffffff;
}

.copyright-area .copyright-content p a {
    color: #f99115;
}


/*
Events Area Style
======================================================*/

.events-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.single-events-box {
    margin-bottom: 30px;
}

.single-events-content {
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-events-content span {
    font-size: 14px;
    color: #f99115;
    margin-bottom: 7px;
    display: block;
}

.single-events-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.events-area a:hover {
    text-decoration: none;
    color: #ffffff;
}


/*
news-area Style
======================================================*/

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

.news-area .section-title {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}

.news-area .section-title p {
    margin-right: auto;
    margin-left: 0;
}

.news-area .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    top: -140px;
    right: 60px;
}

.news-area .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.news-area .owl-theme .owl-next {
    margin: 0;
}

.news-area .owl-theme .owl-next i {
    border: 1px solid #f99115;
    color: #f99115;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 17px;
    border-left: none;
    /* border-radius: 0 50px 50px 0; */
}

.news-area .owl-theme .owl-prev {
    margin: 0;
}

.news-area .owl-theme .owl-prev i {
    border: 1px solid #f99115;
    color: #f99115;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 17px;
    /* border-radius: 50px 0 0 50px; */
}

.single-news-box {
    position: relative;
    margin-bottom: 30px;
}

.single-news-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(0 0 0)));
    background-image: linear-gradient(transparent, rgb(0 0 0));
}

.single-news-box .single-news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
}

.single-news-box .single-news-content h3 {
    font-size: 22px;
    margin-bottom: 18px;
}

.single-news-box .single-news-content h3 a {
    color: #ffffff;
}

.single-news-box .single-news-content h3:hover {
    color: #f99115;
}

.single-news-box .single-news-content p {
    color: #ffffff;
}

.single-news-box .single-news-content .read-more {
    color: #248303;
}

.single-news-box .date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    background-color: #00000091;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-weight: 600;
}


/* 
Page Title Area Style
=====================================================*/

.page-title-area {
    position: relative;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    z-index: 1;
    background-color: #011d70;
}

.page-title-area .page-title-content {
    position: relative;
    margin-top: -10px;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 50px;
    color: white;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 500;
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: #ffffff;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li a {
    color: #011d49;
}

.page-title-area .page-title-content ul li a:hover {
    color: #ffffff;
}

.page-title-area .page-title-content ul .active {
    color: #ffffff;
}

.contact-area #contactForm {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 50px;
}

.contact-area #contactForm .form-group {
    margin-bottom: 30px;
}

.contact-area #contactForm #msgSubmit {
    margin-bottom: 0;
    text-align: center;
    margin-top: 30px;
}

.contact-area #contactForm .hidden {
    display: none;
}

.contact-area #contactForm .list-unstyled {
    margin-top: 10px;
    color: #dc3545;
}


/* 
Contact Area Style
=====================================================*/

.contacts-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.contacts-form h2 {
    font-size: 40px;
}

.contacts-form #contactForm {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.contacts-form .contact-title {
    margin-bottom: 30px;
}

.contacts-form .form-group {
    margin-bottom: 30px;
}

.list-unstyled {
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
}

#msgSubmit {
    margin-top: 20px;
}

.text-success {
    color: #28a745;
}

.hidden {
    display: none;
}


/* 
Contact Info Area Style
=====================================================*/

.contact-info {
    background-color: #252628;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 74px 50px;
}

.contact-info li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.contact-info li a {
    color: #ffffff;
    display: block;
}

.contact-info li a:hover {
    color: #f99115;
}

.contact-info li h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 4px;
    background-color: #f99115;
    color: #ffffff;
    text-align: center;
}

.contact-info li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}


/*
Event Details Area Style
======================================================*/

.event-details-content .event-details-img {
    margin-bottom: 30px;
}

.event-details-content .single-content {
    margin-bottom: 30px;
}

.event-details-content .single-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.event-details-content .single-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.event-details-content .single-content ul li {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 20px;
}

.event-details-content .single-content ul li:last-child {
    margin-bottom: 0;
}

.event-details-content .single-content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #f99115;
}


/*====================================================
OTHERS STYLE AREA
======================================================*/


/*
Preloader Area Style*/

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #f99115;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #ffffff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.preloader::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #f99115;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #f99115;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    left: auto;
    right: 0;
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

.preloader.preloader-deactivate::after {
    width: 0;
}

.preloader.preloader-deactivate::before {
    width: 0;
}

.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}


/*
Go Top Style*/

.go-top {
    position: fixed;
    cursor: pointer;
    top: 82%;
    right: -10%;
    background-color: #f99115;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 1;
    visibility: visible;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f99115;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: #f99115;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 82%;
}


/*
        /*
Nice select Area Style*/

.nice-select .list {
    width: 100%;
    border-radius: 0;
    height: 200px;
    overflow-y: scroll;
}

.nice-select .option:hover {
    background-color: #f99115;
    color: #ffffff;
}

.nice-select .option.selected.focus {
    color: #f99115;
}

.nice-select .current {
    font-size: 16px;
}


/*
Overly Area Style*/

.overly-outside {
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.overly-outside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 2px solid #f99115;
    border-left: 2px solid #f99115;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

.overly-outside::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 2px solid #f99115;
    border-right: 2px solid #f99115;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

.overly-outside .overly-inside::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 2px solid #f99115;
    border-left: 2px solid #f99115;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

.overly-outside .overly-inside::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 2px solid #f99115;
    border-right: 2px solid #f99115;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}

.overly-outside:hover {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
}

.overly-outside:hover::before {
    width: 25%;
    height: 25%;
    top: 0;
    bottom: auto;
    opacity: 1;
}

.overly-outside:hover::after {
    width: 25%;
    height: 25%;
    top: 0;
    bottom: auto;
    opacity: 1;
}

.overly-outside:hover .overly-inside::before {
    width: 25%;
    height: 25%;
    top: auto;
    bottom: 0;
    opacity: 1;
}

.overly-outside:hover .overly-inside::after {
    width: 25%;
    height: 25%;
    top: auto;
    bottom: 0;
    opacity: 1;
}


/* Gallery Area  */

.gallery-area .col-lg-3,
.gallery-area .col-md-4,
.gallery-area .col-sm-6,
.gallery-area .col-xs-6 {
    padding: 0;
}