@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Exo 2", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Exo 2", sans-serif !important;
    margin-top: 0;
}

a {
    color: #2d2e2e;
    transition: all 0.3s ease-in;
}

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

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

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

.bg-dark-1 {
    background: #2faaaf;
}

.bg-white {
    background-color: #ffffff;
    color: #3d4051;
}

i {
    transition: all 0.4s ease-in-out 0s;
}

.transition3s {
    transition: all 0.3s ease-in-out 0s;
}

ul,
li {
    list-style: outside none none;
}

.width-55 {
    width: 55%;
}

.padding-four-all {
    padding: 4%;
}

.bg-light-grey {
    background-color: rgba(0, 0, 0, 0.5);
}

.absolute-middle-center {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.space-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.m-bot-40 {
    margin-bottom: 40px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-20 {
    margin-top: 20px;
}

.border-none {
    border: none !important;
}

.pad-bottom-0 {
    padding-bottom: 0 !important;
}

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

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

#scrollUp {
    background: #d06426;
    border-radius: 50%;
    bottom: 40px;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 0px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 40px;
    z-index: 1000;
    border-bottom: 3px solid #2fa9ae;
    left: 0;
    margin: auto;
}

#scrollUp:hover {
    background: #000;
    border-bottom: 3px solid #999;
    color: #fff;
}

#scrollUp i {
    display: block;
    padding-top: 5px;
}

.no-padding {
    padding: 0;
}

.hr-line {
    background: #005ca5;
    height: 3px;
    width: 50px;
    margin: auto;
}

/** Title **/
div.title {
    display: inline-block;
    margin: 0 0 25px;
    text-align: center;
    width: 100%;
    position: relative;
}

.title h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 3px;
    text-transform: uppercase;
    /*color: #242c42;*/
}

.title h2 span {
    /*color: #005CA5;*/
}

.section-title p {
    font-size: 16px;
    margin-bottom: 5px;
}

.separator {
    background: #3f3f3f none repeat scroll 0 0;
    bottom: 0;
    clear: both;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 33%;
}

.title:hover .separator::before {
    width: 75%;
}

.title .separator i {
    background: #2a2a2a;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    top: -20px;
    width: 40px;
}

.title .separator::before {
    background: #2faaaf none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100px;
}

.title .separator i:after {
    border: none;
}

.my.separator {
    width: 23%;
}

.text-center .separator::before,
.text-center .separator i,
.text-center .separator span {
    left: 50%;
    transform: translateX(-50%);
}

.my.separator::before {
    width: 0;
}

/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transform: rotateX(150deg);
    transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.7);
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .content a {
}

/* Button Effects */
.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 0;
    padding: 0px;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    /* background: #005CA5; */
    border: none;
}

.btn-link:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

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

/*
================================================
4. Header Top Area
================================================
*/
.header-top-area {
    padding: 12px 0;
}

.header-sticky.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #2faaaf;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.sticky .main-menu-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
}

