/* ....................................
1. Preloader css
.......................................*/

.loader-page {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 310;
    background-color: #fff;
    text-align: center;
}


/* ....................................
2. Theme Default CSS
.......................................*/

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .4px;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

body.modal-open {
    position: fixed;
}

*:focus {
    outline: 0;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a,
button {
    outline: medium none;
}

button {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: .3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani', sans-serif;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 26px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 56px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 22px;
    line-height: 1.5;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

li {
    list-style: none
}

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

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

*::placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

.input-border::-moz-placeholder {
    color: #fff;
}

.input-border::placeholder {
    color: #fff;
}

.underline {
    text-decoration: underline;
}

.white {
    color: #fff;
}

.bg-white {
    background: #ffffff;
}

.icon-links.icon-links-top {
    margin: 0;
}


/*Buttons*/

.btn,
.btn:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.btn-round {
    border-radius: 11px;
    padding: 14px 21px;
    line-height: 11px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #9d24ba;
    box-shadow: 0px 0px 10px rgb(205 205 205 / 97%);
    background: #fff;
    border: 1px solid;
}

.btn-round:hover {
    color: #9612b7;
}

.btn-round-blue {
    border-radius: 100px;
    padding: 15px 25px;
    line-height: 11px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.btn-round-blue:hover {
    color: #fff;
}

.btn-square {
    padding: 17px 45px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}

.btn-square:hover {
    color: #fff;
}

.btn-square-border {
    padding: 17px 45px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    background: none;
    border: 1px solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}

.btn-square-border:hover {
    color: #fff;
}

.btn-square-green {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
}

.btn-square-white {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    border: 1px solid #fff;
}

.btn-square-blue {
    padding: 17px 35px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    border: 1px solid #fff;
}

.btn-square-white:hover,
.btn-square-green:hover,
.btn-blue:hover {
    color: #fff;
}

.btn-round-border {
    border-radius: 100px;
    padding: 16px 40px;
    line-height: 11px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .4px;
    border: 1px solid;
}

.btn-blue {
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    border-radius: 0;
    height: 50px;
}

.btn-round-border:hover {
    color: #fff;
}

.plus-btn {
    height: 54px;
    width: 54px;
    color: #fff;
    margin: auto;
    border-radius: 50px;
}

.circle-btn {
    height: 54px;
    width: 54px;
    line-height: 42px;
    color: #fff;
    margin: auto;
    border-radius: 50px;
}

.circle-btn:hover {
    color: #fff;
}

.plus-btn:hover {
    background-color: #ffffff;
}

.btn.wide {
    padding-left: 45px;
    padding-right: 45px;
}

.btn-border-blue {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid;
    border-radius: 0;
    padding: 13px 25px;
    line-height: 0;
}


/* ....................................
3. Header
.......................................*/


/*****header type 1*****/

.transperant-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    height: 116px;
    width: 100%;
}

.logo img {
    max-width: 91%;
    position: relative;
    top: 0px;
    /* background-color: #fff; */
    /* box-shadow: 0 39px 18px -9px #bbbbbb; */
}

.menu-links,
.icon-links {
    float: right;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.icon-links {
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.menu-links {
    position: absolute;
    top: 33px;
    max-width: 600px;
    right: 19%;
    margin: auto;
}

.menu-links:after {
    position: absolute;
    content: close-quote;
    width: 2px;
    height: 30px;
    right: -4px;
    top: 50%;
    transform: translatey(-50%);
    opacity: .20;
}

.main-menu li {
    display: inline-block;
    margin: 0px 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}

.main-menu li a {
    font-size: 15px;
    /* letter-spacing: .8px; */
    font-weight: 500;
    display: inline-block;
    padding: 44px 0px;
    color: #000;
}

.main-menu li a i {
    font-size: 10px;
}

.main-menu li:after {
    position: absolute;
    content: close-quote;
    bottom: -3px;
    height: 3px;
    left: 0;
    right: 0;
    width: 0;
}

.main-menu li:hover:after,
.main-menu li.active:after {
    width: 100%;
    transition: all .4s;
    z-index: 5;
}

.main-menu li .submenu {
    position: absolute;
    width: 220px;
    left: -10%;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background-color: #194181;
    z-index: 25;
}

.main-menu li .submenu li {
    display: block;
}

.main-menu li .submenu li a {
    padding: 3px 5px;
    border-bottom: 1px solid;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #fff;
    font-size: 12px;
}

.sub-2 {
    position: relative;
}

.sub-2:after {
    content: "\f105";
    top: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.main-menu li .submenu li:last-child a {
    border: none;
}

.main-menu .submenu li:after {
    height: 1px;
    bottom: .4px;
}

.main-menu li .submenu .submenu li a {
    border-bottom: 1px solid;
}

.main-menu li .submenu .submenu li:last-child a {
    border: none;
}

.main-menu li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.main-menu li .submenu li .submenu {
    left: 184px;
    top: 0;
    box-shadow: -3px 3px 6px 0px #00000014;
}

.shop-icon {
    position: relative;
    color: #fff;
}

.shop-icon .count {
    width: 20px;
    position: absolute;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    right: -14px;
    top: -7px;
}

.shop-icon,
.search-icon {
    font-size: 17px;
    margin-right: 28px;
    color: #fff;
}

.shop-icon {
    margin-right: 30px;
}

.shop-icon:hover,
.search-icon:hover {
    color: #fff;
}

.search-popup .modal-content {
    background: none;
    border: none;
}


/*search popup*/

.input-search {
    height: 70px;
    background: none;
    border-radius: 0;
    border: 2px solid;
    padding-left: 40px;
    color: #fff;
}

.input-search:focus {
    background: none;
    color: #fff
}

.search-popup .modal-dialog {
    max-width: 1000px;
    width: 100%;
}

.input-search+i {
    position: absolute;
    right: 40px;
    font-size: 20px;
}

.input-search::-moz-placeholder {
    color: #fff;
    font-size: 20px;
    opacity: 1;
}

.input-search::placeholder {
    color: #fff;
    font-size: 20px;
    opacity: 1;
}

.close-search-modal {
    position: absolute;
    top: 40px;
    right: 50px;
    color: #fff;
    font-size: 24px;
}


/*mobile menu*/

.mean-container a.meanmenu-reveal {
    margin-top: -80px;
    right: 0;
}

.mean-container .mean-bar {
    padding: 0px 0;
    min-height: 0;
}

.mean-container .mean-nav {
    margin-top: 0px;
}

.mean-container a.meanmenu-reveal {
    text-indent: initial;
}

.mean-container .mean-nav ul li a i {
    display: none;
}

.mean-container .mean-nav ul li a {
    font-size: 13px;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgb(51, 61, 72);
}


/*****header type 2*****/

.nice-select.lan-select {
    border: 0;
    line-height: 42px;
    font-weight: 600;
    padding-right: 12px;
    padding-top: 0;
    padding-left: 0px;
}

.nice-select.lan-select .list {
    left: initial;
    right: 0;
}

.nice-select.lan-select:after {
    right: 2px;
}

.language i {
    font-size: 17px;
}

.left-head-top .contact-head {
    border-right: 1px solid #eaeaea;
    padding: 12px 0px;
    padding-right: 30px;
    margin-right: 30px;
}

.language {
    border-left: 1px solid #eaeaea;
    padding-top: 13px;
    padding-bottom: 13px;
}

.menu-links-2 .main-menu li a {
    padding: 20px 0px;
}

.height-btn {
    padding-top: 25px;
    padding-bottom: 25px;
}

.menu-links-2 .main-menu>ul>li:hover:after,
.menu-links-2 .main-menu>ul>li.active:after {
    background-color: #fff;
    height: 2px;
}

.menu-links-2 .main-menu>ul>li:first-child {
    margin-left: 0;
}


/*mobile menu*/

.mobile-menu-2.mean-container .meanmenu-reveal span {
    background: #ffffff;
}

.mobile-menu-2.mean-container .meanmenu-reveal {
    padding: 9px 9px;
    top: 27px;
    right: 30px !important;
}

.mobile-menu-2.mean-container .mean-bar {
    z-index: 10;
}


/*****header type 3*****/

section.top-header {
    position: relative;
    z-index: 301;
}

.header-style-3 {
    top: 0;
    height: 92px;
    border-top: 3px solid #6a0583;
    background-color: transparent;
}

.header-style-3 .container {
    max-width: 1222px;
}

.logo {
    position: absolute;
    left: 0;
    width: 430px;
    top: 8px;
}

.header-style-3 .main-menu li a {
    padding: 5px 0px;
}

.header-style-3 .icon-links {
    margin-top: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    right: 0;
    top: 24px;
}

.header-style-3 .icon-links a i {
    margin-right: 5px;
}

.top_wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.main-menu-3>ul>li:first-child {
    margin-left: 0px;
}

.transperant-head.header-style-3.fixed-nav {
    background: none;
}

.top-social-links {
    position: absolute;
    top: 19rem;
    width: 50px;
    left: 19px;
    z-index: 99;
}

.top-social-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin-bottom: 14px;
    line-height: 39px;
    box-shadow: 0px 0px 0px 3px;
}

.top-social-links ul li:nth-child(1) a {
    background-color: #1f69e4;
}

.top-social-links ul li:nth-child(2) a {
    background-color: #dc3545;
}

.top-social-links ul li:nth-child(3) a {
    background-color: #000000;
}
.top-social-links ul li:nth-child(3) a img{
    filter: brightness(0) invert(1);
    width: 20px;
}
.top-social-links ul li:nth-child(4) a {
    background-color: #ce4fc6;
}

.top-social-links a {
    margin-bottom: 5px;
}


/* ....................................
4. Slider
.......................................*/


/*****Slider type 1*****/

.slider-area {
    background-size: cover;
    min-height: 730px;
}

.slide-div {
    padding-top: 273px;
    position: relative;
}

.line-head {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: 13px;
    color: #f29701;
}

.line-head .line {
    position: absolute;
    width: 100px;
    height: 1px;
    background: #f29701;
}

.line-head .line.before {
    left: -119px;
    top: 50%;
    background: #f29701;
}

.line-head .line.after {
    right: -119px;
    top: 50%;
    background: #f29701;
}

.banner-head {
    font-size: 52px;
    color: #fff;
    line-height: 66px;
    font-weight: 700;
}

.slide-div .owl-nav button {
    position: absolute;
    top: 43%;
}

.slide-div .owl-nav button i {
    font-size: 24px;
    opacity: .5;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
}

.slide-div .owl-nav button:hover i {
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.slide-div .owl-nav .owl-prev {
    left: -190px;
}

.slide-div .owl-nav .owl-next {
    right: -190px;
}

.slide-div .owl-dots .owl-dot {
    height: 2px;
    width: 25px;
    margin: 0px 8px;
    opacity: .3;
    background-color: #fff;
}

.slide-div .owl-dots .owl-dot.active {
    opacity: 1;
}

.slide-div .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -100px;
    line-height: 0;
}


/*****Slider type 2*****/

.silder-img {
    background-size: cover;
    min-height: 100vh;
}

.slider-content {
    padding-top: 178px;
}

.banner-head-2 {
    font-size: 48px;
    color: #fff;
    line-height: 1.4;
}

.dots-slider .owl-dot {
    height: 2px;
    width: 25px;
    margin: 0px;
    margin-right: 15px;
    opacity: .3;
    background-color: #fff;
    border: none;
}

.dots-slider {
    line-height: 0;
}

.dots-slider .owl-dot.active {
    opacity: 1;
}

.slider-btn {
    width: 90px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #204f72;
}

.slider-control {
    position: relative;
    /* right: 0; */
    /* left: 0; */
    /* bottom: 0; */
}

.slider-btn:hover {
    background-color: #fff;
}

.slide-social {
    width: 52px;
    position: relative;
    text-align: right;
    float: right;
}

.slide-social-outer {
    position: absolute;
    left: 0;
    right: 0;
}

.slide-social ul>li {
    display: block;
}

.slide-social li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    border-radius: 50%;
}

.slide-social li {
    margin-bottom: 15px;
}


/*****Slider type 3*****/

.slider-content-3 {
    padding-top: 229px;
}

.slider-control.type-3 {
    /* bottom: 25px; */
}

.slider-control.type-3 .dots-slider .owl-dot {
    opacity: .3;
}

.slider-control.type-3 .dots-slider .owl-dot.active {
    opacity: 1;
}


/* ....................................
5. Client logos slide
.......................................*/

.top-clients {
    border-bottom: 2px solid;
}

.client-count {
    padding: 25px 10px;
}

.client-count:after {
    width: 0px;
    position: absolute;
    content: close-quote;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clients-top-each {
    height: 117px;
    border-right: 1px solid;
}

.clients-top-each img {
    max-width: 170px;
    opacity: .7;
}


/* ....................................
6. Our Features
.......................................*/

.icon-text p {
    margin: 0;
    color: #ccc;
    font-size: 14px;
}

.icon-text h5 {
    margin-bottom: 14px;
    color: #89e573;
    font-size: 26px;
    font-weight: 600;
}


/* ....................................
7. About US
.......................................*/

.ceo-video {
    max-width: 445px;
}

.blob {
    border-radius: 50%;
    max-height: 75px;
    max-width: 75px;
    animation: pulse-black 2s infinite;
    text-align: center;
    z-index: 6;
}

.blob i {
    font-size: 23px;
    color: #fff;
    padding: 26px 26px;
    transform: none;
}

.blob-md {
    border-radius: 50%;
    max-height: 45px;
    max-width: 45px;
    animation: pulse-black 2s infinite;
    text-align: center;
    z-index: 6;
}

.blob-md i {
    font-size: 14px;
    color: #fff;
    padding: 16px 16px;
    transform: none;
}

.about-text {
    padding: 0px 35px;
}

.fancy-head h1 {
    /* font-weight: bold; */
    color: #25587b;
}

.name-author .name {
    font-size: 17px;
    font-weight: 600;
}

.name-author p {
    margin-bottom: 0;
}

.hr-line {
    height: 1px;
}

p.big-p {
    font-size: 17px;
}


/*about type 2*/

.about-us-3[data-overlay="9"]::before {
    background-color: #fff;
}

.icon-box-border {
    /* border: 1px solid; */
    padding: 25px 15px;
    margin-bottom: 30px;
    box-shadow: 0 24px 18px -9px #949090;
}


/* ....................................
8. Services
.......................................*/

.service-box {
    background-color: #fff;
    padding: 50px 40px;
}

.service-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
}

.service-icon-bg {
    position: absolute;
    content: close-quote;
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    z-index: 3;
    border-radius: 50%;
}

.service-icon img {
    z-index: 5;
}

.service-icon:after {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* background-color: #ffffff; */
    z-index: 4;
    border-radius: 50%;
}

.service-text {
    position: relative;
    z-index: 5;
}

.service-text h4 {
    font-size: 21px;
}

.service-box.img-lined:hover:before {
    opacity: 1;
}

.service-box:hover .service-text h4,
.service-box:hover .service-text p {
    color: #fff;
}

.service-box:hover .service-icon-bg {
    border: 1px solid #fff;
}


/*service box type 2*/

.service-box.type-2.img-lined:before {
    border: 1px solid;
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service-box.type-2 .service-text h4 {
    font-size: 23px;
}

.service-icon-2 {
    width: 82px;
    height: 82px;
    border-radius: 50%;
}

.service-icon-2 img {
    max-width: 43px;
}

.service-box.type-2:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.3);
}

.service-box.type-2:hover.img-lined:before {
    border: 5px solid;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}


/*service box type 3*/

.service-list-3 {
    background-color: #fff;
    padding: 45px 30px;
    margin-bottom: -110px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service-list-3.no-mar {
    margin-bottom: 30px;
}

.icon-bg-white {
    width: 87px;
    height: 87px;
    background-color: #ffffff;
    margin: auto;
    border-radius: 50%;
    /* border: 4px solid #e1e6ea; */
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 0 26px #3e3e3e;
}

.service-list-3 h4 {
    font-size: 20px;
    /* max-width: 180px; */
    margin: auto;
    letter-spacing: 0px;
    font-weight: 600;
    color: #194f75;
}

.undeline-3 {
    width: 25px;
    height: 2px;
    display: block;
    margin: auto;
}

.service-list-3.img-lined:before {
    opacity: 1;
}

.service-list-3:hover h4,
.service-list-3:hover p {
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service-list-3:hover .btn-border-blue {
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service-list-3:hover .undeline-3 {
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service-list-3:hover .icon-bg-white {
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service-list-3:hover .icon-bg-white:before {
    position: absolute;
    content: close-quote;
    left: -16px;
    top: -16px;
    bottom: -16px;
    right: -16px;
    background: #ffffff30;
    border-radius: 50%;
    z-index: -1;
}

.counts-type-3 {
    border-right: 1px solid;
}


/* ....................................
9. Features list
.......................................*/

.video-text {
    text-align: center;
    z-index: 6;
}

.video-text .blob {
    margin: auto;
}

.feature-all {
    padding: 0px 35px;
}

.feature-list-all li {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.feature-list-all li:last-child {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.feature-detail p {
    margin: 0;
}

.feature-num span {
    width: 53px;
    height: 53px;
    margin-top: 10px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    font-weight: 900;
}


/* ....................................
10. Call back
.......................................*/

.line-head.white {
    color: #fff;
}

.input-white {
    border: none;
    position: relative;
    border-radius: 0px;
    height: 50px;
    padding: 0px 25px;
}

.input-white+i {
    position: absolute;
    right: 25px;
    font-size: 17px;
    opacity: .4;
}

.input-lg {
    height: 60px;
}


/*callback type 2*/

.check-list li {
    font-weight: 400;
}


/* ....................................
11. Our Team
.......................................*/

.team-image .hover-team {
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    opacity: 0;
    right: 7px;
    text-align: center;
}

.social-icons li {
    display: inline-block;
}

.social-icons-lg {
    font-size: 20px;
}

.hover-team .social-icons {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.social-icons li a {
    color: #fff;
    margin: 0px 10px;
}

.team-info {
    padding: 20px 10px;
}

.team-info h5 {
    font-size: 19px;
}

.team-each:hover .team-image.img-lined:before {
    opacity: .8;
    border: none;
}

.team-each:hover .team-image.img-lined:before,
.team-each .team-image.img-lined:before {
    -webkit-transition: all .4s ease-out;
    transition: all .4s;
}

.team-each:hover .team-image .hover-team {
    opacity: 1;
}

.social-icons li a:hover i {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -webkit-transition: .2s;
    transition: .2s;
}

.arrow-navigation .nav-slide {
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    margin-left: 15px;
}

.arrow-navigation .nav-slide img {
    margin-top: 9px;
    width: 100%;
    max-width: 24px;
    position: relative;
}

.arrow-navigation .slide-right img {
    left: -13px;
}

.arrow-navigation .nav-slide:hover {
    transform: scale(1.1);
    box-shadow: 0px 3px 7px 0px rgba(40, 47, 65, 0.43);
}


/*team 2 css*/

.team-2-each img {
    opacity: .4;
}

.team-2-each:hover img {
    opacity: 1;
}

.team-hover-div {
    padding: 15px 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.60);
    opacity: 0;
}

.team-2-each:hover .team-hover-div {
    opacity: 1;
}

.team-hover-div h5 {
    font-size: 19px;
}

.team-2-each .team-hover-div h5 a:hover {
    color: #fff;
}

.career-box {
    min-height: 256px;
}

.career-text {
    max-width: 150px;
}

.career-text h5 {
    font-size: 19px;
}

.team-2-each:hover {
    box-shadow: none;
}


/*team 3 css*/

.team-detail-3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -52px;
    padding: 20px 25px;
    padding-left: 60px;
}

.each-team-3 {
    margin-right: -1px;
}

.each-team-3:hover .team-detail-3 {
    bottom: 0px;
}

.each-team-3 .team-content h5 a:hover {
    color: #fff;
}

.team-detail-3[data-overlay]::before {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.social-icons.boxed-social li a {
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    margin-right: 12px;
    font-size: 14px;
}

.social-icons.boxed-social li a:hover i {
    -webkit-transform: none;
    transform: none;
}

.team-content .boxed-social {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.each-team-3:hover .team-content .boxed-social {
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.each-team-3:hover .team-detail-3 h5 {
    color: #fff;
}

.team-detail-3 h5:before {
    position: absolute;
    content: close-quote;
    left: -35px;
    top: 14px;
    height: 1px;
    width: 20px;
}

.each-team-3:hover .team-detail-3 h5:before {
    background-color: #fff;
}

.social-icons.boxed-social li a:hover {
    background-color: #fff;
}

.each-team-3.fix {
    margin-bottom: 30px;
}

.image-team-3 img {
    width: 100%;
}

.team-image img {
    width: 100%;
}


/* ....................................
12. Our Pricing
.......................................*/

.price-each {
    padding: 55px 35px;
    background-color: #fff;
}

.price-each.img-lined:before {
    border: 1px solid;
    opacity: 1;
}

.price-head h4 {
    border-bottom: 1px solid;
}

.price-head .price-icon {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    z-index: 5;
}

.price-head .price-icon:before {
    position: absolute;
    content: close-quote;
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    z-index: 4;
    border-radius: 50%;
    border: 1px solid;
    box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.3);
}

.price-text h1 {
    font-size: 64px;
    letter-spacing: 0;
}

.price-text h1 span {
    font-size: 14px;
    margin-right: 5px;
    font-weight: 500;
}

.price-each.active.img-lined:before {
    border: 1px solid #ffffff;
    opacity: 0.3;
}

.price-each.active .price-head h4,
.price-each.active .price-text h1,
.price-each.active .price-text p,
.price-each.active .price-text h1 span {
    color: #fff;
}

.price-each.active .price-text {
    color: #fff;
}

.price-each.active .price-head h4 {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.price-each.active .price-head .price-icon:before {
    border-color: #fff;
}

.price-tabs .nav-link {
    padding: 8px 30px;
    border-radius: 0;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.price-tabs .nav-link.active {
    padding: 11px 30px;
    box-shadow: 0px 13px 20px -8px rgba(0, 0, 0, 0.15);
}


/*pricing type 2*/

.price-each-2 {
    padding: 30px 35px;
    background-color: #fff;
}

.price-2-row {
    max-width: 979px;
    margin: auto;
}

.price-icon-2 {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    z-index: 5;
}

.price-icon-2:before {
    position: absolute;
    content: close-quote;
    left: -7px;
    top: -7px;
    bottom: -7px;
    right: -7px;
    z-index: 4;
    border-radius: 50%;
    border: 1px solid;
}

.price-text li {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 7px;
}

.price-text li:last-child {
    margin-bottom: 0px;
}

.price-text li.line-threw {
    text-decoration: line-through;
}

.price-each-2.active {
    padding: 45px 35px;
    position: relative;
    overflow: hidden;
}

.price-tag {
    color: #fff;
    padding: 5px;
    position: absolute;
    right: -35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 28px;
    z-index: 10;
    width: 153px;
}


/* ....................................
13. Testimonials
.......................................*/

.client-image {
    max-width: 70px;
    margin: auto;
    position: relative;
}

.client-image:before {
    position: absolute;
    content: close-quote;
    border: 2px solid;
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    border-radius: 50%;
    opacity: .5;
}

.client-texts h3 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.client-texts p {
    font-size: 15px;
    line-height: 28px;
}

.client-texts {
    max-width: 730px;
    margin: auto;
}

.stars-rate li {
    font-size: 14px;
}

.stars-rate li i {
    margin: 0px 2px;
}

.arrow-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.arrow-btn i {
    color: #fff;
    font-size: 16px;
}

.arrow-btn {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.arrow-btn i {
    color: #fff;
    font-size: 16px;
}

.testimonial-slider .arrow-btn {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
}

.testimonial-slider .owl-prev .arrow-btn {
    left: 0;
}

.testimonial-slider .owl-next .arrow-btn {
    right: 0;
}

.testimonial-slider .owl-nav {
    height: 0;
}

.client-logos {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/*testimonial type 2*/

.client-2-img .client-image:before {
    border: 1px solid;
    left: -7px;
    right: -7px;
    bottom: -7px;
    top: -7px;
}

.client-2-img .img-div {
    padding-left: 8px;
}


/*testimonial type 3*/

.testimonial-3-slide .owl-dot span {
    height: 2px;
    width: 15px;
    margin-right: 20px;
    opacity: .3;
    background-color: #fff;
    display: inline-block;
}

.testimonial-3-slide .owl-dot.active span {
    opacity: 1;
}

.testimonial-3-slide .client-image {
    max-width: 60px;
}

.testimonial-3-slide .owl-dots {
    margin-top: 35px;
}

.quote-icon {
    margin-top: 112px;
}

.quote-icon i {
    font-size: 45px;
}

.quote-icon:before {
    position: absolute;
    content: close-quote;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .12;
    top: -36px;
    left: 12px;
}


/* ....................................
14. client logos area
.......................................*/

.each-logo {
    height: 86px;
    background-color: #fff;
}

.each-logo img {
    opacity: .5;
}

.each-logo:hover {
    background: none;
    border: 1px solid;
}

.each-logo:hover img {
    opacity: 1;
}


/* ....................................
15. Cta area
.......................................*/

.each-count-up {
    padding: 30px;
}

.each-count-up.shade {
    background-color: rgba(255, 255, 255, 0.1);
}

.input-border {
    position: relative;
    border-radius: 0px;
    height: 50px;
    padding: 0px 25px;
    background: none;
    color: #fff !important;
    border: 1px solid #fff;
}

.input-border:focus {
    background: none;
    border-color: #fff;
}


/* ....................................
16. Blog area
.......................................*/

.blog-date {
    padding: 15px;
    background-color: #25587b;
}

.blog-date .month {
    line-height: 15px;
    font-size: 13px;
    letter-spacing: .8px;
}

.blog-text p {
    font-size: 13px;
    color: orange;
}

.each-blog {
    border-bottom: 1px solid;
}

.each-blog:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.each-blog:hover .blog-date .day,
.each-blog:hover .blog-date .month {
    color: #fff;
}

.blog-box-text {
    position: absolute;
    right: 0;
    bottom: -25px;
    padding: 25px 30px;
    max-width: 345px;
}

.line-before {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    padding-left: 38px;
}

.blog-box-text .text-link-a:hover,
.blog-box-text h5:hover a {
    color: #fff;
}

.blog-box:hover .line-before {
    padding-left: 48px;
}

.blog-box:hover .line-before:before {
    width: 35px;
    transition: all .4s;
}

.line-before:before {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 9px;
    width: 25px;
    height: 1px;
    transition: all .4s;
}


/*blog type - 3*/

.blog-3-each {
    padding: 35px 45px;
    border: 1px solid #fff;
    background-color: #fff;
    padding-left: 140px;
}

.blog-3-each:hover {
    background: none;
    border: 1px solid;
}

.blog-3-each .blog-date {
    position: absolute;
    left: 45px;
    top: 30px;
}

.blog-by-detail li {
    display: inline-block;
    line-height: 0;
}

.blog-by-detail li a {
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid;
    line-height: 0;
}

.blog-by-detail li:last-child a {
    padding: 0;
    margin: 0;
    border: navajowhite;
}

.blog-content .hr-1 {
    background-color: #000;
}


/* ....................................
17. Footer area
.......................................*/

.contact-area {
    padding: 17px 40px;
    height: 100%;
}

.contact-area:before {
    position: absolute;
    content: close-quote;
    left: 21px;
    top: -4px;
    right: 0;
    height: 4px;
    z-index: 5;
    background-color: transparent;
}

.contact-options li {
    color: #202020;
    position: relative;
    padding-left: 51px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 19px;
    font-weight: 400;
}

.contact-options li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #e5ceeb;
    color: #980fbc;
    text-align: center;
    font-size: 17px;
    line-height: 29px;
}

.contact-options li span {
    color: #980fbc;
    font-weight: 600;
    display: block;
}

.boottom_info_address {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 83px;
}

.boottom_info_address li {
    display: inline-block;
    border-right: 1px dashed #333;
    padding: 8px 14px;
}

.boottom_info_address li:last-child {
    border-right: 0px;
}

.boottom_info_address li i {
    color: #60BB55;
    margin-right: 4px;
}

.social-links li a {
    color: #abb3bb;
}

.social-links li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #1a7c08;
    color: #fff;
}

.social-links li a i {}

.social-links li a:hover i {
    transform: none;
    color: #fff;
}

.links-list li {
    margin-bottom: 7px;
}

.footer-links {
    margin-bottom: 29px;
}

.links-list li:last-child {
    margin: 0;
}

.links-list a {
    position: relative;
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0px;
    letter-spacing: .8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.links-list a:before {
    position: absolute;
    content: close-quote;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 10px;
    width: 0px;
    height: 1px;
}

.links-list a:hover:before {
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 15px;
    background-color: #a51cc2;
}

.links-list a:hover {
    padding-left: 25px;
}

.scroll-btn {
    height: 50px;
    width: 50px;
    color: #a330b4;
    border-radius: 50%;
    border: 2px solid;
    position: fixed;
    right: 30px;
    bottom: 51px;
    background: #fff;
}


/* ....................................
18. About page
.......................................*/

.green-line {
    display: inline-block;
    width: 55px;
    height: 1px;
}

.banner-breadcump .breadcrumb {
    background: 0;
    padding: 0;
    margin: 0;
}

.banner-breadcump .breadcrumb-item.active,
.banner-breadcump li a {
    color: #fff;
}

.banner-breadcump .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #fff;
    font-size: 12px;
}


/*mission vision*/

.fancy-2 {
    display: inline-block;
    position: relative;
}

.fancy-2:after {
    position: absolute;
    content: close-quote;
    width: 100px;
    height: 1px;
    top: 50%;
    margin-left: 15px;
}

.check-list-2 li {
    font-weight: normal;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}

.check-list-2 li:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
}


/*faq area*/

.bg-faq-img {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    background-repeat: no-repeat;
}

.faq-row {
    max-width: 1140px;
    margin: auto;
}

.faq-box .card .card-header::after {
    content: "\f068";
    top: 50%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-box .card .card-header.collapsed::after {
    content: "\f067";
}

.faq-right-area {
    padding-left: 50px;
    padding-right: 15px;
}

.faq-box .card {
    border: none;
    margin-bottom: 15px;
    border-radius: 0px;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    background: none;
}

.faq-box .card-header {
    border: none;
    background-color: #fff;
    padding: 13px 25px;
    padding-right: 35px;
    cursor: pointer;
    position: relative;
}

.faq-box .card-header h5 {
    font-size: 16px;
    font-weight: 500;
}

.faq-box .card-body {
    padding: 25px 25px;
    padding-bottom: 10px;
    line-height: 1.8;
}

.banner-breadcump {
    float: right;
}


/* ....................................
19. Service details
.......................................*/

.block-quote {
    padding: 20px 30px;
    border-left: 5px solid;
}

.block-quote p {
    font-family: 'Merriweather', serif;
}

.check-list-2.square-check li:before {
    content: "\f14a";
    font-weight: 400;
    font-size: 14px;
}

.check-list-2.square-check li {
    margin-bottom: 3px;
}

.faq-box.bodered-faq .card {
    border: 2px solid;
}

.faq-box.bodered-faq .card-body {
    padding: 25px 25px;
    padding-top: 0px;
}

.share-btn .circle-btn,
.share-btn .social-icons {
    display: inline-block;
}

.social-icons.round-border li a {
    border: 1px solid;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    margin-left: 10px;
}

.share-btn {
    overflow: hidden;
}

.social-icons.round-border {
    position: relative;
    top: 4px;
    padding-right: 10px;
    opacity: 0;
    width: 50px;
    white-space: nowrap;
}

.share-btn:hover .social-icons {
    opacity: 1;
    width: 205px;
}

.right-box-head {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.right-box-head h4 {
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.right-box-content {
    padding: 20px 30px;
}

.right-box-head h4:after {
    position: absolute;
    content: close-quote;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -21px;
}

.other-dervices .icon img {
    max-width: 40px;
    margin-right: 25px;
}

.other-dervices .icon-text h6 {
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    margin-top: 5px;
}

.other-dervices .icon-text p {
    font-size: 13px;
}

.other-dervices {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

li:last-child .other-dervices {
    margin: 0;
    padding: 0;
    border: none;
}

.search-white {
    height: 60px;
}

.search-white+i {
    position: absolute;
    right: 25px;
    opacity: 1;
}

.input-white:hover,
.input-white:focus {
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.12);
}

.social-profile-box {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    border: 1px solid;
    font-size: 16px;
    margin-right: 8px;
}

.social-profile-box:hover {
    color: #fff;
}

.ad-banner {
    max-width: 400px;
    margin: auto;
}


/* ....................................
20. Blog list standared
.......................................*/

.each-blog-standared .blog-list-content {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid;
}

.slider-type-blog .owl-prev,
.slider-type-blog .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-type-blog.owl-carousel .owl-nav button.owl-next,
.slider-type-blog.owl-carousel .owl-nav button.owl-prev {
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 50%;
}

.slider-type-blog.owl-carousel .owl-nav {
    opacity: .3;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.slider-type-blog.owl-carousel:hover .owl-nav {
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.slider-type-blog .owl-next {
    right: 30px
}

.slider-type-blog .owl-prev {
    left: 30px
}

.pagination-type1 ul li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 45px;
}

.pagination-type1 ul li {
    display: inline-block;
    margin-right: 15px;
}

.pagination-type1 ul li a:hover,
.pagination-type1 ul li.active a {
    color: #fff;
}

.pagination-type1 ul li:first-child a,
.pagination-type1 ul li:last-child a {
    border: none;
}

.pagination-type1 ul li:first-child a,
.pagination-type1 ul li:last-child a {
    border: none;
}

.pagination-type1.right-align {
    text-align: right;
}

.pagination-type1.right-align ul li {
    margin-right: 0px;
    margin-left: 15px;
}

.pagination-type1.center-align ul li {
    margin-right: 0;
    margin: 0px 7px;
}


/* ....................................
21. Blog list grid
.......................................*/

.blog-date-2 {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 60px;
    color: #fff;
}

.blog-grid-text {
    padding: 25px 30px;
}

.blog-grid-text .hr-1 {
    background-color: #000000;
}

.blog-grid {
    max-width: 349px;
    margin: auto;
    margin-bottom: 30px;
}

.blog-grid:hover {
    background-color: #fff;
    box-shadow: 0px 8px 19px -8px rgba(0, 0, 0, 0.15);
}

.blog-grid-image img {
    width: 100%;
}


/* ....................................
22. Blog details
.......................................*/

.blog-by-info .list-inline-item:not(:last-child) {
    margin-right: 13px;
    border-right: 1px solid;
}

.blog-by-info {
    text-transform: uppercase;
}

.blog-img-detail {
    position: relative;
}

.blog-img-detail .blog-date {
    position: absolute;
    left: 35px;
    top: 35px;
    background-color: #fff;
    z-index: 10;
}

.block-quote-2 i.fas {
    font-size: 45px;
    position: absolute;
    left: 45px;
    top: 43px;
}

.block-quote-2 {
    padding: 35px;
    padding-left: 125px;
    position: relative;
}

.block-quote-2:before {
    position: absolute;
    content: close-quote;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid #fff;
}

.block-quote-text p {
    font-family: 'Merriweather', serif;
}

.block-quote-by {
    display: inline-block;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    padding-left: 35px;
    position: relative;
}

.block-quote-by:before {
    position: absolute;
    content: close-quote;
    left: 0;
    height: 1px;
    width: 22px;
    top: 50%;
}

.tag-link {
    display: inline-block;
    padding: 5px 24px;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-weight: 500;
}

.tag-link:hover {
    color: #fff;
}

.social-icons.black li a {
    margin: 0;
    margin-right: 20px;
}

.team-round {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 134px;
    flex: 0 0 134px;
    max-width: 134px;
    margin-right: 28px;
}

.next-prev-button {
    border-top: 1px solid;
    border-bottom: 1px solid;
}


/*comment*/

.comment-text .top-head h6 {
    display: inline-block;
}

.connent-lists>li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid;
}

.comment-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    flex: 0 0 77px;
    max-width: 77px;
    margin-right: 30px;
}

.comment-date {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 15px;
}

.name-replay .reply {
    float: right;
    font-size: 13px;
}

.name-replay .list-inline {
    display: inline-block;
    font-size: 14px;
}

.replay-comment {
    padding-left: 75px;
}

.green-border {
    border: 1px solid;
}

textarea.input-white {
    height: auto;
    padding-top: 20px;
}

.popular-post-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    max-width: 82px;
    position: relative;
}

.popular-post-text p {
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
}

.popular-post-text span {
    font-weight: 500;
    font-size: 12px;
}

.popular-post-img .full-cover {
    color: #fff;
    opacity: 0;
}

a.popular-post:hover .full-cover {
    opacity: 1;
}

.popular-post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popular-post:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.categories li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.categories li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.categories li a {
    font-size: 14px;
    display: block;
}

.categories li a span {
    float: right;
    display: inline-block;
    font-size: 12px;
    width: 24px;
    height: 23px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-top: 1px;
}

.gallery-links {
    position: relative;
    display: block;
}

.each-gallery {
    margin-right: 12px;
}

.gallery-links .full-cover {
    color: #fff;
}

.each-gallery:last-child {
    margin: 0;
}

.gallery-links .full-cover {
    opacity: 0;
}

.gallery-links:hover .full-cover {
    opacity: 1;
}

.tags-widget .list-inline-item {
    margin-right: 5px;
    margin-bottom: 10px;
}


/* ....................................
23. Portfolio
.......................................*/

.portfolio-item-img {
    position: relative;
}

.portfolio-overlay {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    opacity: 0;
}

.portfolio-overlay {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 5;
    left: 8px;
    padding: 30px;
    color: #fff;
}

.portfolio-overlay:before {
    position: absolute;
    content: close-quote;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .9;
    z-index: 1;
}

.portfolio-overlay .date {
    position: absolute;
    top: 25px;
    left: 30px;
}

.portfolio-item-detail {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
}

.plus-line-link {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    bottom: 0;
}

.plus-line-link:before {
    position: absolute;
    content: close-quote;
    height: 36px;
    width: 1px;
    background-color: #fff;
    left: 50%;
    top: 0;
}

.plus-line-link:after {
    position: absolute;
    content: close-quote;
    height: 1px;
    width: 36px;
    background-color: #fff;
    left: 0;
    top: 50%;
}

.portfolio-item-detail .filtered-name {
    position: relative;
    padding-left: 30px;
}

.portfolio-item-detail .filtered-name:before {
    position: absolute;
    content: close-quote;
    width: 19px;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 50%;
}

.portfolio-item {
    margin: 0px 15px;
    margin-bottom: 30px;
}

.portfolio-item.mar-0 {
    margin: 0px 0px;
    margin-bottom: 30px;
}

.portfolio-filter {
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item-img img {
    width: 100%;
    height: auto;
}

.grid-item,
.grid-sizer {
    width: 33.33%;
}

.grid-item {
    float: left;
    height: auto;
}

.btn-filter {
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 0px;
    margin-right: 45px;
    border-bottom: 2px solid #fff;
}

.filter-gallery {
    text-align: center;
}

.btn-filter.active,
.btn-filter:hover {
    border-bottom: 2px solid;
}

.btn-filter:last-child {
    margin: 0;
    margin: 0px 15px;
    margin-bottom: 12px;
}

.portfolio-item-detail h5 a:hover {
    color: #fff;
}


/* ....................................
24. Portfolio details
.......................................*/

.line-right {
    position: relative;
}

.line-right:after {
    position: absolute;
    content: close-quote;
    height: 1px;
    width: 20px;
    top: 50%;
    margin-left: 15px;
}

.case-info p {
    margin: 0;
}

.case-quote a {
    text-decoration: underline;
}

.each-gallery.case-gallery-links {
    margin-bottom: 30px;
}


/* ....................................
25. Contact us
.......................................*/

.icon-box-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 26px;
    border: 1px solid;
    margin-right: 25px;
    margin-top: 5px;
}

.icon-box-content p {
    margin: 0;
    font-weight: 500;
    line-height: 22px;
}

.contact-form {
    background-size: cover !important;
    background-position: center center !important;
}

.small-p {
    max-width: 400px;
    margin: auto;
}


/* ....................................
26. FAQ
.......................................*/

.icon-round-box-icon {
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    line-height: 46px;
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.icon-round-box-text p {
    line-height: 23px;
    margin: 0;
}

ul li:last-child .icon-round-box-icon {
    margin-bottom: 0;
}

.icon-round-box-text p span {
    font-weight: 500;
    min-width: 54px;
    display: inline-block;
}


/* ....................................
27. Login Signup
.......................................*/

.form-area {
    padding: 80px 70px 60px 70px;
}

.label-check {
    position: relative;
    top: 1px;
}


/* ....................................
28. 404
.......................................*/

.head-404 {
    font-size: 118px;
    font-weight: 900;
    line-height: 1;
}

.search-not-found {
    max-width: 440px;
    margin: auto;
}

.search-not-found .input-white+i {
    opacity: 1;
}


/* ....................................
29. coming soon
.......................................*/

.week-count h1 {
    font-size: 100px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0px;
}

.clock {
    border-right: 2px solid rgba(0, 0, 0, .1);
}

.clock sup {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
}

.week-count h1 sup {
    position: absolute;
    right: -55px;
    top: 9px;
}

.hour-week h1 {
    font-weight: bold;
    position: relative;
    font-size: 32px;
    margin-right: 55px;
    line-height: 67px;
}

.hour-week h1 sup {
    position: static;
    vertical-align: top;
}

.input-white+.input-group-append .btn {
    border: none;
    border-radius: 0px;
    color: #fff;
    width: 55px;
}

.fs-55 {
    font-size: 55px;
}


/* ....................................
30.Testimonials
.......................................*/

.testimonial-group {
    padding: 30px 35px;
}

.quote-right-light {
    position: absolute;
    right: 25px;
    top: -17px;
    font-size: 75px;
    line-height: 0;
}

.testimonial-group:after {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    content: close-quote;
    bottom: -10px;
}

.client-image.client-image-md {
    max-width: 53px;
}


/* ....................................
31.Clients
.......................................*/

.partner {
    text-align: center;
}

.partner-logo {
    position: relative;
    height: 132px;
    border: 3px solid;
    margin-bottom: 10px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.partner-logo:after {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    position: absolute;
    content: close-quote;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.partner-name {
    margin-bottom: 60px;
}

.partner-name a {
    font-size: 15px;
    font-weight: 500;
}

.partner:hover .partner-logo {
    border: 3px solid;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.partner:hover .partner-logo:after {
    border-top: 10px solid;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.partner-logo img {
    opacity: .6;
}

.partner:hover .partner-logo img {
    opacity: 1;
}


/* ....................................
32.Career
.......................................*/

.job-list {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.job-list:after {
    position: absolute;
    content: close-quote;
    width: 2px;
    height: 76px;
    right: 107px;
}

.icon-box.why-work-box {
    margin-bottom: 40px;
}

.icon-box.why-work-box .icon-img {
    width: 83px;
    margin-top: 6px;
}

.job-apply a.plus-btn {
    width: 48px;
    height: 48px;
}


/* ....................................
33.Team
.......................................*/

.team-member-image img {
    width: 100%;
}

.experience li span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.experience li {
    position: relative;
    padding-left: 41px;
    padding-bottom: 21px;
    font-size: 14px;
}

.experience li:after {
    content: close-quote;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 1px;
    top: 10px;
    border-radius: 50%;
}

.experience li:before {
    content: close-quote;
    position: absolute;
    left: 5px;
    top: 10px;
    height: 100%;
    width: 2px;
}

.experience li:last-child:before {
    height: 0;
}

.experience {
    margin-top: 20px;
}


/* ....................................
34.Tank you
.......................................*/

.thank-icon {
    width: 130px;
    height: 130px;
    margin: auto;
    border: 2px solid;
    border-radius: 50%;
    margin-bottom: 30px;
}

.thank-icon img {
    max-width: 62px;
}

.thank-outer p {
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}


/* ....................................
non use css
.......................................*/


/*switch color css*/

.color-theme {
    position: absolute;
    top: 19rem;
    z-index: 3333;
    left: -209px;
}

.c2.color-theme.transition-4 {
    top: 23rem;
    z-index: 333;
}

.theme-colors {
    width: 209px;
    background-color: #fff;
    padding: 13px 20px 3px 12px;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.25);
}

.address-info {
    font-size: 17px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.address-info:last-child {}

ul.theme-ul li {
    display: inline-block;
    width: 26%;
    margin-bottom: 13px;
    margin-right: 5%;
}

ul.theme-ul li img {
    width: 100%;
}

.theme-colors h4 {
    font-size: 15px;
    font-weight: bold;
    color: #16202b;
    margin-bottom: 10px;
}

.theme-switch {
    position: absolute;
    right: -50px;
    top: 0;
    background-color: #3575d9;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.color-theme:hover {
    left: 0;
}

.each-color {
    cursor: pointer;
    display: inline-block;
}

.theme-colors p {
    line-height: 19px;
}

.them-s-2 {
    background-color: #9f24ba;
}

.nav-slider.d-flex.justify-content-end {
    position: absolute;
    top: auto;
    left: 45%;
    transform: rotate(0deg);
    bottom: 5rem;
}

.dots-slider {
    line-height: 0;
    display: none;
}

.banner {
    height: 100vh;
    overflow: hidden;
}

a.wahtsapp {
    position: absolute;
    bottom: 27px;
    z-index: 99;
    right: 28px;
    background: #30ad56;
    color: #fff;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    line-height: 71px;
    text-align: center;
    font-size: 44px;
    box-shadow: 0px 0px 0px 10px #badbbe;
    animation: BLINK 0.8s infinite;
}

.z-99 {
    z-index: 99;
}

.down-icon {
    position: absolute;
    z-index: 9;
    color: #f29701;
    font-size: 37px;
    bottom: 13px;
    left: 50%;
    cursor: pointer;
}

.download-b {
    position: absolute;
    z-index: 99;
    bottom: 33%;
    right: 0;
    text-transform: inherit;
    background-color: #1c4f73;
    padding: 14px 13px;
    text-align: center;
}

.download-b a {
    color: #fff;
    font-size: 16px;
}

.download-b .b2 {
    display: block;
    margin-top: 8px;
    color: #FFC107;
}

.icon-img span {
    font-size: 47px;
    color: #f5b93b;
    display: inline-block;
    margin-bottom: 13px;
    width: 90px;
    height: 90px;
    border: 2px solid;
    line-height: 84px;
    border-radius: 50%;
}

.banner {
    position: relative;
    background-image: url(../img/banner/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.aboutsection {
    position: relative;
    padding: 76px 0px 220px;
}

.aboutsection::before,
.aboutsection::after {
    content: "";
    position: absolute;
}

.aboutsection::before {
    width: 100%;
    height: 100%;
    top: 0;
    background: #0c2f64;
    z-index: -1;
    transform: skew(0deg, -8deg);
}

.aboutsection::after {
    width: 100%;
    height: 20%;
    top: 0;
    background: #0c2f64;
    z-index: -1;
}

.abouheadtitle span {
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px dashed;
    font-size: 42px;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.abouheadtitle h2 {
    color: #ffff;
    font-weight: 600;
    font-size: 61px;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 17px;
}

.welcomenote {
    border-bottom: 1px dashed #a7a4a4;
    padding-bottom: 17px;
}

.welcomenote p {
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.mvvrow .col-lg-4 {
    padding: 29px 26px;
    border-right: 1px dashed #ccc;
}

.mvvrow .col-lg-4:nth-child(4) {
    border-right: 0px;
}

.fixed-nav .menu-links {
    margin-top: 0%;
}

.docsection {
    position: relative;
}

.docotr_profile {
    position: relative;
    border-radius: 1017px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: -144px 0 77px;
    z-index: 9;
}

.docotr_profile::before,
.docotr_profile::after {
    content: "";
    position: absolute;
    width: 22%;
    height: 40%;
    bottom: -34px;
    z-index: -1;
}

.docotr_profile::after {
    top: -20px;
    right: 127px;
    left: inherit;
}

.docrow {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0px 8px 6px #a7a7a7;
    border-radius: 148px 0px 148px 0px;
    padding: 21px 28px;
    background: linear-gradient(to top, #e5e5e5, white);
    position: relative;
}

.doc_img {
    text-align: center;
    width: 287px;
}

.doc_img img {
    border-radius: 50%;
    box-shadow: 0px 0px 10px #ccc;
    border: 10px solid #fff;
}

.doc_info {
    position: relative;
    margin-left: 28px;
}

.doc_info h3 {
    text-transform: uppercase;
    font-size: 47px;
    font-weight: 700;
    color: #133676;
}

.doc_info h4 {
    color: #9223ae;
    margin: 8px 0 5px;
    font-size: 19px;
    font-weight: 600;
}

.doc_info h5 {
    margin: 0px 0 6px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px dashed;
    padding-bottom: 7px;
}

.doc_info h5:nth-child(5) {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.doc_info a {
    background-color: #f9f9f9;
    color: #941cb2;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 19px;
    border: 1px solid;
}

.sec_title {
    position: relative;
    margin-bottom: 35px;
}

.sec_title span {
    display: inline-block;
    color: #9810ba;
    border-bottom: 1px dashed;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 300;
}

.sec_title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    line-height: 40px;
    color: #163676;
}

.servicesection {
    padding: 0 0 76px;
    position: relative;
}

.servicesection::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 903px;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 1px dashed #9810ba;
    top: 154px;
}

.ser_head {
    text-align: center;
}

.ser_head .ser_title {
    display: inline-block;
}

.ser_head .ser_title h2 {
    border-bottom: 1px dashed #9810ba;
}

.serrow {
    align-items: center;
    position: relative;
}

.serviceicon {
    position: absolute;
    width: 89px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.sericon1 {
    top: 32%;
}

.sericon2 {
    top: 57%;
}

.servgices_list {
    display: flex;
    align-items: center;
    padding: 24px 185px 24px 13px;
    text-align: right;
    box-shadow: 0px 0px 10px #b5b5b5;
    border-radius: 0px 94px 94px 0px;
    background: linear-gradient(to left, #fff, rgb(228 235 247));
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    min-height: 188px;
}
.serrow .col-md-6:nth-child(1) .services_info {
    display: ruby;
}
.serrow .col-md-6:nth-child(2) .servgices_list,
.serrow .col-md-6:nth-child(4) .servgices_list,
.serrow .col-md-6:nth-child(6) .servgices_list,
.serrow .col-md-6:nth-child(8) .servgices_list {
    padding: 24px 13px 24px 185px;
    text-align: left;
    border-radius: 94px 0px 0px 94px;
    background: linear-gradient(to right, #fff, rgb(228 235 247));
}

.servgices_list::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, #122f64, #122f64);
    transition: all ease-in-out .8s;
    left: 0px;
    top: 0px;
    border-radius: 0px 94px 94px 0px;
}

.serrow .col-md-6:nth-child(2) .servgices_list::before,
.serrow .col-md-6:nth-child(4) .servgices_list::before,
.serrow .col-md-6:nth-child(6) .servgices_list::before,
.serrow .col-md-6:nth-child(8) .servgices_list::before {
    left: initial;
    right: 0px;
    border-radius: 94px 0px 0px 94px;
}

.servgices_list:hover:before {
    width: 100%;
}

.services_img {
    position: absolute;
    right: 20px;
    width: 145px;
}

.serrow .col-md-6:nth-child(2) .services_img,
.serrow .col-md-6:nth-child(4) .services_img,
.serrow .col-md-6:nth-child(6) .services_img,
.serrow .col-md-6:nth-child(8) .services_img {
    left: 20px;
    right: inherit;
}

.services_img img {
    border-radius: 50%;
    border: 5px solid #f5f5f5;
    box-shadow: 0px 0px 10px #7e7e7e;
}

.services_info {
    position: relative;
}

.services_info h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 24px;
    transition: all ease-in-out .9s;
    color: #163676;
}

.services_info p {
    font-size: 15px;
    transition: all ease-in-out .9s;
}

.services_info a {
    background-color: #ffffff;
    color: #9615b7;
    display: inline-block;
    padding: 6px 11px;
    border-radius: 30px;
    font-size: 16px;
    border: 1px solid;
}

.servgices_list:hover .services_info h3,
.servgices_list:hover .services_info p {
    color: #fff;
}

.service_bottom {
    text-align: center;
    font-size: 53px;
    color: #122f64;
    border-top: 1px dashed #a11abe;
    border-bottom: 1px dashed #a11abe;
    margin-top: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.testimonilasection {
    position: relative;
    padding: 0 0 100px;
}

.testimonial {
    text-align: center;
    margin: 0;
    border-right: 1px solid #ccc;
}

.testimonial .description {
    padding: 45px 29px 11px;
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    position: relative;
    font-weight: 400;
    min-height: 158px;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 31px;
    color: #60bb55;
    position: absolute;
    top: 0;
    left: 37px;
}

.testimonial .description:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 31px;
    color: #60bb55;
    position: absolute;
    bottom: 0;
    right: 37px;
}

.testimonial .title {
    font-size: 25px;
    color: #163676;
    text-transform: uppercase;
    margin: 0 0 17px 0;
    position: relative;
    font-weight: 700;
}

.testimonial .title:before {
    content: "";
    width: 40px;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #6b3522;
    text-transform: capitalize;
}

.testimonialslider .owl-item img {
    width: auto;
    display: inline-block;
    margin-bottom: 11px;
    border: 6px solid #bce1b8;
    border-radius: 50%;
}

.testimonialslider .owl-stage-outer {
    margin-left: 2px;
}

.testimonialslider .owl-dots {
    margin-top: 0;
    text-align: center;
}

.testimonialslider .owl-dots .owl-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #163676;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
    margin: 0 3px;
}

.testimonialslider .owl-dots .owl-dot.active {
    background: #62c356;
}

@media only screen and (max-width: 1199px) {
    .testimonial .description:before {}
}

@media only screen and (max-width: 990px) {
    .testimonial .description:before {}
}

@media only screen and (max-width: 479px) {
    .testimonial .description:before {}
}

.consultation {
    padding: 0;
    position: relative
}

.consultation::before {
    content: "";
    position: absolute;
}

.why-choose-us {
    position: relative;
    padding: 81px 24px;
    background: #122f64;
    text-align: center;
    border-radius: 0px 32px 32px 0px;
    margin-bottom: 55px;
}

.why-choose-us::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    background: #122f64;
    top: 0;
    z-index: 01;
}

.cntrow {
    align-items: center;
}

.why-choose-us h3 {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 43px;
    z-index: 1;
    margin-bottom: 42px;
    line-height: 43px;
}

.why-choose-us p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: right;
}

.why-choose-us a {
    display: inline-block;
    background: #f9f9f9;
    color: #000;
    font-size: 22px;
    padding: 7px;
    position: relative;
}

.videobtn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 34%;
    right: 0;
    z-index: 1;
}

.videobtn::before,
.videobtn::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 1px;
    height: 58%;
    border-left: 3px solid #f9f9f9;
    bottom: 0px;
    z-index: -1;
}

.videobtn::after {
    top: initial;
    bottom: 0px;
    border: none;
}

.videobtn i {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #A21DBB;
    border-radius: 50%;
    font-size: 25px;
    line-height: 50px;
}

.wwhy-choose-content {
    padding: 14px 14px;
    font-size: 17px;
    line-height: 27px;
    position: relative;
    color: #fff;
    border-radius: 60px;
    text-align: center
}

.wwhy-choose-content::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    border-right: 2px solid #ececec;
    right: 0;
    top: 23px
}

.wwhy-choose-content::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: -13px;
    border-radius: 50%;
    top: 34px
}

.enquiry-health-info {
    text-align: center;
    padding: 25px 25px;
    position: relative;
    z-index: 1;
    background: #d8f5d4;
    box-shadow: 0 0 10px #b9b9b9;
    border-radius: 23px;
    margin-bottom: 77px;
}

.enquiry-health-info h3 {
    display: inline-block;
    margin: auto;
    margin-top: 0;
    color: #122f64;
    padding: 0;
    border-radius: 35px;
    text-transform: uppercase;
    margin-bottom: 21px;
    font-size: 34px;
    font-weight: 600;
}

.enqiry-form {
    max-width: inherit;
    margin: auto;
}

.enqiry-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.enqiry-form .form-control {
    border: 1px solid #eaeaea;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    height: 47px;
}

.enqiry-form textarea.form-control {
    height: 105px;
}

.enqiry-form .btn {
    width: 158px;
    border-color: transparent;
    color: #fff;
    background-color: #122f64;
    padding: 10px 0;
}

.enqiry-form .btn:hover {
    background: #a21dbb;
    color: #fff;
}

.pagewrap {
    position: relative;
}

.pagewrap::before {
    content: "";
    position: absolute;
    background-image: url(../img/bg.png);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blogsectation {
    padding: 19px 0px 100px;
}

.blg_row {
    align-items: center;
    padding-bottom: 37px;
    border-bottom: 1px dashed;
    margin-bottom: 38px;
}

.blg_row:nth-child(3) {
    border-bottom: 0px;
    padding-bottom: 0px;
    text-align: right;
}

.blog_img {
    text-align: center;
}

.blog_img img {
    border: 6px solid #f5f5f5;
    box-shadow: 0px 10px 10px #a2a1a1;
}

.blog_desc h4 {
    font-size: 24px;
    font-weight: 600;
    color: #d4982a;
    line-height: 29px;
}

.blog_desc p {
    line-height: 25px;
    font-size: 18px;
}

.blog_desc a {
    display: inline-block;
    background: #f6c55c;
    color: #000;
    padding: 6px 8px;
    font-size: 16px;
    border-radius: 30px;
}

.faq_block {
    position: relative;
    padding: 13px 8px;
    border-left: 1px dashed;
}

.faq_list {
    position: relative;
    padding-left: 36px;
    border-bottom: 1px dashed;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.faq_list:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.faq_list i {
    position: absolute;
    left: -28px;
    top: 23px;
    width: 40px;
    height: 40px;
    background: #e5cdeb;
    color: #122f64;
    text-align: center;
    font-size: 20px;
    line-height: 41px;
}

.faq_list h4 {
    color: #9810ba;
    font-weight: 600;
    font-size: 23px;
}

.faq_list p {
    line-height: 23px;
    margin: 0;
    color: #404040;
    font-size: 14px;
}

.medicationblock {
    text-align: center;
}

.medication_text {
    position: relative;
    text-align: center;
    font-size: 22px;
    background: #d4f3d0;
    text-transform: capitalize;
    padding: 30px 18px;
    max-width: 438px;
    margin: -60px auto 0;
    box-shadow: 0px 20px 9px #bbb;
    border-radius: 22px;
}

.subscribe-cotnent .form-control {
    background-color: #25577A;
    color: #fff;
    height: 40px;
}

.subscribe-cotnent .form-control::placeholder {
    color: #fff;
}

.subscribe-cotnent i {
    color: #fff;
}

.social-links {
    padding-top: 19px;
    text-align: center;
}

.footer-area {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 4px;
}

.footer-links h5 {
    color: #163676;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.cright a {
    color: #9610b9;
}

.contact-options li i {}

.links-list a:hover {
    color: #9b47ac;
}

.sbg1 {
    background-color: #bde88a;
}

.sbg2 {
    background-color: #f7aa91;
}

.sbg3 {
    background-color: #95dbfb;
}

.sbg4 {
    background-color: #f9db80;
}

.callback-area[data-overlay]::before {
    background-color: #d28800;
}

.callback-area .btn-blue {
    background-color: #25577A;
}

.fl-before:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 151px;
    top: 105px;
    right: 54px;
}

.get_in_touch {
    position: relative;
    padding: 31px 0px;
    background: #122f64;
}

.get_head_section {
    text-align: center;
}

.get_head_section span {
    display: block;
    color: #ffffff;
    font-size: 27px;
    font-weight: 300;
    text-transform: capitalize;
}

.get_head_section h3 {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 37px;
    margin-bottom: 24px;
}

.call_btn a {
    background-color: #e5cdeb;
    color: #122f64;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 4px;
    margin-top: -3px;
    display: inline-block;
}

.subscribe-cotnent .form-control {
    background-color: #25577A;
    color: #fff;
    height: 40px;
}

.subscribe-cotnent .form-control::placeholder {
    color: #fff;
}

.subscribe-cotnent i {
    color: #fff;
}

.subscribe {
    max-width: 375px;
    margin: auto;
    border: 7px solid #25567a;
    padding: 30px;
}

.footerlogo {
    position: relative;
    text-align: center;
    margin-bottom: 32px;
}

.footerlogo img {
    width: 422px;
    box-shadow: 0px 6px #c9dcf9;
    padding: 7px;
}

.fotter_social {
    list-style: none;
    margin-bottom: 20px;
    padding: 0 0 18px;
    margin-top: 17px;
    border-bottom: 1px dashed;
}

.fotter_social li {
    display: inline-block;
}

.fotter_social li a {
    list-style: none;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid;
    text-align: center;
    color: #4d6dc7;
    font-size: 19px;
    border-radius: 50%;
    margin: 6px 0px;
    background: #fff;
    box-shadow: 0px 0px 10px #757575;
    transition: all ease-in-out .7s;
}

.fotter_social li:nth-child(2) a {
    color: red;
}

.fotter_social li:nth-child(3) a {
    color: #000000;
}
.fotter_social li:nth-child(3) a img{
    box-shadow: none!important;
    width: 32px;
}
.fotter_social li:nth-child(4) a {
    color: #c138c3;
}
.fotter_social li:nth-child(3) a:hover img{
    filter: brightness(0) invert(1);
}
.fotter_social li a:hover {
    background-color: #000;
    color: #fff;
    transform: rotate(360deg);
}

.reachus {
    position: absolute;
    transform: rotate(-90deg);
    font-size: 28px;
    width: 196px;
    background: #e5cdeb;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    left: -46px;
    top: 80px;
}

.container {
    position: relative;
}

.cright {
    position: relative;
    color: #202020;
    margin: 0;
    padding: 16px 0 9px;
    border-top: 1px dashed;
}

.cright:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: -22px;
    left: 0;
}

.whysk {
    position: relative;
}

.whysk:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 76px;
    top: 0px;
    right: 17px;
    border-right: 4px dashed #000;
}

.gallery_title {
    text-align: center;
}

.gallery_title h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    color: #980ebb;
    margin: 42px 0 34px;
}

.gallerybox .box {
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 150px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #8b8b8b;
    border-radius: 15px;
}

.box:before {
    content: "";
    background: linear-gradient( 89.8deg, #0f75d7 4.7%, #980eb9 120.3%);
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all .5s ease;
}

.box:hover:before {
    width: 100%;
    opacity: 1;
    left: 0;
}

.box img {
    width: 100%;
    height: auto;
    transform: scale(1.6);
    transition: all 0.5s ease-in-out;
}

.box:hover img {
    opacity: 0.2;
    transform: scale(1.8);
}

.box .box-content {
    color: #fff;
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(-50%) scale(3);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all .5s ease;
}

.box:hover .box-content {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.box .title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 7px;
}

.box .post {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 11px;
    padding: 0 0 2px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-right: none;
    border-left: none;
    display: inline-block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li {
    margin: 0 3px;
    display: inline-block;
}

.box .icon li a {
    color: #78b978;
    background: #fff;
    font-size: 16px;
    line-height: 29px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s;
}

.box .icon li a:hover {
    color: #fff;
    background: #26c139;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

.facilities-main-title {
    background-color: #25567ac4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 33px;
    padding: 8px 20px;
    position: absolute;
    left: 196px;
    z-index: 9;
    top: 184px;
}

section.latest-news {
    padding: 68px 0;
    margin-bottom: 38px;
}

.quality-quote {
    background-color: #163676;
    box-shadow: 0 0 10px;
    padding: 26px 0;
    text-align: center;
    margin-bottom: 0px;
    font-size: 21px;
    position: relative;
    z-index: 9;
    color: #fff;
}

.col-md-6.p-0 {
    padding: 4px !important;
}

.col-md-12.p-0 {
    padding-bottom: 4px !important;
}

.col-md-6.p-0.pb-0 {
    padding-bottom: 0 !important;
}

.facilities-block {
    box-shadow: 0 0 10px #9e9e9e;
    padding: 4px;
}

p.enq-desc {
    border-left: 4px solid orange;
    padding-left: 17px;
}

.bread_cumb {
    position: relative;
    text-align: center;
    padding: 111px 0 23px;
}

.bread_cumb::before {
    position: absolute;
    content: "";
    background-image: url(../img/breadcumb_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 420px;
    left: 0;
    top: 0;
    opacity: .2;
}

.bread_cumb h1 {
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #174180;
    font-weight: 600;
    font-size: 38px
}

.bread_cumb ul {
    display: table;
    margin: auto;
    list-style: none;
    background: #fff;
    padding: 4px 18px;
    border-radius: 15px;
    border: 5px solid #eebffa;
    box-shadow: 0 0 10px #bedefc;
}

.bread_cumb ul li {
    display: inline-block;
    position: relative;
    padding: 0 18px
}

.bread_cumb ul li:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(../img/leaf.png);
    right: -17px;
    background-size: cover;
    top: -4px;
    background-position: center;
    /* transform: rotate(45deg); */
}

.bread_cumb ul li:last-child:before {
    content: none
}

.bread_cumb ul li a {
    display: block;
    color: #980ebb;
    font-weight: 600;
}

.inner_content {
    position: relative;
    min-height: 50vh;
    padding: 50px 0
}

.testimonial_timeline.main-timeline {
    position: relative;
    padding: 23px 0 9px
}

.c_c_row {
    justify-content: center;
}

.ser-bx {
    border-right: 2px dashed #051740
}

.c_c_row .col-md-5:nth-child(2) .serviceBox1 {
    border-right: 0px;
}

.serviceBox2 {
    text-align: center
}

.serviceBox2 .service-icon {
    color: #13a842;
    background-color: #fff;
    font-size: 50px;
    line-height: 100px;
    height: 100px;
    width: 100px;
    margin: 0 auto 17px;
    border-radius: 50%;
    border: 2px solid #13a842;
    display: block;
    transition: all .3s;
}

.serviceBox2:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #13a842;
}

.serviceBox2 .title {
    color: #303030;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: -7px;
    transition: all .3s
}

.serviceBox2:hover .title {
    color: #13a842;
}

.serviceBox2 .description {
    font-size: 15px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 20px
}

.serviceBox2 .read-more {
    color: #fff;
    background: #eb1f52;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: -56px;
    padding: 5px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top center;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    transition: all .5s
}

.serviceBox2:hover .read-more {
    box-shadow: 0 0 10px #fff inset;
    transform: rotateX(0)
}

.serviceBox2 .read-more:hover {
    letter-spacing: 2px;
    text-shadow: 0 0 5px #000;
    text-decoration: none
}

.serviceBox2.blue .service-icon {
    color: #34c3eb;
    border-color: #34c3eb
}

.serviceBox2.blue:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #34c3eb
}

.serviceBox2.blue:hover .title {
    color: #34c3eb
}

.serviceBox2.blue .read-more {
    background: #34c3eb
}

.serviceBox2.orange .service-icon {
    color: #ff8214;
    border-color: #ff8214
}

.serviceBox2.orange:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #ff8214
}

.serviceBox2.orange:hover .title {
    color: #ff8214
}

.serviceBox2.orange .read-more {
    background: #ff8214
}

.serviceBox2.green .service-icon {
    color: #8fb900;
    border-color: #8fb900
}

.serviceBox2.green:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #8fb900
}

.serviceBox2.green:hover .title {
    color: #8fb900
}

.serviceBox2.green .read-more {
    background: #8fb900
}

@media only screen and (max-width:990px) {
    .serviceBox2 {
        margin: 0 0 50px
    }
}

.form_main {
    width: 100%
}

.form_main h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase
}

.heading strong {
    color: #980ebb;
}

.heading {
    border-bottom: 1px solid #980ebb;
    padding-bottom: 9px;
    position: relative;
}

.heading span {
    background: #980ebb none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}

.form {
    border-radius: 7px;
    padding: 6px
}

.txt[type=text] {
    border: 1px solid #ccc;
    margin: 10px 0;
    box-shadow: 1px 2px 0 0 #c5c3c3;
    padding: 10px 0 10px 10px;
    width: 100%
}

.txt_3[type=text] {
    margin: 10px 0 0;
    padding: 10px 0 10px 10px;
    box-shadow: 1px 2px 0 0 #c5c3c3;
    width: 100%
}

.txt2[type=submit] {
    background: #dc2859 none repeat scroll 0 0;
    border: 1px solid #004f7b;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
    width: 30%
}

.txt2:hover {
    background: #fff none repeat scroll 0 0;
    color: #5793ef;
    transition: all .5s ease 0s
}

.contact-form .form-control {
    background-color: #e5e5e5;
    color: #000;
    height: 53px;
}

.contact-form select.form-control option {
    font-size: 13px;
    padding: 4px 0
}

.contact-form select.form-control optgroup {
    color: #fff;
    background-color: #dc2859
}

.contact-form textarea.form-control {
    height: 100px
}

.contact-form .form-group {
    margin-bottom: 25px
}

button.forms-btn.btn.btn-primary {
    background-color: #990eba;
    border-color: #9a0ebb;
    width: 100%;
}

.contact-form .form-control::placeholder {
    color: #333;
    opacity: 1
}

.map iframe {
    margin-top: 0;
    box-shadow: 0 0 12px #000;
    z-index: 1;
    position: relative;
    border-top: 8px solid #0f75d6;
    width: 101%;
}

.map {
    position: relative;
    margin-top: 60px;
}

.map::before {
    content: "";
    width: 510px;
    height: 346px;
    top: 0;
    right: -53px;
    position: absolute;
}

.map-title {
    position: relative;
    right: 0;
    text-align: center;
    width: auto;
    min-height: 140px;
    background: #e3e3e3;
    padding: 12px 19px;
}

.map-title h5 {
    color: #13a842;
    position: relative;
    text-transform: uppercase;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 600;
}

.map-title h5::before {
    content: "";
    position: absolute;
    right: -96px;
    text-align: center;
    top: 9px;
    width: 90px;
    height: 1px;
}

.map-title h5::after {
    content: "";
    position: absolute;
    right: 134px;
    text-align: center;
    bottom: 10px;
    width: 90px;
    height: 1px;
}

.serviceBox3 {
    font-family: K2D, sans-serif;
    text-align: center
}

.serviceBox3 .service-icon {
    color: #5889c1;
    background-color: #fff;
    font-size: 50px;
    line-height: 100px;
    height: 100px;
    width: 100px;
    margin: 0 auto 17px;
    border-radius: 50%;
    border: 2px solid #5889c1;
    display: block;
    transition: all .3s
}

.serviceBox3:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #5889c1
}

.serviceBox3 .title {
    color: #303030;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: -7px;
    transition: all .3s
}

.serviceBox3:hover .title {
    color: #5889c1
}

.serviceBox3 .description {
    font-size: 15px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 20px
}

.serviceBox3 .read-more {
    color: #fff;
    background: #eb1f52;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: -56px;
    padding: 5px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top center;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    transition: all .5s
}

.serviceBox3:hover .read-more {
    box-shadow: 0 0 10px #fff inset;
    transform: rotateX(0)
}

.serviceBox3 .read-more:hover {
    letter-spacing: 2px;
    text-shadow: 0 0 5px #000;
    text-decoration: none
}

.serviceBox3.blue .service-icon {
    color: #34c3eb;
    border-color: #34c3eb
}

.serviceBox3.blue:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #34c3eb
}

.serviceBox3.blue:hover .title {
    color: #34c3eb
}

.serviceBox3.blue .read-more {
    background: #34c3eb
}

.serviceBox3.orange .service-icon {
    color: #ff8214;
    border-color: #ff8214
}

.serviceBox3.orange:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #ff8214
}

.serviceBox3.orange:hover .title {
    color: #ff8214
}

.serviceBox3.orange .read-more {
    background: #ff8214
}

.serviceBox3.green .service-icon {
    color: #8fb900;
    border-color: #8fb900
}

.serviceBox3.green:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #8fb900
}

.serviceBox3.green:hover .title {
    color: #8fb900
}

.serviceBox3.green .read-more {
    background: #8fb900
}

@media only screen and (max-width:990px) {
    .serviceBox3 {
        margin: 0 0 50px
    }
}

.serviceBox1 {
    text-align: center;
}

.serviceBox1 .service-icon {
    color: #980ebb;
    /* background-color: #fff; */
    font-size: 50px;
    line-height: 100px;
    height: 100px;
    width: 100px;
    margin: 0 auto 17px;
    border-radius: 50%;
    border: 2px solid #990ebb;
    display: block;
    transition: all .3s;
}

.serviceBox1:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #980ebb;
}

.serviceBox1 .title {
    color: #980ebb;
    font-size: 27px;
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 0;
    transition: all .3s;
    font-weight: 600;
}

.serviceBox1:hover .title {
    color: #990ebc;
}

.serviceBox1 .description {
    font-size: 15px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 20px
}

.serviceBox1 .read-more {
    color: #fff;
    background: #eb1f52;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: -56px;
    padding: 5px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top center;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    transition: all .5s
}

.serviceBox1:hover .read-more {
    box-shadow: 0 0 10px #fff inset;
    transform: rotateX(0)
}

.serviceBox1 .read-more:hover {
    letter-spacing: 2px;
    text-shadow: 0 0 5px #000;
    text-decoration: none
}

.serviceBox1.blue .service-icon {
    color: #34c3eb;
    border-color: #34c3eb
}

.serviceBox1.blue:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #34c3eb
}

.serviceBox1.blue:hover .title {
    color: #34c3eb
}

.serviceBox1.blue .read-more {
    background: #34c3eb
}

.serviceBox1.orange .service-icon {
    color: #ff8214;
    border-color: #ff8214
}

.serviceBox1.orange:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #ff8214
}

.serviceBox1.orange:hover .title {
    color: #ff8214
}

.serviceBox1.orange .read-more {
    background: #ff8214
}

.serviceBox1.green .service-icon {
    color: #8fb900;
    border-color: #8fb900
}

.serviceBox1.green:hover .service-icon {
    border-color: transparent;
    box-shadow: 0 0 10px #fff, 0 -10px 0 10px #8fb900
}

.serviceBox1.green:hover .title {
    color: #8fb900
}

.serviceBox1.green .read-more {
    background: #8fb900
}

@media only screen and (max-width:990px) {
    .serviceBox1 {
        margin: 0 0 50px
    }
    .ser-bx{
        border-right: none;
    }
}

.main-timeline3:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline3 .timeline1 {
    width: 70%;
    padding: 0 0 0 55px;
    margin: 31px 5px 20px 0;
    float: right;
}

.main-timeline3 .timeline-content1 {
    color: #003449;
    text-align: center;
    padding: 25px 25px 25px 75px;
    border: 5px solid #003449;
    border-radius: 30px;
    box-shadow: 0 0 0 7px #fff inset, 0 0 15px rgba(0, 0, 0, 0.5) inset;
    display: block;
    position: relative;
}

.main-timeline3 .timeline-content1:hover {
    text-decoration: none;
}

.main-timeline3 .timeline-content1:before {
    content: "";
    background: rgb(231 249 231);
    width: 89px;
    height: 89px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -45px;
    text-align: center;
}

.main-timeline3 .timeline-year1 {
    color: #4bb643;
    font-size: 40px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 2px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -20px;
    text-align: center;
}

.main-timeline3 .title2 {
    color: #980ebb;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-decoration: underline;
}

.main-timeline3 .description {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
    text-align: justify;
}

.main-timeline3 .timeline1:nth-child(even) {
    padding: 0 55px 0 0;
    float: left;
}

.main-timeline3 .timeline1:nth-child(even) .timeline-content1 {
    padding: 25px 75px 25px 25px;
}

.main-timeline3 .timeline1:nth-child(even) .timeline-content1:before {
    left: auto;
    right: -46px;
}

.main-timeline3 .timeline1:nth-child(even) .timeline-year1 {
    right: -23px;
    left: auto;
    transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width:990px) {
    .main-timeline3 .timeline1 {
        width: calc(50% + 60px);
    }
}

@media screen and (max-width:767px) {
    .main-timeline3 .timeline1 {
        width: 100%;
        margin: 0 0 50px;
    }
}

@media screen and (max-width:576px) {
    .main-timeline3 .timeline1,
    .main-timeline3 .timeline1:nth-child(even) {
        text-align: center;
        padding: 55px 0 0 0;
        margin: 0 0 30px;
    }
    .main-timeline3 .timeline-content1,
    .main-timeline3 .timeline1:nth-child(even) .timeline-content1 {
        padding: 75px 25px 25px;
    }
    .main-timeline3 .timeline-content1:before,
    .main-timeline3 .timeline1:nth-child(even) .timeline-content1:before {
        transform: translateX(-50%) translateY(0);
        left: 50%;
        top: -60px;
        right: auto;
    }
    .main-timeline3 .timeline-year1,
    .main-timeline3 .timeline1:nth-child(even) .timeline-year1 {
        transform: translateX(-50%) translateY(0) rotate(0);
        left: 50%;
        top: 15px;
    }
    .main-timeline3 .title2 {
        font-size: 23px;
    }
}

.img_row .col-md-3 {}

.service-page {
    position: relative;
}

.service-page img {
    margin-top: 15px;
    box-shadow: 0 0px 19px 3px #ddeffa;
    border: 9px solid #d7d7d7;
}

.service-page p {
    text-align: justify;
}

.service-page img::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #c9fad9;
}

.ol_list {
    padding-left: 20px;
}

.column-count {
    column-count: 2;
}

.ol_list li {
    position: relative;
    color: #484848;
    margin: 10px;
    font-size: 15px;
    padding-left: 14px;
    /* padding-top: 1px; */
    margin-top: 1px;
}

.ol_list li:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(../img/leaf.png);
    left: -17px;
    background-size: cover;
    top: -4px;
    background-position: center;
    /* transform: rotate(45deg); */
}

.service-page h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #0949a9;
}

.service-page h3 {
    margin-bottom: 8px;
    color: #980fba;
    font-weight: 600;
    margin-top: 10px;
    font-size: 22px;
}

.service-page a {
    display: inline-block;
    color: #980fba;
}

.aboutBox {
    text-align: center;
    padding: 35px 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    background: #ececec;
    border-radius: 10px;
    height: 100%;
}

.aboutBox:hover {
    background: #122f64;
}

.aboutBox:before {
    content: "";
    width: 40px;
    height: 40px;
    border-width: 20px;
    border-style: solid;
    border-color: #fff #fff rgba(1, 1, 1, 0.2) rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -40px;
    right: -40px;
    transition: all 0.3s ease 0s;
}

.aboutBox:hover:before {
    top: 0;
    right: 0;
}

.aboutBox i {
    display: block;
    font-size: 35px;
    color: #a048b8;
    margin-bottom: 14px;
    transition: all 0.3s ease 0s;
    border: 5px solid #122f64;
    display: inline-block;
    border-radius: 30%;
    padding: 9px;
}

.aboutBox .title {
    font-size: 18px;
    font-weight: 900;
    color: #545454;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0 0 16px 0;
    transition: all 0.3s ease 0s;
}

.aboutBox .description {
    font-size: 15px;
    color: #545454;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease 0s;
}

.aboutBox:hover i,
.aboutBox:hover .title,
.aboutBox:hover .description {
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .aboutBox {
        margin-bottom: 20px;
    }
}

.title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0949a9;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 40px;
}

.title2 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0949a9;
    margin-top: 62px;
    margin-bottom: 17px;
}

.title h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}

.aboutBox:hover .ol_list li {
    color: #fff;
}

.our-team {
    padding: 0;
    align-items: center;
}

.our-team .pic {
    width: 131px;
    height: 131px;
    border: 6px solid #f9f9f9;
    overflow: hidden;
    transition: all 0.20s ease 0s;
    background-color: #dee8f9;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 110px;
    box-shadow: 0px 10px #f3cbf2;
}

.our-team:hover .pic {
    border-radius: 50%;
    border-color: #980ebb;
}

.our-team .pic img {
    width: 77px;
    box-shadow: none;
    margin: 0;
    border: none;
}

.our-team .team-content {
    position: relative;
    overflow: hidden;
}

.our-team .team-title {
    font-size: 28px;
    color: #a11abe;
    text-transform: uppercase;
}

.our-team .post {
    font-size: 16px;
    color: #478750;
    display: block;
    margin-bottom: 6px;
}

.our-team .description {
    font-size: 14px;
    font-weight: 300;
    color: #1e1e1e;
    line-height: 22px;
    margin: 0 0 !important;
}

.our-team .social-links {
    width: 100%;
    height: 26%;
    position: absolute;
    bottom: -24%;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    background: #122f64;
    transition: all 0.20s linear 0s;
}

.our-team:hover .social-links {
    bottom: 0;
}