.header-msg span {
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.header-msg span span {
    color: #fff;
}

.header-links {
    text-align: right;
}

.header-links a {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    padding: 1px;
    height: 26px;
    line-height: 26px;
    margin: 0 3px;
    text-align: center;
    width: 26px;
}

.header-links > a:hover {
    background: #2a2a2a;
}

/* navbar css start */
.navbar {
    background-color: #fff !important;
    padding: 0px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 0px !important;
    position: sticky;
    top: 0;
    z-index: 9;
    left: 0px;
    right: 0px;
}

.years_of_experience_div {
    position: absolute;
    top: 10px;
    right: 10px;
}

.years_of_experience_div > img {
    width: 70px;
    animation: moveUpDown 3s ease-in-out infinite;
}

@keyframes moveUpDown {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.navbar-brand > img {
    width: 230px;
}

.navbar .navbar-nav > li > a {
    font-weight: 600;
    font-size: 14px;
    color: var(--black-color);
    padding: 21px 15px !important;
    transition: 0.2s ease-in-out;
    text-transform: capitalize;
}

.navbar .navbar-nav > li > a:hover {
    color: var(--third-color);
    transition: 0.2s ease-in-out;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu {
    border-radius: 0px !important;
    outline: none !important;
    border: none !important;
    transition: 0.4s ease-in-out;
    padding: 0px 0px 0px 0px !important;
    background-color: #005ca5 !important;
}

.navbar .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    transition: 0.4s ease-in-out;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li {
    border-bottom: 1px dashed #fff;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a {
    padding: 10px 15px !important;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li > a:hover {
    background-color: #002147 !important;
    color: #fff !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover > ul.dropdown-menu {
    display: block !important;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
}

.dropdown-submenu > a::after {
    content: "\00BB";
    float: right;
    margin-top: 1px;
}

.dropdown-submenu > .dropdown-menu {
    background: #002147 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

.dropdown-submenu > .dropdown-menu > li > a {
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
    background: #002147 !important;
    border-radius: 0px !important;
    letter-spacing: 0.3px;
    border-bottom: 1px dashed #fff;
    padding: 10px 15px !important;
}

.dropdown-submenu > .dropdown-menu > li > a:hover {
    background-color: #005ca5 !important;
}

/* navbar css end */

/* mobile menu css start */
.mobile_view_header_div_main {
    padding: 4px 0px;
    display: none;
}

.mobile_view_flex_main_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas_btn {
    display: none;
}

.offcanvas_btn > span {
    color: #002147;
    font-size: 25px;
}

.mobile-navbar-brand > img {
    width: 150px;
}

.phone_view_icons_div > a {
    border-radius: 100%;
    text-align: center;
}

.phone_view_icons_div > a > img {
    width: 37px;
}

.sidebar_section > .offcanvas {
    z-index: 99999;
    padding: 0px !important;
}

.sidebar_section > .offcanvas > .offcanvas-body {
    padding: 0px !important;
    background-color: #fff !important;
}

.sidebar_section > .offcanvas > .offcanvas-header {
    background-color: #f1eded;
    padding: 7px 10px !important;
}

.sidebar_section > .offcanvas > .offcanvas-header > .offcanvas-title > a > img {
    width: 180px !important;
}

.sidebar_section > .offcanvas > .offcanvas-header > button {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 100px !important;
    color: #fff !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #005ca5 !important;
}

.sidebar_ul_main_div > ul {
    list-style: none !important;
    padding: 0px 10px !important;
}

.sidebar_ul_main_div > ul > li {
    border-bottom: 1px dashed #737373;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    padding: 9px 3px 9px 3px !important;
}

.sidebar_ul_main_div > ul > li > a {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    /* display: block; */
    padding: 9px 0px !important;
    text-transform: capitalize;
}

.sidebar_ul_main_div > ul > li > a:hover {
    color: var(--third-color);
}

.sidebar_ul_main_div > ul > li > span {
    /* margin: 9px 3px 9px 0px !important; */
    float: right;
    background-color: #002147;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    width: 20px;
    text-align: center;
}

.drop_down_submneu_list > ul {
    list-style: none !important;
    padding: 0px 10px !important;
}

.drop_down_submneu_list > ul > li {
    border-bottom: 1px dashed #737373;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    padding: 7px 0px 7px 0px !important;
}

.drop_down_submneu_list > ul > li > span {
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.drop_down_submneu_list > ul > li > .fa-plus {
    font-size: 13px !important;
}

.drop_down_submneu_list > ul > li > a {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    padding: 9px 0px !important;
    text-transform: capitalize;
}

.drop_down_submneu_list > ul > li > a:hover {
    color: var(--third-color);
}

.drop_down_submneu_list > ul > li > span {
    text-align: right;
    background-color: #002147;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    width: 20px;
    text-align: center;
}

.sidebar_contactus_information_div_main {
    padding: 0px 10px;
    margin-top: 14px;
}

.sidebar_contactus_information_div_main > h4 {
    color: #002147;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
}

.readmore_btn_div {
    background-color: #033670;
    padding: 8px 25px 9px 25px;
    border-radius: 100px;
    color: #fff !important;
    font-weight: 500;
}

.flip-cards {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #b8b8b8;
}

.sidebar_media_main_div {
    margin-bottom: 20px;
}

.sidebar_media_main_div > .d-flex > .flex-shrink-0 > i {
    background-color: #002147;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
}

.sidebar_contactus_content_div > a {
    display: block;
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    line-height: 27px;
}

.sidebar_contactus_content_div > a:hover {
    color: var(--third-color);
}

.sidebar_contactus_content_div > p {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    margin-bottom: 0px !important;
}

.social_icon_div {
    margin-bottom: 20px !important;
}

.social_icon_div > p {
    margin-bottom: 7px !important;
    color: var(--third-color);
    font-size: 15px;
    text-transform: capitalize;
}

.social_icon_div > a {
    background-color: #005ca5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 1px;
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
}

.side_bar_main_div_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar_brochure_div {
    margin-top: 10px;
}

.sidebar_brochure_div > a {
    background-color: #002147;
    padding: 6px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;

    animation: zigzag2 2s ease-in-out infinite;
}

@keyframes zigzag2 {
    0% {
        transform: translateX(0);
    }

    2% {
        transform: translateX(-5px);
    }

    4% {
        transform: translateX(5px);
    }

    6% {
        transform: translateX(-5px);
    }

    8% {
        transform: translateX(5px);
    }

    10% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

/* mobile menu css end */

/*
================================================
5. Logo Area
================================================
*/
.logo {
    padding: 20px 0 0;
}

.information-right {
    overflow: hidden;
    padding: 20px 0 20px;
}

.single-information {
    float: left;
    padding-left: 28px;
    width: 50%;
}

.single-information i {
    border: 2px solid #2faaaf;
    border-radius: 50%;
    color: #2faaaf;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 35px;
}

.single-information:hover i {
    background: #2faaaf;
    color: #ffffff;
}

.information-text {
    overflow: hidden;
    padding-left: 16px;
}

.single-information h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single-information h5 {
    color: #737373;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

/*
================================================
6. Main Menu Area
================================================
*/
.main-menu-area {
    display: block;
    position: relative;
    z-index: 2;
}

.header-sticky.sticky .main-menu-area nav {
    width: 100%;
}

.main-menu-area nav {
    display: inline-block;
    width: 77%;
}

.mean-container .mean-nav {
    position: absolute;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #313131;
    color: #313131;
    margin: 10px 10px 0 0;
    padding: 5px 7px;
    position: absolute;
}

.main-menu-area ul li {
    display: inline-block;
    position: relative;
}

.main-menu-area ul li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    line-height: 30px;
    padding: 15px 18px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.home-2 .main-menu-area ul li > a {
    color: #333;
}

.main-menu-area ul li a:hover {
    color: #2a2a2a;
    font-weight: bold;
}

.main-menu-area ul li:last-child a {
    padding-right: 0px;
}

/*.main-menu-area ul li.active > a {
	color: #fff;
	font-weight: bold;
}*/
.main-menu-area ul li a i {
    font-size: 14px;
    padding: 0 0 0 7px;
}

/*--- mega-menu css ---*/

.main-menu-area .dropdown_menu {
    width: 300px !important;
    height: 370px;
    overflow: auto;
}

/*scroll bar*/

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #f5f5f5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
    background-color: #2faaaf;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
}

/**/

.main-menu-area ul li ul.mega-menu,
.main-menu-area ul li ul.dropdown_menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    position: absolute;
    width: 800px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}

/*.main-menu-area ul li ul.dropdown_menu.sub {
	position: absolute;
	left: 280px;
	top: 	-20px;
	display: 	none;
}
*/

.main-menu-area ul li ul.mega-menu > li {
    float: left;
    width: 25%;
}

.main-menu-area ul li ul.mega-menu > li h2 {
    font-size: 24px;
    color: #242c42;
}

.main-menu-area ul li ul.mega-menu li a::before {
    top: 21px;
}

.main-menu-area ul li ul.mega-menu li a,
.main-menu-area ul li ul.dropdown_menu li a {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    padding: 10px 0;
    height: auto;
}

.main-menu-area ul li ul.mega-menu li a:hover {
    color: #86bc42;
}

.main-menu-area ul li ul.mega-menu > li ul li,
.main-menu-area ul li ul.dropdown_menu li {
    display: block;
    padding: 0 4px;
}

.main-menu-area ul li ul.mega-menu > li ul li a {
    color: #2c2c2c;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 28px;
    text-transform: capitalize;
}

.main-menu-area ul li ul.mega-menu > li ul li a:hover {
    color: #86bc42;
}

.main-menu-area ul li ul.mega-menu.mega-menu-2 {
    width: 600px;
}

.main-menu-area ul li ul.mega-menu.mega-menu-2 > li {
    float: left;
    width: 33.333%;
}

.main-menu-area ul li:hover ul.mega-menu,
.main-menu-area ul li:hover ul.dropdown_menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.main-menu-area ul li ul.dropdown_menu {
    width: 200px;
    padding: 15px;
}

.main-menu-area ul li ul.dropdown_menu li a {
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 30px;
    padding: 2px 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

.main-menu-area ul li ul li a::before {
    background-color: #2faaaf;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 24px;
    transition: all 500ms ease 0s;
    width: 10px;
}

.main-menu-area ul li ul li a:hover::before {
    opacity: 1;
}

.main-menu-area ul li ul li a:hover {
    color: #2faaaf;
    padding-left: 20px;
}

/*** Search ***/
.header-sticky.sticky .search-form {
    display: none;
}

.mainmenu-area .search-form {
    float: right;
    position: relative;
    padding: 20px 10px 0 0;
}

.mainmenu-area .search-form form {
    position: relative;
}

.mainmenu-area .search-form .form-group input[type="email"] {
    background: #2d3752;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 30px;
    padding: 10px 18px;
    position: relative;
    transition: all 300ms ease 0s;
    width: 200px;
    border: none;
    box-shadow: none;
}

.mainmenu-area .search-form .form-group .subscribe-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: 14px;
    top: 0;
    border: none;
}

/*
================================================
7. Our Services Wrapper
================================================
*/
.services-wrapper {
    float: left;
    width: 100%;
    padding: 89px 0 90px;
}

.services-wrapper .separator i {
    background: #ffffff none repeat scroll 0 0;
}

.services-wrapper .title {
    margin: 0;
}

/** Single Service Section **/
.single-service {
    margin: 30px 0 0;
    width: 100%;
    display: block;
    border: #ccc solid 2px;
    transition: 0.3s ease-in-out;
    border: 5px solid #005ca5;
    padding: 5px;
}

.single-service:hover {
    transform: scale(1.02, 1.02);
}

.single-service img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.single-service .caption {
    padding: 20px;
    margin: 0 !important;
    text-align: center;
}

.single-service .caption a {
    display: block;
    font-weight: bold;
    margin-top: 8px;
    color: #2a2a2a;
    cursor: pointer;
}

.single-service .caption a:hover {
    padding-left: 3px;
    color: #005ca5;
}

.single-service .caption i {
    color: #2a2a2a;
    margin-left: 5px;
}

.single-service .caption a:hover i {
    color: #005ca5;
}

.single-service:hover span.icofont {
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.2);
}

.single-service h4 {
    font-weight: 600;
    color: #005ca5;
    text-transform: uppercase;
    font-size: 14px;
}

.single-service p {
    font-size: 14px;
    text-align: justify;
    color: grey;
    margin: 0;
    text-align: center;
}

.single-service span {
    display: inline-block;
}

.single-service .icofont {
    font-size: 60px;
    height: 120px;
    line-height: 120px;
    width: 120px;
    color: #86bc42;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    border-bottom: 2px solid #86bc42;
}

.single-service .caption {
    margin-top: 25px;
}

/*
================================================
8. Satisfied Wrapper
================================================
*/
.satisfied-wrapper:before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #000;
}

.satisfied-wrapper {
    float: left;
    background: url(../imgs/12.jpg);
    text-align: center;
    width: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 9;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.satisfied-wrapper .counter {
    width: 100%;
    padding: 20px 0 60px;
}

.satisfied-wrapper .counter .icon {
    text-align: center;
}

.satisfied-wrapper .counter .icon span {
    font-size: 34px;
}

.satisfied-wrapper .counter .lnr {
    font-size: 35px;
    display: inline-block;
}

.satisfied-wrapper .counter .number {
    font-size: 50px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

.satisfied-wrapper .counter p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.satisfied-wrapper .counter-classic-decor {
    background: #2faaaf;
    bottom: 0;
    font-size: 0;
    height: 5px;
    left: 50%;
    line-height: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
    width: 53px;
}

@media (min-width: 992px) {
    .satisfied-wrapper .counter:hover::before {
        opacity: 0;
        visibility: hidden;
        transform: scaleX(0);
    }

    .satisfied-wrapper .counter:hover::after {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .satisfied-wrapper .counter:hover .counter-classic-decor {
        bottom: 52px;
        transform: translateX(-50%) rotate(180deg);
    }
}

@media (max-width: 992px) {
    .offcanvas_btn {
        display: block !important;
    }

    .years_of_experience_div {
        display: none !important;
    }
}

/*
================================================
9. Our Team Wrapper
================================================
*/
.our-team-wrapper {
    float: left;
    width: 100%;
    padding: 89px 0 90px;
}

.box-team .group-sm {
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

.box-team * + .group-sm {
    margin-top: 15px;
}

.btn-new.our-team {
    margin-left: 15px;
}

.btn-new-one {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.75;
    padding: 18px 15px 17px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s, padding 0.3s ease 0s;
    white-space: nowrap;
}

.our-team-btn {
    display: inline-block;
    margin-left: 15px;
}

.our-team-wrapper .owl-nav i {
    font-size: 20px;
    color: #86bc42;
}

.our-team-wrapper .owl-nav > div {
    background: none;
    color: #86bc42;
    padding: 0;
    position: static;
    text-align: center;
    transform: none;
    top: -30px;
    position: absolute;
}

.our-team-wrapper .owl-nav .owl-prev {
    right: 50px;
}

.our-team-wrapper .owl-nav .owl-next {
    right: 0px;
}

.team-modern {
    position: relative;
    text-align: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
}

.team-modern-figure {
    position: relative;
    display: block;
}

.team-modern-figure img {
    width: 100%;
    transition: all 0.3s ease;
    will-change: transform;
}

.team-modern-caption {
    padding: 26px 0 30px;
    overflow: hidden;
    background: #f5f5f5;
}

.team-modern-name {
    font-weight: 900;
    text-transform: none;
}

.team-modern-name a {
    color: #002147;
    text-transform: uppercase;
}

.list-inline > li {
    display: inline-block;
}

.team-modern-social-list {
    text-align: center;
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -3px;
    margin-right: -3px;
}

.team-modern-social-list > * {
    margin-top: 8px;
    padding-left: 3px;
    padding-right: 3px;
}

.team-modern-social-list .icofont {
    width: 31px;
    height: 31px;
    font-size: 15px;
    line-height: 31px;
    background: #86bc42;
    color: #fff;
    box-shadow: none;
    opacity: 1;
    display: inline-block;
    border: none;
}

.team-modern-social-list .icofont:hover {
    background: #002147;
}

.team-modern-social-list .icofont-google-plus {
    font-size: 18px;
}

.team-modern-social-list a,
.team-modern-social-list a:focus,
.team-modern-social-list a:active {
    color: #151515;
}

.team-modern-social-list a:hover {
    color: #ffffff;
}

* + .team-modern-status {
    margin-top: 2px;
}

* + .team-modern-social-list {
    margin-top: 12px;
}

@media (min-width: 992px) {
    .team-modern::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #ffffff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
        opacity: 0;
        visibility: hidden;
        transition: inherit;
        z-index: -1;
    }

    .team-modern-social-list {
        transform: translate3d(0, -8px, 0);
        margin-bottom: -8px;
        margin-left: -3px;
        margin-right: -3px;
    }

    .team-modern-social-list > * {
        margin-top: 8px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .team-modern-social-list li {
        transition: all 0.2s ease;
    }

    .team-modern:hover {
        transform: translate3d(0, -20px, 0);
    }

    .team-modern:hover::before {
        top: -12px;
        right: -12px;
        bottom: -24px;
        left: -12px;
        opacity: 1;
        visibility: visible;
    }

    .team-modern:hover .team-modern-social-list li {
        transform: none;
    }
}

@media (min-width: 992px) {
    .mac-os .team-modern::before {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
    }
}

/*
================================================
10. Our Testimonials Wrapper
================================================
*/
.our-testimonials-wrapper:after {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.inner-page-wrapper.our-testimonials-wrapper {
    padding: 90px 0 103px;
}

.our-testimonials-wrapper {
    background: url("../imgs/11.jpg") no-repeat center center / cover;
    padding: 120px 0 120px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
}

/*------------ Start testimonial section ------------*/
.testimoni p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: right;
}

.testimoni p.name {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    border-right: 6px solid #2faaaf;
    padding-right: 15px;
    letter-spacing: 2px;
    line-height: 23px;
}

.testimonial .owl-dots {
    top: 100%;
    position: absolute;
    right: -6px;
    bottom: 0;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 21px;
    height: 8px;
    margin: 5px;
    background: #ffffff;
    border-radius: 15px;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
    background: #86bc42;
}

.testimonial-brand-img {
    position: relative;
    overflow: hidden;
    right: 0;
    top: 0;
    text-align: right;
}

.testimonial-brand-img img {
    width: 350px;
}

.testimoni-img {
    border: 1px solid #2faaaf;
    padding: 10px;
}

.our-testimonials-wrapper .owl-dots {
    bottom: 0;
    position: absolute;
    right: -6px;
    top: 100%;
}

.our-testimonials-wrapper .owl-dots .owl-dot {
    display: inline-block;
}

.our-testimonials-wrapper .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 15px;
    height: 8px;
    margin: 5px;
    width: 21px;
    display: inline-block;
}

.our-testimonials-wrapper .owl-dots .owl-dot.active span {
    background: #2faaaf;
}

/*
================================================
11. Our FAQ Wrapper
================================================
*/
.our-faq-wrapper {
    position: relative;
    width: 100%;
    padding: 40px 0 30px;
    /*background:#f5f5f5;*/
}

.our-faq-wrapper .title .separator i {
    /*background:#f5f5f5;	*/
}

.inner-page-wrapper.our-faq-wrapper {
    padding: 90px 0 60px;
    background: #fff;
}

.accordion .card {
    border: none;
    margin-bottom: 10px;
}

.our-faq-wrapper .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    background: #005ca5 !important;
    color: #fff;
    border-radius: 0;
    padding: 7px 15px 12px;
    font-size: 16px;
    overflow: hidden;
    border: none;
    font-weight: 600;
}

.our-faq-wrapper .btn-link:hover,
.our-faq-wrapper .btn-link:focus {
    text-decoration: none;
}

.our-faq-wrapper .btn-link:after {
    position: absolute;
    content: "\f068";
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: fontawesome;
}

.our-faq-wrapper .btn-link.collapsed:after {
    content: "\f067";
}

.our-faq-wrapper .btn-link:before {
    position: absolute;
    content: "";
    /*background: #2FAAAF;*/
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    height: 100%;
    width: 50%;
    left: 90%;
    top: 0;
}

/*
================================================
12. Our Gallery Wrapper
================================================
*/
.our-gallery-wrapper {
    float: left;
    width: 100%;
    padding: 89px 0 100px;
}

.glry-img {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.glry-layer,
.glry-img img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.glry-img:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}

.glry-img:hover .glry-layer a {
    -webkit-animation: galryview 1s linear infinite;
    animation: galryview 1s linear infinite;
}

@-webkit-keyframes galryview {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes galryview {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.glry-img:hover .glry-layer {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.glry-img:hover .glry-layer:after {
    width: 100%;
}

.glry-layer,
.glry-layer a,
.glry-layer:after,
.glry-layer a:after,
.glry-layer a:before {
    position: absolute;
}

.glry-layer {
    height: 80%;
    width: 80%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.glry-layer,
.glry-layer a,
.glry-layer a:after,
.glry-layer a:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.glry-layer a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

.glry-layer a:after,
.glry-layer a:before {
    content: "";
    background: #212121;
}

.glry-layer a:after {
    height: 20px;
    width: 2px;
}

.glry-layer a:before {
    height: 2px;
    width: 20px;
}

.mfp-bottom-bar {
    display: none;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

/** Masonry Gallery **/
.full-gallery .glry-img {
    width: 33.3333%;
}

/*
================================================
13. Our Pricing Wrapper
================================================
*/
.our-pricing-wrapper {
    float: left;
    width: 100%;
    padding: 90px 0 114px;
}

.our-pricing-wrapper .title {
    margin: 0;
}

/** Pricing Plan **/
.wrap_pricing_plans {
    padding-left: 40px;
    padding-top: 70px;
    padding-right: 40px;
    flex-wrap: wrap;
}

.wrap_pricing_plans li {
    flex: 1;
}

.pricing_content {
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.06);
    position: relative;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.wrap_pricing_plans li:nth-child(2) {
    z-index: 2;
}

.pricing_content.most_requested,
.pricing_content:hover {
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.1);
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    cursor: pointer;
}

.wrap_pricing_plans li:last-child {
    margin-right: 0;
}

.head_plan {
    padding: 20px;
    padding-bottom: 0;
    background: #eceded;
    position: relative;
    z-index: 1;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.head_plan::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -31%;
    left: -10%;
    right: -10%;
    background: #eceded;
    border-radius: 50%;
    z-index: -1;
}

.head_plan span {
    display: block;
    text-align: center;
}

.plan_icon {
    font-size: 48px;
    line-height: 1;
}

.plan_price {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5;
}

.content_plan {
    padding: 78px 20px 20px;
}

.tp_medium_title.plan_title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan_duration {
    text-transform: capitalize;
    font-size: 16px;
    font-style: italic;
    line-height: 0.5;
}

.plan_features {
    text-align: center;
    padding: 0 0 20px 0;
}

.plan_features li {
    padding-bottom: 5px;
}

.plan_features li:last-child {
    padding-bottom: 0;
}

.plan_select {
    padding: 10px 0 15px;
    text-align: center;
}

.plan_select a {
    display: inline-block;
    padding: 12px 28px;
    text-transform: uppercase;
    line-height: 1.4;
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.06);
    font-size: 13px;
    border-radius: 50px;
    font-weight: 500;
}

.plan_select a:hover,
.pricing_content:hover .plan_select a {
    background: #86bc42;
    transform: scale(0.95);
    color: #fff;
}

.pricing_content.most_requested .head_plan,
.pricing_content.most_requested .head_plan::after {
    background: #86bc42;
    color: #fff;
}

.tagpoint_row_section.our_pricing {
    padding-bottom: 130px;
}

/*
================================================
14. Our Partners Wrapper
================================================
*/
.our-partners-wrapper:after {
    background: rgba(36, 44, 66, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.our-partners-wrapper {
    float: left;
    width: 100%;
    padding: 90px 0 83px;
    background: url("../images/testimonials-bg.jpg") no-repeat center center /
        cover;
    position: relative;
    z-index: 9;
}

.our-partners-wrapper .owl-carousel .owl-item {
    float: none;
    text-align: center;
    display: inline-block;
}

.our-partners-wrapper .owl-carousel .owl-item .item {
    text-align: center;
    display: inline-block;
}

.our-partners-wrapper .owl-carousel .owl-item img {
    width: auto;
}

/*
================================================
15. Our Blog Wrapper
================================================
*/
.our-blog-wrapper {
    float: left;
    width: 100%;
    padding: 30px 0 30px;
    /*	background-image: url(../images/2.png);
	background-position: 	center;
	background-size: cover;*/
    background: #e8eff5;
    /*background: 	rgba(	0, 92, 165, .8);*/
    /*background:  #f7f7f7;*/
    /*background-image: linear-gradient( to right,#056993,  );*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,92,165,1) 50%, rgba(0,212,255,1) 100%);*/
}

.inner-page-wrapper.our-blog-wrapper {
    padding: 50px 0 90px;
}

.our-blog-wrapper .title {
    margin: 0;
}

/** Single Blog Section **/
.single-blog {
    background: rgba(256, 256, 256, 0.9) none repeat scroll 0 0;
    /*border: 3px solid  #ccc;;*/
    box-shadow: 30px 10px 30px rgba(0, 0, 0, 0.09);
    /*padding: 25px 20px !important;*/
    transition: all 0.3s linear 0s;
    border-radius: 10px;
    margin: 40px 0 0;
    background: rgba(256, 256, 256, 1);
    /*background: 	#fff;*/
    font-size: 14px;
    padding-bottom: 20px;
}

.single-blog p {
    font-size: 15px;
    color: #696969;
    padding: 0px 13px;
    font-weight: 500;
}

.single-blog .small {
    background-color: #005ca5;
    padding: 6px 24px 6px 24px !important;
    border-radius: 100px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.single-blog-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*border: 3px solid #ccc;*/
    background: #000000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 8px !important;
}

.single-blog-img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-blog-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.single-blog-img div {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    opacity: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: #ffffff;
}

.single-blog-img div:before,
.single-blog-img div:after {
    content: "";
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-blog-img i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.single-blog-img a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.single-blog-img.green {
    /*background-color: #2FAAAF;*/
}

.single-blog-img.green i {
    color: #005ca5;
    font-weight: bold;
}

.single-blog:hover .single-blog-img img,
.single-blog-img.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.single-blog:hover .single-blog-img div,
.single-blog-img.hover div {
    opacity: 1;
}

.single-blog:hover .single-blog-img div:after,
.single-blog:hover .single-blog-img.hover div:after,
.single-blog:hover .single-blog-img div:before,
.single-blog:hover .single-blog:hover .single-blog-img div:before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-blog:hover .single-blog-img div:before,
.single-blog-img.hover div:before {
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
}

.single-blog:hover .single-blog-img div:after,
.single-blog-img.hover div:after {
    -webkit-transform: scale(1.88);
    transform: scale(1.88);
}

.single-blog h4 {
    font-size: 19px;
    line-height: 27px;
    color: #002147;
    margin-bottom: 3px !important;
}

.single-blog h4 a {
    color: #005ca5;
    font-weight: 700;
    text-transform: capitalize;
}

.single-blog .blogDate {
    display: block;
    list-style: outside none none;
    margin: 0 0 10px;
}

.single-blog .blogDate li {
    display: inline-block;
    margin-bottom: 2px;
    padding-right: 8px;
}

.single-blog .blogDate li i {
    color: #86bc42;
}

.single-blog .blogDate li span {
    margin-left: 5px;
}

.single-blog:hover {
    -webkit-box-shadow: 0 4px 61px rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 61px rgba(0, 0, 0, 0.09);
}

.single-blog .btn:hover:before,
.single-blog .btn:focus:before,
.single-blog .btn:active:before {
    border-radius: 8px;
}

.single-blog .btn:before {
    border-radius: 8px;
}

.single-blog .btn {
    padding: 5px 40px 5px;
    font-size: 14px;
    color: #fff;
    width: 34% !important;
    /*border-radius:8px;*/
}

/** Blog List Right **/
.blog-list-simple {
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 30px;
    padding-bottom: 30px;
}

.blog-list-simple.last {
    margin: 0;
    padding: 0;
    border: none;
}

.blog-list-simple-img {
    margin: 0 0 25px;
}

.blog-list-simple-img img {
    height: auto;
    max-width: 100%;
}

.blog-list-simple-text > span {
    color: #86bc42;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog-list-simple-text h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin: 5px 0;
}

.blog-list-simple-text .meta {
    margin: 0 0 5px;
}

.blog-list-simple-text ul li {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0;
    margin: 5px;
    display: inline-block;
}

.blog-list-simple-text ul li i {
    color: #86bc42;
}

.blog-main-wrapper ul li a {
    text-decoration: none;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    font-weight: 300;
}

.blog-main-wrapper ul li a:hover,
.blog-main-wrapper ul li a:focus {
    color: #86bc42;
}

.blog-list-simple-text p {
    border-top: 1px solid #ececec;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 15px 0;
}

.blog-list-simple-text .btn:hover:before,
.blog-list-simple-text.btn:focus:before,
.blog-list-simple-text .btn:active:before {
    border-radius: 8px;
}

.blog-list-simple-text .btn:before {
    border-radius: 8px;
}

.blog-list-simple-text .btn {
    padding: 8px 40px 9px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
}

.side-bar .widget {
    margin-bottom: 30px;
}

.side-bar .widget.last {
    margin: 0;
}

.side-bar .widget.last li {
    margin: 0;
}

.side-bar .search form input {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    height: 50px;
    margin: 0;
    padding: 0 10px;
    width: calc(100% - 50px);
}

.side-bar .search form button {
    background: #1c1c1c none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    float: right;
    height: 50px;
    line-height: 50px;
    width: 50px;
    cursor: pointer;
}

.side-bar .widget .widget-title h6::after {
    background: #86bc42;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}

.side-bar .widget .widget-title h6 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
    color: #242c42;
}

.side-bar .widget li::after {
    background-color: #6f6f6f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px;
}

.side-bar .widget li {
    color: #6f6f6f;
    margin: 0 0 9px;
    padding: 0 0 0 12px;
    position: relative;
}

.side-bar .widget .social-listing {
    margin-bottom: 0;
}

.side-bar .widget .social-listing li {
    display: inline-block;
    list-style: outside none none;
}

.side-bar .widget .social-listing li:first-child {
    padding-left: 0;
}

.side-bar .widget .social-listing li::after {
    background: none;
}

/** Blog Details Section **/
.posts .post {
    margin-bottom: 30px;
}

.post .post-img img {
    width: 100%;
}

.post .content {
    background: #fafafa none repeat scroll 0 0;
    padding: 30px;
}

.post .content .post-title h5 {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.post .content .special {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: 2px solid #111111;
    font-size: 16px;
    margin: 30px 0;
    padding: 15px;
}

.post .share-post {
    border-top: 1px dashed #dddddd;
    margin-top: 30px;
    padding-top: 20px;
    text-align: left;
}

.post .share-post span {
    font-weight: 400;
}

.post .share-post ul {
    float: right;
}

.post .share-post ul li {
    display: inline-block;
    margin: 0 5px;
}

.posts .title-g h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #86bc42;
}

.posts .comments-area .comment-box:nth-child(2n + 1) {
    margin-left: 80px;
}

.posts .comments-area .comment-box {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.posts .comment-box .author-thumb {
    float: left;
    width: 80px;
}

.posts .comment-box .author-thumb img {
    width: 95%;
    border-radius: 50%;
    background: #eee;
}

.posts .comment-box .comment-info {
    margin-left: 100px;
}

.posts .comment-box .comment-info h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

.posts .comment-box .comment-info .reply {
    margin-top: 10px;
}

.posts .comment-box .comment-info .reply a {
    color: #86bc42;
}

.posts input,
.posts textarea,
.posts select {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    margin: 0 0 15px;
    max-width: 100%;
    padding: 8px 15px;
    resize: none;
    width: 100%;
}

.posts .btn:hover:before,
.posts.btn:focus:before,
.posts .btn:active:before {
    border-radius: 8px;
}

.posts .btn:before {
    border-radius: 8px;
}

.posts .btn {
    padding: 8px 40px 9px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
}

/*
================================================
16. Bread Cromb Wrapper
================================================
*/
.breadcromb-wrapper {
    background: rgba(0, 0, 0, 0) url("/assets/image/in-banner.jpg") no-repeat
        fixed center top / cover;
    float: left;
    padding: 25px 0 18px;
    position: relative;
    width: 100%;
    text-align: center;
    background-attachment: fixed;
}

.breadcromb-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcromb-wrapper h1 {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding: 12px 15px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.breadcromb-text {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.breadcromb-text ul {
    border-radius: 4px;
    display: inline-block;
    margin: 0;
    padding: 20px 0;
}

.breadcromb-text li + li::before {
    color: #b8b8b8;
    content: "/";
    padding: 0 12px;
}

.breadcromb-text li {
    color: #005ca5;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
}

.breadcromb-text li a {
    color: #242c42;
    font-size: 15px;
    font-weight: 600;
}

/*
================================================
17. Inner Page Wrapper
================================================
*/
.inner-page-wrapper {
    float: left;
    width: 100%;
    padding: 20px 0;
}

/*
================================================
18. About Wrapper
================================================
*/
.inner-page-wrapper.about .list-icons li,
.inner-page-wrapper.about .list li {
    padding: 5px 0;
}

.inner-page-wrapper.about .list-icons li i {
    min-width: 25px;
    text-align: center;
}

.inner-page-wrapper.about .owl-pagination {
    display: none;
}

.inner-page-wrapper.about .item img {
    display: block;
    width: 100%;
    height: auto;
}

.inner-page-wrapper.about .owl-theme .owl-controls {
    margin-top: 0;
}

.inner-page-wrapper.about .owl-theme .owl-controls .owl-nav div {
    width: 20px;
    height: 21px;
    border-radius: 0;
    opacity: 1;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
}

.inner-page-wrapper.about
    .owl-theme
    .owl-controls.clickable
    .owl-buttons
    div:hover {
    opacity: 0.5;
}

.inner-page-wrapper.about .owl-prev {
    background: url(../images/logos-left-arrow.jpg) no-repeat left top;
    right: 40px;
}

.inner-page-wrapper.about .owl-next {
    background: url(../images/logos-right-arrow.jpg) no-repeat left top;
    right: 10px;
}

/*
================================================
19. Courser Wrapper
================================================
*/
.inner-page-wrapper.course-wrapper {
    padding: 90px 0 93px;
}

.single_courses {
    margin-bottom: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_courses_desc {
    padding: 15px 0 0 0;
    position: relative;
    z-index: 1;
}

.single_courses .title {
    padding: 0 25px;
    margin: 0;
    text-align: left;
}

.single_courses .title > a {
    font-size: 1.2em;
    margin-bottom: 15px;
    display: block;
    color: #2d2d2d;
}

.single_courses .title > a:hover {
    color: #86bc42;
}

.price_rating_area {
    padding: 5px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #f9f9f9;
}

.price_rating_area .price span {
    font-size: 1.5em;
}

.price_rating_area .rating {
    font-size: 14px;
    color: #ff9800;
}

.price_rating_area .rating span {
    font-size: 13px;
    color: #888;
}

.single_courses_thumb {
    background-color: #f9f9f9;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}

.single_courses_thumb img {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.single_courses:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}

.single_courses:hover {
    background-color: #f9f9f9;
    box-shadow: 10px 14px 14px rgba(0, 0, 0, 0.075);
}

.courses_badge > span {
    background: #86bc42;
    clear: both;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin: 0 0 5px;
    padding: 0 1px 0 10px;
    position: absolute;
    text-align: center;
    z-index: 2;
    top: 30px;
    left: 0;
}

.courses_badge > span:before {
    border-color: #86bc42 transparent #86bc42 #86bc42;
    border-style: solid;
    border-width: 11px 6px;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
    z-index: 1;
}

.popular_coureses_slides .owl-dot.active:before {
    display: none;
}

.popular_coureses_slides .owl-dot.active {
    background-color: #009688;
}

.popular_coureses_slides .owl-dot {
    background-color: #fff;
    width: 50px;
    height: 5px;
    border-radius: 0;
}

.course-wrapper .pagination {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.course-wrapper .pagination li {
    display: inline-block;
    line-height: 37px;
    text-align: center;
}

.course-wrapper .pagination li a {
    border: 2px solid #dddddd;
    padding: 10px 15px;
}

.course-wrapper .pagination li a:hover,
.course-wrapper .pagination li a:focus {
    background-color: #86bc42;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #ffffff;
}

.single_courses.course-list {
    position: relative;
    z-index: 1;
}

.single_courses.course-list .single_courses_desc {
    display: block;
    margin-left: 50%;
    position: relative;
    z-index: 1;
}

.single_courses.course-list .single_courses_thumb {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 9;
}

.single_courses.course-list .single_courses_desc .price_rating_area {
    border-bottom: 6px solid #86bc42;
}

/** Course Details Wrapper **/
.inner-page-wrapper.course-details {
    padding: 90px 0 50px;
}

.courses_details_thumb {
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 50px;
}

.courses_details_thumb img {
    width: 100%;
}

.event_overview_schildle,
.related_upcoming_event_title,
.courses_overview,
.courses_description {
    background-color: #ffffff;
    border-left: 10px solid #86bc42;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0 20px 30px;
}

.event_overview_schildle h5,
.related_upcoming_event_title h5,
.courses_overview h5,
.courses_description h5 {
    margin: 0;
    color: #242c42;
}

.event_overview_content,
.couress_overview_content,
.courses_description_content {
    padding: 45px 0 40px;
}

.courses_details_thumb:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.couress_overview_content p,
.courses_description_content p {
    line-height: 28px;
}

.single_courses.related {
    margin-top: 50px;
}

.courses_details_title {
    display: inline-block;
}

.main_icon > i {
    font-size: 16px;
}

.single_courses_area {
    background-color: #f5f5f5;
    padding: 20px 0 25px;
    text-align: center;
}

.courses_teacher_image {
    border: 1px solid #dedddd;
    border-radius: 50%;
    height: 95px;
    margin: 0 auto 15px;
    padding: 3px;
    width: 95px;
}

.courses_teacher_image > img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.single_courses_area {
    background-color: #f5f5f5;
    padding: 20px 0 25px;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.courses_teacher_image {
    border: 1px solid #dedddd;
    border-radius: 50%;
    height: 95px;
    margin: 0 auto 15px;
    padding: 3px;
    width: 95px;
}

.courses_teacher_image > img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.courses_teacher_info > h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.courses_teacher_info > p {
    color: #666666;
}

.single_courses_area .social_links > a {
    margin: 0 5px;
}

.single_courses_area .social_links a i {
    color: #546371;
    border: 1px solid #afafaf;
}

.single_courses_area .social_links a i:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: #3498db;
}

.courses_details_title_area {
    margin-top: 50px;
    margin-bottom: 50px;
}

.event_share_links {
    text-align: center;
}

.single_share_link {
    border: 1px solid #e0dfdf;
    display: inline-block;
    height: auto;
    margin-right: 12px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: auto;
}

.single_share_link i {
    font-size: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_share_link:last-child {
    margin-right: 0;
}

.single_share_link > a {
    display: block;
    padding: 12px 10px 8px;
}

.single_share_link:hover {
    background-color: #86bc42;
}

.single_share_link:hover i {
    color: #fff;
}

.single_option {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 15px 20px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.single_option > i {
    font-size: 25px;
    margin-bottom: 5px;
    color: #86bc42;
}

.single_option > p {
    margin-bottom: 5px;
}

/*
================================================
20. Coming Soon
================================================
*/
.coming-soon::before {
    background: #171d2d;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.coming-soon {
    background-image: url(../images/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    float: left;
    padding: 80px 0;
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: center;
    height: 100vh;
}

.coming-soon-logo {
    display: inline-block;
    margin: 50px 0 0;
}

.coming-soon img {
    margin: 0 0 10px 0;
}

.coming-soon h2 {
    color: #86bc42;
    font-weight: 400;
    margin: 20px 0 45px 0;
}

.coming-soon h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.coming-soon .coutndown {
    margin: 40px 0;
}

.coming-soon .cntdown {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #626262;
    display: inline-block;
}

.coming-soon .cntdown:last-child {
    border: none;
}

.coming-soon .cntdown span {
    color: #fff;
    font-size: 40px;
    line-height: 30px;
}

.coming-soon .cntdown span strong {
    display: inline-block;
    color: #6f6f6f;
    margin: 0;
}

.coming-soon .cntdown p {
    font-size: 12px;
    margin: 0;
    color: #6f6f6f;
    font-weight: 400;
}

/** Social Icons **/
.coming-soon .social-icons {
    margin: 0 0 45px;
}

.social-icon a {
    background-color: #044fa3;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.coming-soon .social-icons li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

.coming-soon .social-icons li a {
    border: 1px solid #6f6f6f;
    border-radius: 35px;
    color: #6f6f6f;
    display: inline-block;
    height: 35px;
    line-height: 32px;
    width: 35px;
}

.coming-soon .social-icons li a:hover {
    background: #232323;
    color: #fff;
}

/*
================================================
21. 404
================================================
*/
.inner-page-wrappe.error-404 {
    padding: 76px 0 90px;
}

.error-404 {
    text-align: center;
}

.error-404 .not-found {
    width: 90%;
    margin: 0 auto;
}

.error-404 h2 {
    font-size: 87px;
    font-weight: 700;
    color: #000;
}

.error-404 h2 span {
    color: #86bc42;
    margin: 0 15px;
}

.error-404 .search-form {
    margin: 40px auto 0;
    max-width: 480px;
    position: relative;
}

.error-404 .search-form input.search-field {
    border: 6px solid #f7f7f7;
    width: 100%;
    padding: 12px 10px 12px 15px;
}

.error-404 input[type="submit"] {
    background: #242c42;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    padding: 10px 35px;
    width: auto;
    transition: all 0.3s ease 0s;
}

.error-404 input[type="submit"]:hover {
    background: #86bc42;
}

.error-404 input.search-submit {
    padding: 17px 25px;
}

.search-submit,
input.search-submit:visited {
    font-size: 13px;
    margin: 0;
    padding: 16px 20px;
    position: absolute;
    right: 0;
    top: 0;
}

/*
================================================
22. Sign Up
================================================
*/
.inner-page-wrapper.sign-in-wrapper {
    padding: 80px 0;
}

.sign-in-wrapper .main-body {
    margin: 10px auto;
    max-width: 480px;
}

.sign-in-wrapper .body-inner::before {
    background-color: #86bc42;
    bottom: 0;
    content: " ";
    height: 220px;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.sign-in-wrapper .body-inner {
    padding: 0 20px 20px;
    position: relative;
}

.sign-in-wrapper .card {
    border: medium none;
    border-radius: 0;
    margin: 10px 0 9px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sign-in-wrapper .card .card-content {
    padding: 30px 20px;
}

.sign-in-wrapper .card-action {
    background: #242c42 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    padding: 18px 20px 20px;
}

.sign-in-wrapper .card-action a {
    color: #ffffff;
}

.sign-in-wrapper .additional-info {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0;
}

.sign-in-wrapper .additional-info .divider-h {
    border-right: 1px solid #fafafa;
    margin: 0 15px;
}

.sign-in-wrapper .additional-info a {
    color: #fff;
}

.sign-in-wrapper .logo {
    font-size: 26px;
    font-weight: normal;
    padding: 0;
}

.sign-in-wrapper .form-group {
    margin: 0;
    position: relative;
}

.ui-input-group {
    margin: 18px 0 12px;
    position: relative;
}

.sign-in-wrapper .ui-input-group .form-control {
    color: #555555;
    border-radius: 0;
}

/* Checkbox styling */
.sign-in-wrapper form [type="checkbox"]:not(:checked),
.sign-in-wrapper form [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.sign-in-wrapper form [type="checkbox"]:not(:checked) + label,
.sign-in-wrapper form [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #777;
}

/* checkbox aspect */
.sign-in-wrapper form [type="checkbox"]:not(:checked) + label:before,
.sign-in-wrapper form [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: solid 1px #555;
    border-radius: 50%;
}

/* checked mark aspect */
.sign-in-wrapper form [type="checkbox"]:not(:checked) + label:after,
.sign-in-wrapper form [type="checkbox"]:checked + label:after {
    content: "âœ”";
    position: absolute;
    top: 8px;
    left: 5px;
    font-size: 12px;
    line-height: 0.8;
    color: #666;
    transition: all 0.2s;
}

/* checked mark aspect changes */
.sign-in-wrapper form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.sign-in-wrapper form [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.ui-input-group .input-bar {
    display: block;
    position: relative;
    width: 100%;
    background: #86bc42;
}

.ui-input-group .input-bar::before,
.ui-input-group .input-bar::after {
    background: #86bc42;
    bottom: 1px;
    content: "";
    height: 1px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 0;
}

.ui-input-group > label {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 10px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.ui-input-group > input {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    border-bottom: 1px solid #cbd5dd;
    margin: 0;
}

.ui-input-group > input:focus {
    border-bottom: 1px solid #cbd5dd;
    box-shadow: 0 0 0 #fff;
}

.page-signin .ui-input-group .form-control {
    color: #555;
}

.ui-input-group .input-bar {
    position: relative;
    display: block;
    width: 100%;
}

.ui-input-group .input-bar:before {
    left: 50%;
}

.ui-input-group .input-bar:before,
.ui-input-group .input-bar:after {
    content: "";
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #86bc42;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group .input-bar:after {
    right: 50%;
}

.ui-input-group .input-bar:before,
.ui-input-group .input-bar:after {
    content: "";
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #86bc42;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group > label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
}

.ui-input-group > input:focus ~ label,
.ui-input-group > input:valid ~ label {
    top: -20px;
    left: 0;
    font-size: 12px;
}

.ui-input-group > input:focus ~ label,
.ui-input-group > textarea:focus ~ label {
    color: #86bc42;
}

.ui-input-group > input:focus ~ .input-bar:before,
.ui-input-group > input:focus ~ .input-bar:after {
    width: 50%;
}

.ui-input-group > input:focus ~ .input-bar:before,
.ui-input-group > input:focus ~ .input-bar:after {
    width: 50%;
}

/*
================================================
23. Contact Us
================================================
*/
.contact-wrapper h4:before {
    background: #005ca5;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: auto;
    width: 100px;
}

.contact-info-main {
    float: left;
    width: 100%;
    margin: 0 0 70px;
}

.inner-page-wrapper.contact-wrapper {
    padding: 84px 0 0;
}

.contact-wrapper h4 {
    font-weight: 500;
    margin: 0 0 30px;
    padding: 0 0 10px;
    position: relative;
}

.medium-input,
.medium-textarea,
.medium-select select {
    border-radius: 0;
    font-size: 14px;
    line-height: normal;
    padding: 12px 20px;
    outline: medium none;
    width: 100%;
    border: 1px solid #d1d1d1;
    margin: 0 0 15px;
}

.contact-wrapper .btn:hover:before,
.contact-wrapper .btn:focus:before,
.contact-wrapper .btn:active:before {
    border-radius: 8px;
}

.contact-wrapper .btn:before {
    border-radius: 8px;
}

.contact-wrapper .btn {
    padding: 8px 40px 9px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
}

/*** Address ***/
.contact-info-section {
    padding: 20px 0;
    margin: 10px 0 0;
    border-bottom: 1px solid #ececec;
    transition-duration: 0.5s;
}

.contact-info-section.no-space {
    padding-top: 0;
    margin-top: 0;
}

.contact-info-section h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.contact-info-section p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.list-style-1 li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-info-section i {
    background: #005ca5;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    width: 35px;
    font-size: 20px;
}

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

.list-style-2 li::before {
    background-color: #232323;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px;
}

.list-style-2 li {
    margin: 0 0 9px;
    padding: 0 0 0 12px;
    position: relative;
}

.google-map {
    float: left;
    pointer-events: none;
    width: 100%;
}

.google-map iframe {
    border: medium none;
    height: 300px;
    margin: 0 0 -6px;
    width: 100%;
}

/*
================================================
24. Footer Wrapper
================================================
*/
footer {
    background: #005ca5;
    /*background-image: url(../n-img/6.png);*/
    background-position: top right;
    background-repeat: no-repeat;
    object-fit: cover;
    float: left;
    padding-top: 30px;
    padding-bottom: 25px !important;
    margin: 0;
    width: 100%;
}

footer h3 {
    color: #fff;
    margin: 0 0 25px;
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
}

footer p {
    /*	text-align: justify;*/
    line-height: 27px;
    color: #fff;
    font-size: 15px;
}

.footer-text_location p {
    margin-bottom: 1px !important;
}

.footer-text_location h5 {
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 17px;
}

.footer_anc {
    /*	text-align: justify;*/
    line-height: 27px;
    color: #ed915c !important;
}

footer .footer-text {
    color: #dce3f8;
}

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

footer .footer-text a {
    color: #fff;
}

footer .footer-text .address li {
    color: #dce3f8;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
}

footer .footer-text .address li i {
    color: #fff;
    font-size: 21px;
    margin-right: 8px;
    line-height: normal;
    vertical-align: top;
    display: inline-block;
    margin-top: 3px;
    width: auto;
    height: auto;
}

footer .footer-text .address li span {
    display: inline-block;
}

.social-icon.bg-theme li {
    /*background: #fff;*/
}

.social-icon.bg-theme li i {
    color: #fff;
    font-size: 20px;
}

.social-icon.bg-theme li:hover {
    background: #d16527;
}

.social-icon.bg-theme li:hover i {
    color: #fff;
}

.social-icon li {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    transition: all 0.3s ease 0s;
}

.social-icon.bg-theme li a {
    color: #ffffff;
}

.quick-links > li + li {
    margin-top: 14px;
}

.quick-links > li {
    border-bottom: 1px dashed #0a66af;
    padding-bottom: 8px;
}

.quick-links > li > a {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    color: #fff;
    line-height: 20px;
    font-size: 15px;

    display: block;
}

.quick-links > li > a:hover {
    color: #fff;
}

.quick-links > li > a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: -10px;
    font: 400 18px/24px "FontAwesome";
    color: #fff;
    transition: 0.33s all ease;
    line-height: 2;
}

.quick-links > li > a:hover:before {
    left: 4px;
}

.address li {
    line-height: 2;
}

.copyright-wrapper {
    background: #005ca5;
    border-top: 3px solid #ccc;
    float: left;
    padding: 15px 0;
    margin: 0;
    width: 100%;
}

.copyright-wrapper p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.copyright-wrapper p a {
    color: #fff;
}

.copyright-wrapper p a:hover {
    color: #d06426;
    font-weight: bold;
}

/*
================================================
25. Media Quires
================================================
*/
@media (min-width: 1200px) and (max-width: 1399px) {
    /** Navigation **/
    .main-menu-area ul li > a {
        padding: 15px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /** Logo **/
    .single-information {
        padding-left: 24px;
    }

    /** Navigation **/
    .main-menu-area ul li:first-child {
        padding-left: 10px;
    }

    .main-menu-area ul li > a {
        padding: 15px 7px;
    }

    /** Slider **/
    .slider-area .owl-controls {
        display: none;
    }

    div.banner-content h1 {
        line-height: 45px;
        font-size: 35px;
        margin: 0 0 15px;
    }

    div.banner-content h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    /** Our Blog Wrapper **/
    .single-blog {
        padding: 20px 4px 20px 12px;
        font-size: 13px;
    }

    .single-blog h4 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /** Common Styles **/
    .width-55 {
        width: 70%;
    }

    /** Logo Info Area **/
    .single-information {
        padding: 5px 0 0 3%;
        width: 43%;
    }

    .single-information h5 {
        font-size: 12px;
    }

    .mean-container a.meanmenu-reveal {
        margin: -75px 0 0;
        padding: 5px 7px;
        position: absolute;
        top: 0;
    }

    /** Slider **/
    div.slider-area {
        height: 420px;
        margin-top: 0;
    }

    .slider-area .owl-controls {
        display: none;
    }

    div.single-slide {
        background-position: 78% center;
    }

    div.banner-content h1 {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 20px;
        text-shadow: 1px 2px 2px #ffffff;
    }

    div.banner-content h2 {
        font-size: 28px;
        margin-bottom: 14px;
        padding-top: 0;
        text-shadow: 1px 2px 2px #ffffff;
    }

    div.banner-content p {
        text-shadow: 1px 1px 2px #ffffff;
    }

    /** Our Services Wrapper **/
    .single-service {
        padding: 20px 10px;
    }

    .single-service h4 {
        font-size: 17px;
        line-height: 26px;
    }

    /** Our Team Wrapper **/
    .our-team-wrapper {
        padding: 90px 0;
    }

    /** breadcromb Wrapper **/
    .breadcromb-wrapper {
        margin-top: 0;
    }

    /** Our Testimonials Wrapper **/
    .testimoni p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    /** Our Pricing Wrapper **/
    .wrap_pricing_plans {
        padding-left: 0;
        padding-right: 0;
    }

    /** Our Blog Wrapper **/
    .posts .comment-form {
        margin: 0 0 50px;
    }

    /** About Wrapper **/
    .about-text {
        margin: 0 0 25px;
    }

    /** Contact Wrapper **/
    .contact-info-section.no-space {
        margin-top: 25px;
    }

    /** Footer Wrapper **/
    footer .footer-text.one {
        margin: 0 0 40px;
    }
}

@media (max-width: 767px) {
    .policies-sec-right {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .policies-sec-right {
        margin-left: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 767px) {
    .blogs_right_side_main_div {
        display: none !important;
    }

    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }

    .brochure_link_ph {
        display: block !important;
    }

    .state_section .card {
        border-radius: 0;
        border: none !important;
        margin-bottom: 0px;
        min-width: 323px !important;
        padding: 10px !important;
    }

    .card-header button {
        font-size: 14px !important;
        font-weight: 500 !important;
        padding: 10px !important;
        text-align: left !important;
    }

    .cards {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden;
        background-color: #fff;
        transition: box-shadow 0.3s ease;
        /* width: 100%; */
        min-width: 330px !important;
    }

    .call-to-action .column {
        position: relative;
        margin-bottom: 25px;
        text-align: center;
    }

    /** Common Styles **/
    .my.separator {
        width: 75%;
    }

    .icofont {
        color: #2d2e2e;
        font-size: 40px;
        height: 80px;
        line-height: 80px;
        position: relative;
        text-align: center;
        width: 80px;
    }

    .title h2 {
        line-height: 40px;
        font-size: 25px;
    }

    .sm-width-90 {
        width: 90%;
    }

    .xs-padding-eight-tb {
        padding-bottom: 8%;
        padding-top: 8%;
    }

    /** logo **/
    .logo {
        padding: 30px 0;
    }

    /** Navigation **/
    .header-sticky.sticky {
        position: inherit;
    }

    /** Slider **/
    div.slider-area {
        height: 350px;
        margin: 0;
    }

    div.banner-content h1 {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 20px;
        text-shadow: 1px 2px 2px #fff;
    }

    div.banner-content h2 {
        font-size: 28px;
        margin-bottom: 14px;
        padding-top: 0;
        text-shadow: 1px 2px 2px #fff;
    }

    div.single-slide {
        background-position: 78% center;
    }

    .banner-content p,
    .slider-area .owl-controls {
        display: none;
    }

    /** Satisfied Wrapper **/
    .satisfied-wrapper {
        padding: 30px 0 90px;
    }

    .satisfied-wrapper .counter {
        padding: 50px 0 30px;
        margin: 15px 0 0;
    }

    /** Gallery Wrapper **/
    .glry-img {
        width: 100%;
    }

    /** Our Team Wrapper **/
    .our-team-wrapper #our-team {
        margin: 20px 0 0;
    }

    .team-modern {
        max-width: 100%;
    }

    .testimoni-img {
        margin-bottom: 15px;
    }

    .testimoni p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .testimoni p.name {
        border-right: medium none;
    }

    .our-testimonials-wrapper .owl-dots {
        right: 50%;
        transform: translateX(50%);
    }

    /** Our Team Wrapper **/
    .our-team-wrapper {
        padding: 90px 0;
    }

    /** Our FAQ Wrapper **/
    .our-faq-wrapper .btn-link::after {
        right: 6px;
        top: 52%;
    }

    /** Our Gallery Wrapper **/
    .img-fluid {
        width: 100%;
    }

    /** Our Pricing Wrapper **/
    .our-pricing-wrapper {
        padding: 86px 0 60px;
    }

    .wrap_pricing_plans > li {
        flex: 1 1 auto;
        margin-bottom: 40px;
        width: 100%;
    }

    .wrap_pricing_plans {
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
    }

    .pricing_content.most_requested,
    .pricing_content:hover {
        box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.1);
        transform: scale(1.03) !important;
        -webkit-transform: scale(1.03) !important;
        -moz-transform: scale(1.03) !important;
        -o-transform: scale(1.03) !important;
    }

    /** Inner Page Wrapper **/
    .breadcromb-wrapper {
        padding-bottom: 53px;
    }

    .breadcromb-wrapper h1 {
        font-size: 30px;
    }

    .breadcromb-wrapper {
        margin-top: 0;
    }

    /** About Wrapper **/
    .about-text {
        margin: 0 0 25px;
    }

    /** Course Grid **/
    .price_rating_area .rating {
        font-size: 11px;
    }

    /** Our Gallery Wrapper **/
    .full-gallery .glry-img {
        width: 100%;
    }

    /** Course list **/
    .single_courses.course-list .single_courses_thumb {
        height: 150px;
        position: relative;
        width: 100%;
    }

    .single_courses.course-list .single_courses_desc {
        margin-left: 0;
    }

    .course-wrapper .pagination {
        margin: 0 auto !important;
    }

    .course-wrapper .pagination li:first-child {
        margin: 0;
    }

    .course-wrapper .pagination li {
        margin: 20px 0 0;
    }

    /** Coming Soon **/
    .coming-soon img {
        width: 100%;
    }

    .coming-soon h2 {
        font-size: 22px;
    }

    .coming-soon .cntdown span {
        font-size: 26px;
    }

    /** 404 **/
    .error-404 h3 {
        font-size: 19px;
    }

    /** Our Blog Wrapper **/
    .single-blog {
        padding: 20px 10px;
        font-size: 13px;
    }

    .single-blog h4 {
        font-size: 18px;
    }

    .single-blog .blogDate li {
        padding-right: 6px;
    }

    .single-blog h4 {
        font-size: 18px;
    }

    .post .content {
        padding: 30px 15px;
    }

    .posts .comment-form {
        margin: 0 0 40px;
    }

    /** Contact Wrapper **/
    .contact-info-section.no-space {
        margin-top: 25px;
    }

    .contact-wrapper h4 {
        font-size: 20px;
    }

    /** Footer Section **/
    footer .footer-text.second {
        margin: 20px 0 30px;
    }
}

/*new*/

.about-sec {
    /*background: #f4f4f4;*/
}

.about-sec .round-img-main {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-sec h2 {
    font-family: inherit;
    margin-bottom: 0px;
    font-size: 35px !important;
    font-weight: 700;
}

.about-sec p {
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    color: #696969;
    margin-bottom: 2px !important;
    font-weight: 500;
}

.about-sec .round-img-main {
    position: relative;
}

.about-sec .round-img-main img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #005ca5;
    padding: 5px;
}

.about-sec .round-div1 {
    position: absolute;
    top: -50px;
    right: -20px;

    border-radius: 50%;
}

.about-sec .round-div2 {
    position: absolute;
    bottom: -50px;
    right: 50px;

    border-radius: 50%;
}

.about-sec .round-div1 img {
    width: 200px;
    border: 5px solid #fff;
    padding: 0;
}

.about-sec .round-div2 img {
    width: 150px;
    border: 5px solid #fff;
    padding: 0;
}

.about-btn {
    padding: 15px 30px 15px 30px;
    /*border-radius: 25px;*/
    border-radius: 100px;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.about-btn:hover {
    padding: 15px 30px 15px 30px;
    /*border-radius: 25px;*/
    border-radius: 100px;
    background-color: #252525 !important;
    color: #fff !important;
    transition: 0.5s ease-in-out;
}

@media (max-width: 768px) {
    .about-sec .round-div1 img {
        width: 100px;
    }

    .about-sec .round-div2 img {
        width: 100px;
    }

    .about-sec .round-div1 {
        position: absolute;
        top: -30px;
        right: 40px;

        border-radius: 50%;
    }

    .about-sec .round-div2 {
        position: absolute;
        bottom: -30px;
        right: 40px;

        border-radius: 50%;
    }

    .about-sec h2 {
        margin-top: 40px;
        font-size: 25px !important;
    }
}

/*Our Product Section*/
.our-products-wrapper {
    float: left;
    width: 100%;
    padding: 50px 0 30px;
}

/**/

.wg-box-content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.wg-box-content .wg-box-content-overlay {
    background: rgba(47, 170, 175, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay {
    opacity: 1;
}

.wg-box-content-image {
    width: 100%;
}

.wg-box-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.wg-box-content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.wg-box-fadeIn-bottom {
    top: 80%;
}

/**/

.banner-area-desk {
    /*margin-top: -30px;*/
    position: relative;
    overflow: hidden !important;
}

.banner-area-desk .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 99%;
    background: rgba(0, 0, 0, 0.5);
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-content h6 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.banner-content h1 {
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.banner-content h5 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
}

/**/
.chat-btn {
    border: #fff solid 2px;
    padding: 7px 30px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.chat-btn:hover {
    background: #fff;
    color: #2faaaf !important;
}

/*Type Pool Inner Start*/

.p-t-inner {
    padding: 50px 0 !important;
}

.p-t-img {
    width: 100%;
    position: relative;
}

.p-t-img img {
    width: 100%;
}

.p-t-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
}

.p-t-zoom a {
    background: #005ca5;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.p-t-zoom a:hover {
    background: #fff;
    color: #005ca5;
}

.p-t-img .p-t-social a {
    color: #fff;
    display: block;
    background: #005ca5;
    padding: 3px 20px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    /*border: 1px solid #2a2a2a;*/
}

.p-t-img .p-t-social a:hover {
    background: #2a2a2a;
}

.p-t-content h2 {
    font-size: 20px;
    color: #005ca5;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: capitalize;
}

.p-t-content h3 {
    font-size: 18px;
    color: #212121;
    margin-bottom: 2px;
    font-weight: bold;
    text-transform: capitalize;
}

.p-t-content h4 {
    font-size: 18px;
    color: #212121;
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: capitalize;
}

.p-t-content h5 {
    font-size: 18px;
    color: #212121;
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: capitalize;
}

.p-t-content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px !important;
    line-height: 27px;
}

.p-t-content ul {
    padding: 0px 15px !important;
    list-style: square;
}

.p-t-content ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px !important;
    line-height: 25px;
}

.inner_txt_div ul {
    padding: 0px 15px !important;
}

.inner_txt_div li {
    font-size: 16px !important;
    line-height: 27px;
}

.p-t-inner ul {
    padding-left: 20px;
}

.p-t-inner ul li {
    list-style: square;
}

/*Type Pool Inner End*/

/*Gallery Start*/

.gallery_img_box {
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 3px;
}

.h-pro-social {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #2a2a2a;
    padding: 7px;
    margin-bottom: 30px;
}

.h-pro-social a.pro-btn {
    background: transparent;
    color: #fff;
    padding: 5px 30px;
    text-transform: uppercase;
}

.h-pro-social a.pro-btn:hover {
    transform: scale(1.1, 1.1);
}

.h-pro-social a {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
}

.h-pro-social a:hover {
    transform: scale(1.1, 1.1);
}

.gallery_img_box img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 6px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.gallery_img_box i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    transform: translate(-50%, -50%) scale(0);
}

.gallery_img_box i {
    color: #005ca5;
}

.gallery_img_box:hover img {
    opacity: 0.3;
}

.gallery_img_box * {
    transition: all 0.35s ease-in-out;
}

.gallery_img_box:hover i {
    transform: translate(-50%, -50%) scale(1);
    transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/*Gallery End*/

/*Category Page Start*/

.cat-box {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.cat-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.cat-box .overlay {
    position: absolute;
    bottom: 0;
    background: #005ca5;
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 15px;
    text-align: center;
}

.cat-box .overlay a {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #005ca5;
    margin: 0 5px;
    border-radius: 3px;
}

.cat-box .overlay a:hover {
    background: rgba(256, 256, 256, 0.7);
    transform: scale(1.1, 1.1);
}

.cat-box:hover .overlay {
    opacity: 1;
}

/*Category Page End*/

/*Product Page Start*/

.pro_title {
    background-image: linear-gradient(to right, #005ca5 80%, #ffffff);
    font-size: 23px;
    padding: 5px 5px;
    color: #fff;
    margin-bottom: 15px;
}

.product-img-holder {
    border: 1px solid #ccc;
}

.product-img-holder img {
    width: 100%;
}

.product-links {
    display: flex;
    width: 100%;
    background: #005ca5;
    margin-bottom: 15px;
}

.product-links a {
    display: inline-block;
    text-align: center;
    width: 50%;
    padding: 7px 0;
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-links a:hover {
    opacity: 0.8;
}

.product-links > a:nth-child(1) {
    border-right: 1px solid #fff;
}

.product-links > a:nth-child(2) {
    border-left: 1px solid #fff;
}

.product-links a i {
    margin-right: 10px;
    /*background: #fff;*/
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.product-content h3 {
    font-size: 18px;
    color: #005ca5;
    font-weight: bold;
}

.product-content h4 {
    font-size: 15px;
    margin-top: 15px;
    color: #2a2a2a;
    font-weight: bold;
}

.product-content p {
    margin-bottom: 5px;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
}

.product-content ul {
    margin-left: 15px;
}

.product-content ul li {
    list-style-type: square;
    line-height: 1.8;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
}

/*Product Page End*/

@media (max-width: 768px) {
    footer {
        padding: 50px 0 0px;
    }

    .footer-text {
        margin-bottom: 20px;
    }

    .our-products-wrapper {
        padding: 30px 0 10px;
    }

    .banner-area-desk {
        margin-top: 0px;
    }

    .inner-page-wrapper {
        padding: 40px 0 !important;
    }

    .our-blog-wrapper {
        padding: 40px 0 !important;
    }

    .our-testimonials-wrapper {
        padding: 40px 0 !important;
    }

    .our-faq-wrapper {
        padding: 40px 0 !important;
    }

    .services-wrapper {
        padding: 30px 0 !important;
    }

    .p-t-content h2 {
        margin-top: 20px;
    }

    .banner-content h6 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .banner-content h1 {
        font-size: 23px !important;
        margin-bottom: 5px !important;
    }

    .banner-content h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .banner-area-desk .banner-overlay {
        height: 99%;
    }

    .banner-area-desk video {
        height: 80vh;
        object-fit: cover;
    }

    .h-pro-social a {
        background: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0 1px;
    }

    .pro_title {
        font-size: 18px;
    }
}

/*new CSS*/

/*flip Card*/

.pro-flip {
    /*background: #f4f4f4;*/
    padding: 30px 0 !important;
}

.flip-card {
    width: 100% !important;
    height: 100%;
    background: transparent;
    perspective: 1000px;
    margin-bottom: 65px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.9s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-inner img {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /*height: 100% !important;*/
    /*object-fit: cover;*/
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-image: url("../n-img/flip.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-back i {
    background: #d06426;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    /*margin: 0 5spx;*/
}

.flip-card-back i:hover {
    color: #d06426;
    background: #fff;
    /*margin: 0 5spx;*/
}

.flip-card-back .flip-btn {
    display: block;
    background: #2a2a2a;
    padding: 5px 30px;
    color: #fff;
    margin-top: 20px;
}

.flip-card-back .flip-btn:hover {
    color: #2a2a2a;
    background-color: #fff;
}

/*flip Card End*/

/*Home-Counter Section*/
#counter-sec {
    background-image: url("/assets/image/bg.jpeg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px !important;
}

.overlay-counter {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px 0px;
}

.counter-title {
    color: #fff;
}

.counter-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    border: 1px solid #fff;
}

.counter-box i {
    background-color: var(--color-1);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 50px;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

.counter-box h2 {
    color: #fff;
    font-size: 3rem;
    transition: 0.3s ease-in-out;
}

.counter-box h5 {
    color: #fff;
    transition: 0.3s ease-in-out;
    font-size: 18px;
    text-transform: uppercase;
}

#clients-sec {
    /*padding: 30px 0;*/
    /*background: #626160;*/
    background-image: url(../images/t-bg.jpg);
    background-position: center;
    background-size: cover;
}

#clients-sec .overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 0;
}

.testimonial-boxes {
    position: relative;
    border: #005ca5 solid 1px;
    /*border-radius: 10px;*/
    padding: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
    background: #005ca5;
}

.testimonial-icon {
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: -13px;
    background-color: #fff;
    border: #005ca5 1px solid;
    border-radius: 100%;
    color: #005ca5;
    padding: 10px 14px;
}

.testimonial-img {
    width: 80px !important;
    margin: auto;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial-para {
    font-size: 17px;
    color: rgba(256, 256, 256, 0.8);
    color: lightgray;
}

.testimonial-title {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

.owl-prev {
    width: 15px;
    height: 50px;
    position: absolute;
    top: 40%;
    margin-left: -50px;
    /*display: block !important;*/
    border: 0px solid black;
    display: none;
}

.owl-next {
    width: 15px;
    height: 50px;
    position: absolute;
    top: 40%;
    /*margin-left: 30px;*/
    /*display: block !important;*/
    border: 0px solid black;
    display: none;
}

.owl-prev i,
.owl-next i {
    background: #005ca5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

/*testimonial End*/

/*banner*/

.mb-banner {
    display: none;
}

@media (max-width: 768px) {
    .desk-banner {
        display: none;
    }

    .mb-banner {
        display: block;
    }
}

/**/

/*Flip Card Product*/

.pro-flip {
    /*background:;*/
    padding: 30px 0 !important;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
}

.flip-card img {
    width: 100%;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}

/*Top Nav Start*/

.topbar_section {
    background: #005ca5;
    /* padding-top: 5px;
  padding-bottom: 5px;*/
    padding: 5px 0px;
}

.left_top_bar a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 7px 5px;
    font-weight: 500;
}

.right_top_barbtn > b {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 5px 0px 0px;
}

.right_top_barbtn {
    float: right;
}

.right_top_barbtn {
    text-align: center;
}

.right_top_barbtn a {
    font-size: 14px;
}

.right_top_barbtn a:nth-child(2) {
    background-color: #4267b2;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.right_top_barbtn a:nth-child(3) {
    background-color: #e1306c;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.right_top_barbtn a:nth-child(4) {
    background-color: #a72b1d;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .left_top_bar {
        text-align: center !important;
    }

    .left_top_bar .topbar_phone_none {
        display: none;
    }

    .right_top_barbtn {
        display: none !important;
    }
}

/*Top Nav End*/

/*modal*/
.modal-title {
    color: #005ca5 !important;
    font-weight: bold;
    font-size: 20px;
}

div.card-body {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 3px !important;
}

@media (max-width: 991px) {
    .gt-submenu {
        position: relative;
        width: 100% !important;
    }

    .gt-submenu a .fa {
        float: right !important;
        transform: rotate(0deg) !important;
    }
}

/**/

.pool_type_section {
    padding-top: 290px;
    padding-bottom: 70px;
}

.pooltype_head_ti {
    text-align: center;
    margin-bottom: 30px;
}

.pooltype_head_ti h2 {
    font-weight: 600;
    font-size: 40px;
    margin-top: 350px;
}

.pootype_box_m {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.pootype_box_m img {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
}

.overlay_zoom_icon {
    position: absolute;
    top: 10%;
    right: 5%;
}

.overlay_zoom_icon a {
    font-size: 16px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100px;
}

/**/

/**/
.bottom_section_custom {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
}

.left_side_btm_box .fa {
    background-color: #24a0de;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    color: white;
    font-size: 20px;
    border: 1px dotted gray;
    margin: 0px 10px;
}

.left_side_btm_box .media-heading {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    font-size: 17px;
}

.left_side_btm_box .media-heading small {
    color: #24a0de;
    font-weight: 500;
    font-size: 15px;
}

.left_side_btm_box .media-body p {
    font-size: 17px;
    color: ;
    text-align: justify;
}

.left_side_btm_box .media {
    margin-top: 30px;
}

/**/

/***

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    padding: 23px 0px 20px;
    background: #24a0de;
}

.call-to-action .column {
    position: relative;
    margin-bottom: 25px;
}

.call-to-action .column .text {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 12px;
}

.call-to-action .btn-style-two:hover {
    background-color: #fff;
    border-color: #fff;
    color: #24a0de;
}

.call-to-action .btn-style-two {
    position: relative;
    padding: 15px 25px 15px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #ffffff;
    letter-spacing: 1px;
    border: 2px solid #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    transition: 0.5s ease;
}

/*  */

.frp_section {
    padding: 30px 0px;
}

.frp_top_txt h2 {
    color: #212121;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}

.frp_top_txt p {
    font-size: 17px;
}

.frp_top_txt p strong {
    color: #005ca5;
    font-size: 15px;
    text-transform: capitalize;
}

.frp_top_txt b {
    font-size: 18px;
    text-transform: capitalize;
}

.frp_model_section {
    background-color: #f7f7f7;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 30px 0px;
}

.frp_model_section_index {
    background-color: #fff;
}

.jacuzzi_model_section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.index_jac {
    font-size: 30px !important;
}

.frp_model_ti h3 {
    color: #212121;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}

.frp_model_main_div {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.frp_model_main_div2 h5 {
    color: #005ca5;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 1px;
    padding-top: 10px;
}

/*  */

.frp_model_img_box h4 {
    color: #212121;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #fff;
    padding-bottom: 8px;
}

.p-t-img2 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.jacuzzi_txt_div ul {
    list-style: square;
}

.jacuzzi_txt_div li {
    line-height: 28px;
    font-size: 16px;
}

/*  */

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(0 92 165) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border: none !important;
}

.card-header h5 {
    color: #fff !important;
    background-color: #ffffff;
}

/*  */

/* Ensure state and city names break on smaller screens */
.text-wrap-break {
    padding: 13px;
}

/* Card hover effect (optional) */
.state-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Style for city links */
.city-link {
    display: block;
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.city-link:hover {
    color: #c42121;
    /* your preferred hover color */
}

/* Toggle button (icon button) */
.btn-toggle {
    background: none;
    border: none;
    padding: 0;
    color: #333;
    font-size: 1.2rem;
    cursor: pointer;
}

/* Optional icon rotation class */
.rotate-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.text-wrap-break a {
    color: #fff !important;
}

/* Remove border and outline from the icon inside the toggle button */
.btn-toggle:focus-visible,
.btn-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Also make sure the <i> tag itself doesn't get unwanted styles */
.btn-toggle i:focus-visible,
.btn-toggle i:focus {
    outline: none !important;
    border: none !important;
}

/* Remove outline on focus-visible and focus */
.city-link:focus-visible,
.city-link:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

/* Style for the list item */
.city-box {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Optional: remove last border */
.city-box:last-child {
    border-bottom: none;
}

/* enquiry form css s */
.enquiry_now_btn {
    width: 150px;
    height: auto;
}

.enquiry_now_btn button {
    background-color: #005ca5 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.enquiry_now_btn1 {
    width: 180px;
    height: auto;
}

.enquiry_now_btn1 button {
    background-color: #005ca5 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

/* enquiry frm css e */
.about-btn1 {
    color: #005ca5;
}

.frp_model_ti p {
    line-height: 28px;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* faqs s */

/* Accordion container spacing */
.faqs_section {
    padding: 40px 0;
}

/* Each accordion item */
.cards {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    /* width: 100%; */
    min-width: 650px;
}

/* Header style */
.cards-headers {
    background-color: #f7f7f7;
    padding: 0px;
    cursor: pointer;
}

.cards-headers h5 {
    margin: 0;
}

.cards-headers .btn {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: 530px;
    background: #626160;
    padding: 15px 20px;
}

/* .btn:not(:disabled):not(.disabled) {
    width: 530px !important;
} */
.cards-headers .btn i {
    float: right;
}

.cards-headers .btn:focus {
    box-shadow: none;
}

/* Body/content style */
.cards-body {
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Optional hover effect */
.cards:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* faqs e */

.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 130px;
    right: 10px;
    z-index: 1;
}

.mobile_whatsapp {
    display: none;
}

.call_icon_div {
    text-align: center;
}

.call_icon_div > a {
    background-color: #d06426;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;
}

@keyframes moveUpDown {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
        /* Adjust the distance */
    }
}

.call_icon_div > a > img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}

.whatsapp_icon_div > a {
    background-color: #008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;
}

@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

.whatsapp_icon_div > a > img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

/*  */

.blogs_section {
    padding: 15px 0px 30px 0px !important;
}

.nested_left_side_content_main_div {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px;
}

.nested_left_side_image_div {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
}

.nested_left_side_image_div > a > img {
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 5px;
    height: 250px;
    object-fit: cover;
}

.nested_left_side_details_div > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1px !important;
    text-transform: capitalize;
}

.nested_left_side_details_div > h2 > a {
    color: #002147;
}

.nested_left_side_details_div > h2 > a:hover {
    text-decoration: underline !important;
}

.nested_left_side_details_div p ul {
    padding: 0px 10px !important;
    list-style: lower-alpha !important;
}

.nested_left_side_details_div p ul li {
    font-size: 15px;
}

.nested_left_side_details_div > p {
    font-size: 15px;
    margin-bottom: 1px !important;
}

.amdin_blog_flex_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0px 3px 0px;
}

.left_list_blog_div > a {
    color: var(--black-color6);
    padding: 0 10px 0px 0px;
    border-right: 1px solid var(--gray-color);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.blogs_social_media_div > a {
    color: var(--third-color);
    padding: 0 10px;
    border-right: 1px solid var(--gray-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.blogs_right_side_main_div {
    position: sticky;
    top: 3px;
}

.blogs_right_side_main_div > h2 {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.blogs_right_side_media_main_div {
    background-color: #fff;
    padding: 10px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.blogs_right_side_media_main_div > .media > a > img {
    width: 80px;
    border-radius: 5px;
}

.blogs_right_side_media_main_div > .media > .media-body > h5 {
    font-size: 15px;
    color: #002147;
    text-transform: capitalize;
}

.blogs_right_side_media_main_div > .media > .media-body > h5 > a {
    color: #002147;
    text-transform: capitalize;
}

.blogs_right_side_media_main_div > .media > .media-body > h5 > a:hover {
    text-decoration: underline;
}

.enquiry_modal_section > .modal > .modal-dialog > .modal-content {
    border-radius: 7px !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

.enquiry_modal_section
    > .modal
    > .modal-dialog
    > .modal-content
    > .modal-header {
    padding: 7px 10px !important;
}

.enquiry_modal_section
    > .modal
    > .modal-dialog
    > .modal-content
    > .modal-header
    > .modal-title {
    font-size: 20px;
    color: #212121;
    font-weight: 800;
    text-transform: capitalize;
}

.enquiry_modal_section
    > .modal
    > .modal-dialog
    > .modal-content
    > .modal-header
    > button {
    background-color: #212121 !important;
    color: #fff !important;
    outline: none !important;
    border: none !important;
    border-radius: 100px !important;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 13px;
    font-weight: 500 !important;
}

.enquiry_modal_section .modal-body {
    padding: 10px 10px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div > label {
    font-size: 14px;
    color: #2d2d2d !important;
    font-weight: 600;
    margin-bottom: 2px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div > input {
    margin-bottom: 10px !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #2d2d2d !important;
    border: 1px solid #d7d7d7 !important;
    padding: 6px 4px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div > textarea {
    margin-bottom: 10px !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    color: #2d2d2d !important;
    border: 1px solid #d7d7d7 !important;
    padding: 6px 4px !important;
    resize: none;
}

.popup_enquiry_div_main .enquiry_popup_input_div ::placeholder {
    font-size: 14px !important;
    color: #2d2d2d !important;
}

.enquiry_popup_btn_div > button {
    background-color: #212121;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.blogs-sec-home {
    position: relative;
    width: 100%;
    padding: 30px 0px 30px;
    background-color: #f0f0f0;
}

.whatsapp_fixed_main_div {
    position: fixed;
    bottom: 45px;
    left: 10px;
    z-index: 99;
}

.mobile_whatsapp {
    display: none;
}

.mobile_whatsapp_list > a {
    margin-bottom: 5px;
    padding: 7px 10px 7px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    background-color: #02c18d;
}

@keyframes shadow-pulse3 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 7px 15px rgba(255, 255, 255, 0);
    }
}

.pulse3 {
    animation: shadow-pulse3 1.5s infinite;
}

@media (max-width: 575.98px) {
    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: inline-block !important;
    }
}

.mobile_call_enquiry_fixed_main_div {
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 99;
}

.mobile_enquiry_list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}

.mobile_enquiry_list > a {
    margin-bottom: 5px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    display: inline-block;
}

.mobile_enquiry_list > a:nth-child(1) {
    background-color: #28a745;
}

.mobile_enquiry_list > a:nth-child(2) {
    background-color: #ed1c23;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(211, 128, 69, 0.4);
    }

    100% {
        box-shadow: 0 0 7px 20px rgba(211, 128, 69, 0);
    }
}

.pulse {
    animation: shadow-pulse 1.5s infinite;
}

@keyframes shadow-pulse2 {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 7px 15px rgba(255, 255, 255, 0);
    }
}

.pulse2 {
    animation: shadow-pulse2 1.5s infinite;
}

.form-select.menu-text:focus {
    outline: none;
    box-shadow: none;
}

.form-select.menu-text {
    margin-bottom: 10px;
}

.site_section {
    padding: 30px 0px 30px;
    position: relative;
    width: 100%;
}

.sitemap_main_div_list {
    margin-bottom: 20px;
}

.gaurav_collapse_div > li {
    background-color: var(--lightgray-color);
    margin-bottom: 0px;
    border: 1px solid #e5e4e2;
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gaurav_collapse_div > li > a {
    color: #282761;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 20px;
    font-weight: 600;
}

.gaurav_collapse_div > li > span {
    cursor: pointer;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.collpase_list_ul_div {
    max-height: 280px;
    overflow: auto !important;
}

.collpase_list_ul_div > ul {
    padding: 0px 10px !important;
    list-style: none !important;
}

.collpase_list_ul_div > ul > li {
    border-bottom: 1px dashed var(--black-color5);
    padding: 7px 0px 7px 0px;
}

.collpase_list_ul_div > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    text-transform: capitalize;
}

.gaurav_collapse_div > li:hover {
    background-color: #005ca5;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.gaurav_collapse_div > li:hover > a {
    color: #fff;
}

.form-select.menu-text {
    font-size: 14px !important;
}

.blogs-detsils-sec-page {
    position: relative;
    width: 100%;
    padding: 30px 0px 30px;
}

.sidebar__single.sidebar__recent-post {
    position: relative;
    display: block;
    background-color: #f1f5f9;
    border: 1px solid #e5e5e5;
    padding: 15px 10px 15px;
    border-radius: 10px;
}

.sidebar__single .title-box {
    position: relative;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 22px;
    margin-top: -8px;
}

.sidebar__single .title-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #005ca5;
    content: "";
}

.sidebar__single .title-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar__single .title-box::after {
    position: absolute;
    left: 36px;
    bottom: 0;
    width: 3px;
    height: 2px;
    background: #f1f5f9;
    content: "";
}

.sidebar__recent-post-img {
    position: relative;
    display: block;
    background: #052944;
    border-radius: 10px;
    overflow: hidden;
}

.sidebar__recent-post-img img {
    width: 100%;
    transition: all 500ms ease;
    height: 250px;
}

.sidebar__recent-post-content {
    position: relative;
    display: block;
    margin-top: 21px;
}

.sidebar__recent-post-content h3 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    margin-top: 6px;
}

.sidebar__recent-post-content p span {
    position: relative;
    display: inline-block;
    color: #26519f;
    font-size: 15px;
    line-height: 15px;
    padding-right: 2px;
    top: 1px;
}

.sidebar__recent-post-content p {
    margin-bottom: 4px;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details__content .blog-one__single-img {
    border-radius: 10px;
}

.blog-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-one__single-img::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.blog-one__single-img img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1.05);
}

.blog-one__single:hover .blog-one__single-img img {
    transform: scale(1);
}

.blog-details__content .blog-one__single-content {
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.blog-one__single-content {
    position: relative;
    display: block;
    z-index: 1;
}

.blog-details__content .blog-one__single-content-inner {
    padding: 23px 0px 5px;
    box-shadow: none;
}

.blog-details__content .blog-one__single-content-inner h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 6px;
    font-weight: 700;
}

.blog-one__single-content-inner p {
    margin-bottom: 6px;
    font-size: 16px;
    color: #000;
}

.blog-one__single-content h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}

.blog-one__single-content ul li {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
}

.site-footer__logo {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    position: relative;
    display: block;
    margin-top: 10px;
    padding-right: 20px;
}

.footer-widget__about-text p {
    color: #fff;
}

.footer-discirption a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.footer-widget__about-social-links {
    position: relative;
    display: block;
    margin-top: 15px;
}

.footer-widget__about-social-links h5 {
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 17px;
}

.policies-sec-right {
    margin-left: 115px;
}

.privacy_section {
    position: relative;
    padding: 30px 0px 30px 0px;
}

.privacy_content_main_div > h2 {
    color: #212121;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 7px !important;
}

.privacy_content_main_div > p {
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    color: #212121;
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 6px !important;
}

.privacy_content_main_div > ul {
    padding-left: 18px;
}

.privacy_content_main_div > ul > li {
    font-weight: 400;
    font-size: 15px;
    list-style-type: disc !important;
    color: #212121;
    line-height: 27px;
    transition: 0.2s ease-in-out;
    margin-bottom: 3px !important;
}

.privacy_content_main_div p .policy-link {
    font-weight: 700;
    text-decoration: underline;
    color: #0049d0;
}
.privacy_content_main_div > h2 {
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}
.privacy_content_main_div > h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}
.privacy_content_main_div > h4 {
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.grecaptcha-badge {
    display: none;
}