.our-team .social-links li {
    display: inline-block;
    margin: 0 5px;
}

.our-team .social-links li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}

.our-team .social-links li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-top: 80px;
    }
}

.submenu-media {
    width: 81px !important;
}

.mainteamrow .col-md-6 {
    padding: 32px 15px;
    border-bottom: 1px dashed #333;
    border-right: 1px dashed #333;
}

.mainteamrow .col-md-6:nth-child(2),
.mainteamrow .col-md-6:nth-child(4) {
    border-right: 0px;
}

.mainteamrow .col-md-6:nth-child(5) {
    border-bottom: 0px;
    border-right: 0px;
}

.align-item-center {
    align-items: center;
}

.videoblck iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
.pp-header span {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    position: relative;
}
.modal-header .close {
    padding: 14px 6px;
    font-size: 30px;
}
.modal.show .modal-dialog{
    /* margin: 140px 8px; */
}
.popup .modal-content {
    background: #d8f5d4;
    padding: 14px 19px;
}
.popup .modal-header{
    padding: 1rem 0rem;
   justify-content: center;
}
.popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0px;
    padding: 200px 30px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(
        0,
        0,
        0,
        0.4
    );
    display: none;
}
.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 30%;
    font-weight: bolder;
}
.popup-content button {
    display: block;
    margin: 0 auto;
}
.show {
    display: block;
}
.appointment{
    display: none;
}
.new-page{
    padding: 125px 0px 50px;
}
.new-page h1 {
    border-bottom: 1px solid ;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color: #174180;
}
.new-page h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0949a9;
    margin-bottom: 5px;
}
.new-page p{
    text-align: justify;
}
.modal-dialog {
    max-width: 556px;
    margin: 10.75rem auto;
}
.modal-content {
    border-radius: 8px;
    border: none;
}
.modal-body {
    padding: 0;
    background: linear-gradient(to right, transparent, #3b637b, var(--color-primary));
}   
button.close {
    padding: 0px;
    width: 40px;
    background: #ffffff;
    height: 40px;
    text-decoration: none;
    right: -14px;
    top: -8px;
    text-shadow: none;
    opacity: 1;
    color: var(--color-default);
    position: absolute;
    font-size: 39px;
    line-height: 0px;
    z-index: 2;
}
.register-form {
    padding: 75px 35px 60px;
    color: #fff; 
    background: #0c2f64; 
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.register-form h2 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 30px;
    display: inline-block;
    padding-bottom: 5px;
    line-height: 50px;
}
.register-form::before {
    content: " ";
    position: absolute;
    width: 98%;
    height: 98%;
    border: 1px solid #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0.3;
    z-index: -1;
}
.register-form img {
    width: 60px;
    padding: 8px;
    border-radius: 50%;
    animation: BLINK1 0.8s infinite;
    margin-right: -25px;
    z-index: 1;
    position: relative;
    top: -3px;
}
.register-form a {
    color: #fff;
    padding: 9px 12px 9px 27px;
    display: inline-block;
    font-size: 21px;
    background: #9810ba;
    margin: 27px 0px;
}
@-webkit-keyframes BLINK1 {
    0%,
    50% {
        background-color: #30ad56;
    }
    51%,
    100% {
        background-color:#fff;
    }
}
.appointment {
    animation: BLINK 0.8s infinite;
}
@-webkit-keyframes BLINK {
    0%,
    50% {
        background-color: #30ad56;
    }
    51%,
    100% {
        background-color:#0c2f64;
    }
}