@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}
:root {
    --color-default: #353535;
    --color-primary:#d51c4d;

    --color-secondary: #d51c4d;

    --color-primary-light:#e21b66;
    --color-secondary-light: #234d7b;
  
    
  
 
  }

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #202020;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
   font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    /* font-weight: 600; */
    margin: 0px;
    background: none;
    line-height: 1.2em;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 15px;
    line-height: 30px;
    /* font-weight: 500; */
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.page-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
    background-image: url(../imgs/bg-1.jpg);
}



.auto-container {
    position: relative;
    max-width: 1155px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

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

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}


.section


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 4px 14px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(to left, #0f285f, #0f285f);
    border: 2px dotted #fff;
}

.btn-style-one:hover {
    color: #ffffff;
    background:linear-gradient(to left, #0f285f, #0f285f);
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding: 25px 50px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 5px;
    background-color: #1e2c67;
}

.btn-style-two .btn-title {
    position: relative;
}

.btn-style-two:hover {
    color: #1e2c67;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #f1ecff;
    font-weight: 400;
    padding: 10px 32px;
    background-color: #1a2940;
    overflow: hidden;
    border-radius: 5px;
    transition: all 300ms linear;
}

.btn-style-three .btn-title {
    position: relative;
}

.btn-style-three:hover {
    color: #1a2940;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 400;
    overflow: hidden;
    border: 1px solid #333333;
    background-color: #333333;
}

.btn-style-four:hover {
    color: #333333;
    border: 1px solid #ffffff;
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}


/*=== Social Icon One ===*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    display: inline-block;
    font-size: 23px;
    background: transparent;
    color: #53a0f3;
    text-align: center;
    font-weight: 400;
    line-height: 23px;
    padding: 0 8px;
    border-right: 1px dashed #525151;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li:nth-child(2) a {
    color: #ff5656;
}

.social-icon-one li:nth-child(3) a {
    color: #77d377;
}

.social-icon-one li:nth-child(4) a {
    color: #ff4be9;
}

.social-icon-one li a:hover {
    color: #ffffff;
}

.social-icon-one li:first-child {
    margin-left: 0;
}



/*=== Social Icon Two ===*/

.social-icon-two {
    position: relative;
    text-align: center;
    margin-top: 0;
    /* background: #093176; */
    padding: 9px 17px;
    /* border-radius: 32px; */
}

.social-icon-two li {
    position: relative;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    color: #c50c25;
    background: #ffffff;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #ffffff;
    background: #c50c25;
}

.social-icon-two li a:first-child {
    margin-left: 0;
}
.f_map_widjet a {
    display: inline-block;
    position: relative;
    margin-top: 4px;
    border: 9px solid #fff;
    border-radius: 22px;
    overflow: hidden;
}

.f_map_widjet a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.f_map_widjet span {
    width: 117px;
    position: absolute;
    right: -50px;
    bottom: -37px;
    border: 7px solid #fff;
}


/*=== List Style One ===*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 13px;
}

.list-style-one li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
    color: #ff4788;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}


/*=== List Style Two ===*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 15px;
}

.list-style-two li:before {
    content: "\f182";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 0px;
    color: #666666;
    font-family: "LineAwesome";
}

.list-style-two li a:hover {
    color: #44bce2;
}

.theme_color {
    color: #fa7720;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../imgs/icons/preloader.svg);
}

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

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: var(--color-default) ;
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    
    display: none;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    
    background: var(--color-secondary);
    color: #ffffff;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: absolute;
    z-index: 999;
    vertical-align: middle;
    width: 100%;
}



 .header-top {
    position: absolute;
    text-align: right;
    right: 0;
 
top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
}

.main-header .auto-container {
    max-width: 1161px;
}


/* Top Left*/

 .main-header .header-top .top-left {
    position: relative;
    right: 0;
    z-index: 99;
    display: inline-block;
    color: #ffffff;
    background: #282828;
    border-radius: 0px 30px 30px 0px;
    cursor: pointer;
 
    
}

.main-header .header-top .top-left::before {
    content: "";
    position: absolute;
}

.main-header .header-top .info-list {
    display: inline-block;
    padding: 5px 10px;
    background: transparent;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    border-radius: 30px;
}
.main-header .header-top .info-list li:last-child{
    border-right: none;
}
.main-header .header-top .info-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    padding: 0px 11px;
    border-right: 1px dashed #ffff;
}

.main-header .header-top .info-list li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .info-list li a:hover {
    color: var(--color-secondary);
}

.main-header .header-top .info-list li span {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    color: #ffffff;
    font-size: 15px;
    line-height: 29px;
    width: 29px;
    height: 29px;
    background: var(--color-secondary);
   
    text-align: center;
    border-radius: 50%;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .login-info {
    position: relative;
}

.social-links {
    display: inline-block;
    padding: 0 9px;
    margin: 0;
    position: relative;
    top: 3px;
}

.main-header .header-top .login-info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #c8bee3;
    font-weight: 700;
    padding: 10px 0;
    margin-left: 13px;
}

.main-header .header-top .login-info li a {
    display: inline-block;
    color: #c8bee3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .login-info li a:hover {
    color: #25bdd8;
}


/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    text-align: right;
    margin-top: 27px;
}

.main-header .header-upper .logo-outer {
    position: absolute;
    text-align: center;
    z-index: 999;
    width: 336px;
    top: 6px;
    padding: 0 7px;
   
}

.main-header .header-upper .logo-outer:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: "";
}

.main-header .header-upper .logo {}

.main-header .header-upper .logo:before {
    right: -37px;
    margin: auto;
    content: "";
    position: absolute;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.main-header .header-upper .social-links {
    position: absolute;
    padding: 0;
    margin-left: 0;
    right: 5%;
    top: 14px;
}

.main-header .nav-outer {
    position: relative;
    display: inline-block;
    margin: auto;
   
    top:16px;
    /* border-top: 2px solid #000; */
    
}


.top-wraapper {
    position: relative;
    height: 100vh;
}

.logins_section {
    position: absolute;
  right: 0;
  z-index: 99;
  display: inline-table;
  color: #ffffff;
  background: #282828;
  border-radius: 30px;
  cursor: pointer;
  bottom: 15px;
  top:45%;
  
  right: -64px;
 
  padding: 5px 5px;
 transform: rotate(-90deg);
}

.logins_section span {
    display: inline;
    padding: 5px 10px;
    background: transparent;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    border-radius: 30px;
}

.logins_section i {
    width: 30px;
    height: 30px;
    background: #e31a45;
    color: #f7f7f7;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 4px;
}

.logins_section:hover span{
    color: var(--color-primary);
}





/*===  Header Lower ===*/

.main-header .header-lower {
    position: relative;
    width: 100%;
}

.main-menu {
    position: relative;
   
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    left: 0;
}

.main-menu .navigation>li {
   
   
    position: relative;
  display: inline-block;
  padding: 2px 14px;
  margin-left: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 22px;
}

.main-menu .navigation>li a:hover  {
    color: var(--color-primary);
}

.main-menu .navigation .active1 {
    
    background: var(--color-primary);
    color: #fff;
    padding: 2px 14px;
    border-radius: 25px;
}
.main-menu .navigation .active1:hover{
    color: #fff;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    opacity: 1;
    padding: 0 0;
    color: #000;
    transition: all 300ms ease;
}

.main-menu .navigation>li.current>a {
    font-weight: 700;
}
.main-menu .navigation .cstm-width{
    width: 115px;
}
.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    border-radius: 25px;
    visibility: hidden;
    padding: 0px 0px;
    background-color: #ffffff;
    transform: translateY(30px);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}


.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}



.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 21px;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    color: #181818;
    text-align: left;
    transition: all 500ms ease-in-out;
    border-radius: 25px;
}

.main-menu .navigation>li>ul>li::before {
    display: none;
}



.main-menu .navigation>li>ul>li:hover>a {
    background: var(--color-default);
    color:#fff;
    
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 30px 0;
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right;
}

.main-header .outer-box .btn-box .theme-btn {
    text-transform: uppercase;
    display: block;
}





/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 41px;
    cursor: pointer;
    color: var(--color-secondary);
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(37, 189, 216, 0.80);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #1e1e1e;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    color: var(--color-primary);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #ff4788;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #ff4788;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #ff4788;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 28px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #ff4788;
}


/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner {
    position: relative;
    padding: 120px 0 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.page-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #09031c;
    opacity: .50;
    z-index: 0;
}

.page-banner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../imgs/icons/curve.png);
    content: "";
}

.page-banner.curve-offwhite:after {
    background-image: url(../imgs/icons/curve-offwhite.png);
}

.page-banner h1 {
    position: relative;
    font-size: 80px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
}

.page-banner .home-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -43px;
    margin-bottom: -43px;
    height: 86px;
    width: 86px;
    line-height: 86px;
    z-index: 9;
    background-color: #ffffff;
    color: #1e2c67;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease;
}

.page-banner .home-btn:hover {
    color: #ffffff;
    background-color: #1e2c67;
}

.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute !important;
    background-repeat: no-repeat;
    background-position: center;
}



.top-border {
    position: relative;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left, transparent,var(--color-default),transparent);
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.section_title_text{
    position: relative;
    z-index: 1;
    margin-bottom: 19px;
}



.section_title_text h2 {
    font-size: 44px;
   
    display: inline-block;
    color: var(--color-default);
    font-weight:300;
    border-left: 3px solid var(--color-primary);
    border-right: 3px solid var(--color-primary);
    padding: 0px 15px;
   

}

.section_title_text h2::after{
    content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  top: 26px;
  right: -76px;
  border: 1px dashed var(--color-primary);
}
.section_title_text h2::before{
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;

   
    top: 26px;
 left: -76px;

    border: 1px dashed var(--color-primary);
}

.section_title_text h1{
    /* text-transform: uppercase; */
    color: var(--color-secondary);
    font-weight: 400;
    margin-bottom: 0;
  
    font-size: 58px;
   
    text-transform: uppercase;
}

.section_title_text h3{
   
  color: var(--color-default);
 
  padding-top: 12px;
  font-size: 19px;
  margin: 0 0 4px;

}


.section_title_text h4{
    text-transform: capitalize;
  
    font-weight: 400;
  color: var(--color-secondary);


  font-size: 22px;

    
  
}

.section_title_text span{
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 400;
}
.section_title_text p{
  
  color: var(--color-default);
  margin-bottom: 16px;

  font-size: 15px;
  
}






/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: 9;
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.banner {
    background-image: url(../imgs/main-slider/1.jpg);
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 220px 0;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-carousel .slide-item .image-layer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #09031c;
    opacity: .50;
    content: "";
}

.banner-carousel .content-box {
    position: relative;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
    padding: 0 70px;
}

.banner-carousel .content-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-carousel .content-box .icon-box .icon-star-1,
.banner-carousel .content-box .icon-box .icon-star-2 {
    position: absolute;
    left: 0;
    top: 20px;
}

.banner-carousel .content-box .icon-box .icon-star-2 {
    right: 0;
    left: auto;
}

.banner-carousel .active .content-box .icon-box {
    opacity: 1;
}

.icon-star-1 {
    height: 95px;
    width: 57px;
    background-image: url(../imgs/icons/icon-star.png);
}

.icon-star-2 {
    height: 95px;
    width: 57px;
    background-image: url(../imgs/icons/icon-star-2.png);
}

.banner-carousel .content-box .title {
    display: block;
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 100px;
    line-height: .9em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 40px;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-carousel .active .content-box .btn-box a {
    font-size: 22px;
}

.banner-section.style-two .banner-carousel .slide-item {
    padding: 190px 0;
}

.banner-section.style-two .content-box {
    text-align: left;
    max-width: 100%;
    padding: 0;
}

.banner-section.style-two .content-box .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.icon-star-8 {
    height: 26px;
    width: 22px;
    background-image: url(../imgs/icons/icon-star-8.png);
}

.banner-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    height: 0;
}

.banner-section .owl-nav .owl-prev,
.banner-section .owl-nav .owl-next {
    position: absolute;
    left: 30px;
    top: 0;
    background: none;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 52px;
    color: #ffffff;
    font-size: 20px;
    opacity: 0.30;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next {
    left: auto;
    right: 30px;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 8px solid #ffffff;
    margin: 0px 2px;
    opacity: 0.20;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-dot:last-child {
    margin-bottom: 0;
}

.banner-section .owl-dot.active,
.banner-section .owl-dot:hover {
    opacity: 1;
}

.banner_carousel {
    position: relative;
}

.banner_carousel::before {
    content: "";
    position: absolute;
    right: 0;
    z-index: 1;
}

.slides {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.slide1 {
    background-image: url(../imgs/banner.jpg);
}


.slide1 .container {
    position: relative;
    height: 100%;
}





.exp-section{
    padding: 12px 0px 95px;
}

:root{
    --white: #fff;
    --black: #000;
    --color_1: #7fb71d;
    --color_2: #188ece;
    --color_3: #e51d3b;
    --color_4: #554d9e;
}




.counter{
    
    text-align: center;
    padding-top: 50px;
    border-top: 2px solid var(--color-default);
    position: relative;
}

.counter:before,
.counter:after{
    content: '';
    height: 35px;
    width: 35px;
    background: radial-gradient(var(--color-default) 40%, var(--white) 45%);
    border: 2px solid var(--color-default);
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-135deg);
    position: absolute;
    left: 50%;
    top: -18px;
}

.counter:after{
    background: transparent;
    border: none;
    border: 1px dashed var(--color-default);
    height: 57px;
    width: 2px;
    border-radius: 0;
    transform: translateX(-50%) rotate(0);
    top: 0;
    z-index: 1;
}

.counter .counter-content{
    color: var(--white);
    background: var(--color-default);
    width: 150px;
    height: 150px;
    padding: 35px 10px;
    margin: 0 auto 15px;
    border: 2px solid var(--color-default);
    box-shadow: 0 0 0 12px var(--white) inset;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.counter .counter-content:before,
.counter .counter-content:after{
    content: '';
    background: radial-gradient(var(--color-default) 40%, var(--white) 45%);
    height: 35px;
    width: 35px;
    border: 2px solid var(--color-default);
    border-top-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: -18px;
    transition: all 0.6s ease 0s;
}

.counter .counter-content:after{
    background: linear-gradient(-45deg, var(--white) 49%, transparent 50%);
    height: 44px;
    width: 44px;
    border: none;
    z-index: -1;
}

.counter .counter-icon{
    font-size: 33px;
    line-height: 40px;
    transition: all 0.3s;
}

.counter:hover .counter-icon{
    transform: rotateY(360deg);
    text-shadow: 0 0 10px var(--black);
}

.counter .counter-value{
    font-size: 41px;
    font-weight: 600;
    letter-spacing: 0px;
    display: block;
    transition: all 0.3s;
    line-height: 77px;
}



.counter h3{
    color: var(--color-default);
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.counter.blue{ border-top-color: var(--color-primary); }
.counter.blue:before,
.counter.blue .counter-content:before{
    background: radial-gradient(var(--color-primary) 40%, var(--white) 45%);
    border-color: var(--color-primary);
    border-top-color: transparent;
    border-left-color: transparent;
}
.counter.blue:after{ border-color:var(--color-primary); }
.counter.blue .counter-content{
    border-color: var(--color-primary);
    background: var(--color-primary);
}
.counter.blue h3{ color: var(--color-primary); }


.about_section{
    position: relative;
    padding: 75px 45px;

}

.about_section a{
    color: var(--color-primary);
}

.about_section p{
   
    margin: 0;
    color: var(--color-default);
    font-size: 15px;
    text-align: center;
    line-height: 29px;
      
}

.about_section .doc-img{
   
  margin-bottom: 20px;

}


.about_section .doc-img img{
    background: #fff;
    box-shadow: 0px 2px 19px #afafaf;
    border: 8px solid #f5f5f5;

}


.about_section .section_title_text{
    position: relative;
    z-index: 1;
    margin-bottom: 19px;
}



.about_section .section_title_text h2 {
    font-size: 25px;
   
    display: inline-block;
    color: var(--color-default);
    font-weight:400;
    border-left: 3px solid var(--color-primary);
    border-right: 3px solid var(--color-primary);
    padding: 0px 15px;
   

}

.about_section .section_title_text h2::after{
    content: "";
  position: absolute;
  width: 46px;
  height: 2px;
  top: 15px;
  right: -51px;
  border: 1px dashed var(--color-primary);
}
.about_section .section_title_text h2::before{
    content: "";
    position: absolute;
    width: 46px;
    height: 2px;

   
    top: 15px;
   
    left: -51px;

    border: 1px dashed var(--color-primary);
}

.about_section .section_title_text h1{
    /* text-transform: uppercase; */
    color: var(--color-secondary);
    font-weight: 500;
    margin-bottom: 0;
  
    font-size: 58px;
   
    text-transform: uppercase;
}

.about_section .section_title_text h3{
   
  color: var(--color-default);
 
  padding-bottom: 0;
  font-size: 19px;
  margin: 0 0 4px;
  padding-top: 0px;
}

.serv_section{
    position: relative;
    padding: 55px 0px;
    background: #242424;
    
   
}

.serv_section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    background:url(../imgs/ser_bg_one.png);
    background-repeat: no-repeat;
    top: -136px;
    z-index: -1;
}

.serv_section::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    background:url(../imgs/ser_bg_one.png);
    background-repeat: no-repeat;
   bottom: -136px;
   transform: rotate(-180deg);
   z-index: -1;
}



.serv_section .ser-pic img{
    border-radius: 35px 0px 35px 0px;
   
    
}



.serv_section .section_title_text h2 {
   
    color: #fff;
   

}

.serv_section .section_title_text h3 {
    color: #fff;
  }


.serv_section .serv_sec_content{
    padding-top: 35px;
}

.serv_section .box{
  
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    margin-bottom: 26px;
}

.serv_section .box img{
    width: 100%;
    height: auto;
    transform-origin: bottom center;
    transform: perspective(500px) rotateX(0);
    transition: all 0.5s ease 0s;
  
}


.serv_section .serv_box .col-md-4:nth-child(odd) .box img{
    filter: grayscale(1);
}

.serv_section .box:hover img{ transform: perspective(500px) rotateX(50deg); }

.serv_section .box .box-content{
    color: #fff;
    background: linear-gradient(to right, #d51c4dab, var(--color-default));
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: top center;
    transform: perspective(500px) rotateX(-50deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.serv_section .box:hover .box-content{
    opacity: 1;
    transform: perspective(500px) rotateX(0);
}

.serv_section .box .content{
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.serv_section .box .title{
    font-size: 25px;
    font-weight: 300;
    text-transform: capitalize;
   
    margin: 0 0 1px;
}

.serv_section .box .post{
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
   
    display: block;
    margin: 0 0 10px;
}

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

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

.serv_section .box .icon li a{
    color: #333;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50px/20px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}

.serv_section .box .icon li a:hover{
    color: #fff;
    background-color: #333;
}

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


.tips_section{
    position: relative;
    padding-top: 108px;
}

.tips_section .section_title_text h2{
    font-size: 35px;

}


.tips_section .section_title_text span{
   color: var(--color-primary);

}

.tips_section .section_title_text h2::after{
    content: "";
  position: absolute;
  width: 46px;
  height: 2px;
  top: 20px;
  right: -51px;
  border: 1px dashed var(--color-primary);
}
.tips_section .section_title_text h2::before{
    content: "";
    position: absolute;
    width: 46px;
    height: 2px;

   
    top: 20px;
   
    left: -51px;

    border: 1px dashed var(--color-primary);
}


.tips_section .tips_content{
    padding: 58px 0px 30px;
    background: url(../imgs/tip_bg.png);

    
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    

}

.tips_section .tips_content .tips_c{
    padding-top:25px;
}
.tips_section .tips_content li{
    font-size: 21px;
    font-weight: 300;
    background-color: #f3f3f3;
    border-radius: 35px;
    margin-bottom: 25px;
    padding: 10px 53px;
    box-shadow: 0px 6px 9px #00000057;
    
    display: block;
    background: linear-gradient(to left,#ffffff3b,transparent);
}

.emergency_section{
    position: relative;
   
    
}

.emergency_section .emergency_content {
   
    padding: 22px;
  }

.emergency_section{

  
    padding: 25px 0px;
    
    
}


.emergency_section .ems-blk{
    position: relative;
    padding: 10px;
    background: linear-gradient(to right, var(--color-default) 50%,var(--color-primary) 50%);
    border-radius: 25px;

}



.emergency_section .emergency_img img{
    width: 300px;
}



.emergency_section .emergency_content h2 span{
    color:var(--color-primary)
}



.emergency_section .emergency_content h2{
 
    font-size: 25px;
    color: #fff;
    margin-bottom: 8px;
}
.emergency_section .emergency_content h3{
    color: #fff;
    font-size: 35px;
}


/* PATIENTS FEEDBACKS */

.testimonials_section{
    position: relative;
    padding: 40px 0px 150px;
}


.testimonials_section h4{
 font-size: 16px;
 font-weight: 300;
 line-height: 25px;
}


.testimonials_section .testimonials_content{
    padding-top: 45px;
}


.testimonials_section .testimonials_content .text_desc{
    position: relative;
}

.testimonials_section .testimonials_content::after{
    content: "\f10e";
  position: absolute;
  width: 250px;
  height: 100%;
  font-family: FontAwesome;
  font-weight: 300;
  right: 85px;
  font-size: 175px;
  
  bottom: -202px;
  opacity: 0.2;
}
.testimonials_section .testimonials_content .text_desc p{
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.testimonials_section .testimonials_content .text_desc h2{
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 16px;
   
}

.testimonials_section .testimonials_content .text_desc h2::after{
    content: "";
    position: absolute;
    border: 1px solid;
    width: 40%;
    bottom: 8px;
    left: 88px;
    
}
.testimonial_slider .owl-nav {
    display: none;
}
.testimonial_slider  .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  margin-top:10px
}
.testimonial_slider  .owl-dot {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #1e1e1e;
    background-color: #000;
    opacity: 1;
    border-radius: 2px;
    margin: 0 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial_slider  .owl-dot:hover,
.testimonial_slider .owl-dot.active {
    opacity: 1;
    border: 2px solid var(--color-primary);
    background-color: var(--color-primary);
}

/* APPOINTMENT Section */

.appointment_section{
    position: relative;
    padding: 75px 0px 10px;
    background-color: #252525;
    background-image: linear-gradient(to left, rgb(0 0 0 / 0%), #252525), url(../imgs/appointment_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -48px;
}


.appointment_section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    background:url(../imgs/ser_bg_one.png);
    background-repeat: no-repeat;
    top: -136px;
    z-index: -1;
}

.appointment_section::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    background:url(../imgs/ser_bg_one.png);
    background-repeat: no-repeat;
   bottom: -136px;
   transform: rotate(-180deg);
   z-index: -1;
}






.appointment_section .section_title_text h2
{
 
  color: #fff;
 
}


.appointment_section .section_title_text h3
{
  color: #fff;
  
}




.appointment-form {
    text-align: center;
    padding: 35px 0px;
    /* background: #fff;
    box-shadow: 0px 6px 5px #8b8b8b; */
    position: relative;
    border-radius: 32px;
}

.appointment-form .form-control {
    border: none;
    background-color: transparent;
    
 
    color: #838383;
    border-radius: 30px;
   padding: 10px 25px;

    background-color: #292929;
    box-shadow: 
      12px 12px 16px 0 rgba(0, 0, 0, 0.25),
      -8px -8px 12px 0 rgba(255, 255, 255, 0.3);

      margin-bottom: 25px;
}

.appointment-form h2 {
    color: #fff;
}

.appointment-form p {
    color: #fff;
}


.appointment-form .form-control:focus {
    color: #ffffff;
    background-color: #000000;;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 10px #a6061c;
}

.appointment-form .form-control::-webkit-input-placeholder {
    color: #838383;
    opacity: 1
}

.appointment-form .form-control::-moz-placeholder {
    color: #838383;
    opacity: 1
}

.appointment-form .form-control:-ms-input-placeholder {
    color: #838383;
    opacity: 1
}

.appointment-form .form-control::-ms-input-placeholder {
    color: #838383;
    opacity: 1
}

.appointment-form .form-control::placeholder {
    color: #838383;
    opacity: 1
}

.appointment-form .form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}


.theme-btn {
    
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
  
    padding: 4px 14px;
    border-radius: 30px;
   

    align-items: center;
    background-color: var(--color-primary);
    box-shadow: 
      12px 12px 16px 0 rgba(0, 0, 0, 0.25),
      -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
   
    display: flex;
    
    justify-content: center;
    
    margin: auto;
   
  
   
}


.theme-btn:hover {
    background-color: #1e1e1e;
    color: #fff;
   
}


.appointment_section .appointment_desc{
    padding-top: 25px;
}






/* FAQS Section */

.faqs_section{
    position: relative;
    padding:105px 0 38px;
   
}


.faqs_section h2 span{
    color: var(--color-default);
}




.faq_timeline.main-timeline {
    padding-top: 25px;
    position: relative;
  }
  
  .main-timeline:after {
    content: '';
    display: block;
    clear: both;
  }
  
  .faq_timeline.main-timeline .timeline {
    width: 46%;
    padding: 0 0 0 30px;
    margin: 0 5px 15px 0;
    float: left;
    position: relative;
    z-index: 1;
  }
  
  .faq_timeline.main-timeline .timeline-content {
    background-color: #fff;
    padding: 35px 75px 35px 40px;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
  }
  
  .faq_timeline.main-timeline .timeline-content:hover {
    text-decoration: none;
  }
  
  .faq_timeline.main-timeline .timeline-content:before {
    content: '';
    height: 50%;
    width: 50px;
    background: #222;;
    transform: translateY(-50%);
    position: absolute;
    left: -30px;
    top: 50%;
    bottom: 15px;
    right: 15px;
    z-index: -1;
    clip-path: polygon(0 0, 30% 50%, 0 100%, 100% 100%, 100% 0);
  }
  
  .faq_timeline.main-timeline .timeline-icon {
    color: #fff;
    background:var(--color-default);
    font-size: 35px;
    text-align: center;
    line-height: 67px;
    width: 69px;
    height: 66px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: 1;
    border-radius: 9px;
  }
  
  .faq_timeline.main-timeline .title {
    color: #333;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
  }
  
  .faq_timeline.main-timeline .description {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
  }
  
  .faq_timeline.main-timeline .timeline:nth-child(even) {
    padding: 0 30px 0 0;
    margin: 0 0 15px 5px;
    float: right;
  }
  
  .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 35px 40px 35px 75px;
  }
  
  .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: translateY(-50%) rotateY(180deg);
    left: auto;
    right: -30px;
  }
  
  .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: -30px;
    right: auto;
  }
  
  @media screen and (max-width:767px) {
    .faq_timeline.main-timeline .timeline,
    .faq_timeline.main-timeline .timeline:nth-child(even) {
        width: calc(100%);
        padding: 0 40px 0 30px;
    }
    .faq_timeline.main-timeline .timeline:nth-child(even) {
        padding: 0 30px 0 40px;
    }
  }
  
  @media screen and (max-width:479px) {
    .faq_timeline.main-timeline .timeline,
    .faq_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 40px 0 30px;
        /* margin: 0 0 30px; */
    }
    .faq_timeline.main-timeline .timeline-content,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 70px 25px 35px;
    }
   
    .faq_timeline.main-timeline .timeline-icon,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateY(0) translateX(50%);
        top: -40PX;
        right: 50%;
        left: auto;
    }
  }
  


.faqs_section .faqs_img{
    filter: drop-shadow(4px 5px 3px #b5b5b5);
}

/* Blogs Section */
.blogs_section{
    position: relative;
    padding-bottom: 30px;
    
}
.blogs_section .blogs_content{
    padding-top: 30px;
}


.blogs_section .col-md-4:nth-child(odd) .single__blog{

    background: var(--color-default);

}

.blogs_section .col-md-4:nth-child(odd) .single__blog .blog__content{

   color: #fff;

}

.blogs_section .col-md-4:nth-child(odd) .single__blog .blog__details{

    color: #fff;
 
 }
 

.single__blog {
    box-shadow: 0px 6px 9px #00000057;
    padding: 35px;
    margin-bottom: 30px;
    letter-spacing: -1px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 12px;
}


.blogs_section .single__blog .blog__img img{
    border-radius: 12px;
    box-shadow: 0px 6px 9px #00000057;
}
.blogs_section .col-md-4:nth-child(even) .single__blog .blog__img img{
   filter: grayscale(1);
}

.blogs_section .single__blog .blog__content{
    padding: 35px 0px 0px;
}


.blog__area {
    position: relative;
    z-index: 2
}



.blog__details .date i,.blog__details .admin i {
    padding-right: 10px;
    color: #e02454
}

.blog__content h3 {
    font-size: 24px;
    line-height: 34px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog__border {
    border-top: 2px solid #39393a;
    margin-bottom: 20px
}

.blog__tags {
    position: absolute;
   bottom: -20px;
    height: 40px;
    left: 118px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 50px;
    background: var(--color-primary);
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.single__blog:hover .blog__content h3{

   color: var(--color-primary);

}

.single__blog:hover .blog__tags{

    background: var(--color-default);
    box-shadow: 0px 5px 9px var(--color-primary);

}


.blog__content p {
    font-weight: 300;
    margin: 20px 0
}

.blog__details>div {
    display: inline-block
}

.blog__details>div:last-child {
    margin-left: 16px
}


/* FOOTER SECTION */


.main-footer-two {
   

  position: relative;

}

.main-footer-two .upper-logo-box {
  
  text-align: center;
}


.main-footer-two .logo{
   
    margin: 13px 0;

}

.main-footer-two .links-widget .links li a {
  position: relative;
  display: block;
  line-height: 25px;
  font-size: 15px;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
 color:var(--color-default)
}





.main-footer-two .widget-title {
  position: relative;
  margin-bottom: 15px;
}


.main-footer-two .widget-title h4 {
  position: relative;
  color: var(--color-secondary);
  text-transform: uppercase;
  margin: 0 0;
  font-size: 21px;
  font-weight: 400;
}

.main-footer-two .widget-title:after{
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--color-secondary);
    width: 45px;
    bottom: -5px;
    
}

.main-footer-two .about-widget .address {
  position: relative;
  margin-bottom: 14px;
  color: var(--color-default);
  padding-left: 44px;
}

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

.main-footer-two .about-widget .address i {
  position: absolute;
  left: 0px;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
}

.social-icon-two {
  position: relative;
  margin: 13px 0px;
 
}

.social-icon-two li {
  position: relative;
  display: inline-block;
}

.social-icon-two li:first-child {
  margin-left: 0;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 18px;
  width: 38px;
  height: 38px;
  line-height: 37px;
  color: var(--color-default);
  border-radius: 50%;
  font-weight: 400;
  margin: 0 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: transparent;
 
  border: 1px dashed #000;
}

.social-icon-two li a:hover {
background: var(--color-secondary);
}




.main-footer-two .footer-bottom {
  
  position: relative;
  line-height: 24px;
  
}

.main-footer-two .footer-bottom .inner {
  position: relative;
  display: block;
  padding: 9px 0px 13px;
  border-top: 1px solid var(--color-default);
}

.main-footer-two .footer-bottom .copyright {
  position: relative;
  width: 100%;
  line-height: 24px;
  text-align: center;
  color: var(--color-default);
  font-size: 16px;
}


.main-footer-two .footer-bottom .copyright a {
  text-transform: capitalize;
  color: var(--color-secondary);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-weight: 400;
}



 
 

.main-footer-two .upper-logo-box h2{
  position: relative;
  display: block;
  line-height: 25px;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;

 
}

.main-footer-two .links-widget .links li a:hover {
  color: var(--color-secondary);
  list-style: none;
}



.social-links-bottom{
    padding: 26px 0px;
}

.social-links-bottom ul li::before{
    content: "\f101";
    position: absolute;
   left: 14px;
    
    
    display: block;
    font-size: 14px;
    line-height: 26px;
    
   color: var(--color-primary)  ;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.social-links-bottom ul li {
    padding-left: 18px;
 
}


.main-footer-two .links-two{
    padding-left: 25px;
}

.main-footer-two .links-three{
    padding-left: 25px;
}

.main-footer-two .links-four{
    padding-left: 0px;
}




.newsletter_section{
    z-index: 1;
    position: relative;
    padding-top: 35px;
}


.subscribe-block {
    position: relative;
    padding: 25px 20px;
    background-color: #ffffff;
    border-radius:10px;
    border-radius: 150px;


}

.sub-title h4 {
    text-transform: uppercase;
    color: var(--color-default);
    font-size: 33px;
}
.subscribe-input {
    position: relative;
    margin-top: 8px;
}


.sub-title p {
    margin: 0;
    color: var(--color-default);
    font-size: 14px;
}
.subscribe-input .form-control {
    height: 58px;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    color: var(--color-secondary);
}


.subscribe-input .form-control::placeholder{
    color: #6b6b6b;

}

.subscribe-input .btn {
    position: absolute;
    top: 7px;
    right: 8px;
    background: var(--color-secondary);
    border: none;
    border-radius: 0;
    padding: 11px 16px;
    color: #fff;
}

.upper-logo-box p a{
    color: var(--color-primary);
}


.upper-logo-box .logo img {
    width: 295px;
}


.latest-blog {
	display: inline-block;
	width: 100%;
	/*margin-left: 15px;*/
}
.latest-blog .type-post .col-md-6:nth-child(2){
	padding-left: 5px;
}
.latest-blog .section-header h3 {
	font-size: 34px;
	font-weight: 600;
}

.type-post {
	display: inline-block;
	width: 100%;
	
}
.latest-blog .section-padding:last-of-type {
	padding-top: 36px;
	padding-bottom: 35px;
}
.blog.upcoming-event.latest-blog .type-post .entry-cover,
.latest-blog .type-post .entry-cover {
	position: relative;	
	z-index: 2;
}
.latest-blog .type-post .entry-cover::before,
.blog.upcoming-event.latest-blog .type-post .entry-cover::before {
	position: absolute;
	content: "";
	left: -18px;
	right: 18px;
	top: -18px;
	bottom: 18px;
	border: 1px solid #ebebeb;
	z-index: -1;
}
.latest-blog .type-post .entry-meta {
	position: relative;
	padding: 11px 0;
	color: #a9a9a9;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	color: #a9a9a9;
	font-size: 11px;
	letter-spacing: 0.11px;
	line-height: 28px;
	margin-top: -18px;
}
.latest-blog .type-post .entry-meta [class*="post-"] {
	float: left;
	margin-right: 13px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.latest-blog .type-post .entry-meta [class*="post-"]:last-of-type {
	margin-right: 0;
}

.latest-blog .type-post .entry-meta [class*="post-"]:hover i,
.latest-blog .type-post .entry-meta [class*="post-"] a:hover {
	color: var(--color-primary);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.latest-blog .type-post a> i,
.latest-blog .type-post i {
	font-size: 14px;
	color: #a9a9a9;
	margin-right: 6px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.latest-blog .type-post .post-admin > span{
	margin-right: 3px;
}
.latest-blog .type-post .entry-meta a {
	color: #a9a9a9;
	text-decoration: none;
}
.latest-blog .type-post .entry-title {
	
	display: inline-block;
	width: 100%;
}
.latest-blog .type-post .entry-title a,
.latest-blog .type-post .entry-title h3 {
	margin: 7px 0 0;
	text-transform: capitalize;
	color: var(--color-default);
	font-size: 18px;
	font-weight: 600;
	
	
	line-height: 28px;
	text-decoration: none;	
	display: inline-block;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.latest-blog .type-post .entry-title:hover a h3,
.latest-blog .type-post .entry-title:hover a {
	color: var(--color-primary);
}
.latest-blog .type-post .entry-content p {
	color: var(--color-default);
	font-size: 15px;
	line-height: 28px;
	
	
}
.latest-blog .type-post .learn-more {
	text-decoration: none;
	padding: 3px 22px;
	border: 2px solid var(--color-primary);
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	
	letter-spacing: 1.8px;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	margin-top: 12px;
	display: inline-block;
	position: relative;
}
.latest-blog .type-post .learn-more::after {
	content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
	background-color: var(--color-primary);
	height: 103%;
	left: 50%;
	opacity: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 0;
}
.latest-blog .type-post .learn-more:hover::after {
	opacity: 1;
    width: 100%;
}
.latest-blog .type-post .learn-more:hover {
	color: #fff;
}


.latest-blog .entry-cover img{
    filter: grayscale(1);
}


.serv-scrll  .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  margin-top:10px
}
.serv-scrll  .owl-dot {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 7px;
    border-radius: 50%;
    
    background-color: var(--white);
    opacity: 1;
    border-radius: 2px;
    margin: 0 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.serv-scrll  .owl-dot:hover,
.serv-scrll .owl-dot.active {
    opacity: 1;
  
    background-color: var(--color-primary);
}
.social-icon-two::before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 5px;
   background: linear-gradient(to right,var(--color-primary), transparent,var(--color-default));
   left: 0px;
   right: 0px;
   margin: auto;
   top: 0px;
   bottom: 0px;
   border-radius: 40px;
}
.serv-bottom {
    color: #d6cece;
    border-top: 1px dashed;
    padding-top: 5px;
}
.serv-bottom h3 {
    font-size: 31px;
    line-height: 30;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.footer-address-row .col-md-6:nth-child(1){
    border-right: 1px solid;
}
.footer-address-row1{
    padding-top:26px;
    border-top: 1px solid ;
}
.footer-address-row .col-md-6{
    padding-bottom: 20px;
}

/* innerpages */
.top-wraapper1{
    position: relative;
}
.bread_cumb_wrap {
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    padding: 163px 0 61px;
  }
  .bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 119px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 44px;
    background: var(--color-default)
  }
  .bread_cumb_wrap h1 {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .bread_cumb_wrap ul {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 30px;
  }
  .bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 3px 9px;
    color: #ffffff;
    background: var(--color-default);
    border-radius: 20px;
  }
  .bread_cumb_wrap ul li:last-child:before {
    display: none
  }
  
  .bread_cumb_wrap ul li a {
    display: block;
    color: #fff;
    font-size: 17px;
  }
  .inner-section {
    position: relative;
    min-height: 47vh;
    padding: 45px 0px;
}


.main-timeline1 .timeline1{
    width: 50%;
    margin: 0 5px 35px 0;
    float: left;
}
.main-timeline1 .timeline-content1{
    text-align: right;
    display: block;
}
.main-timeline1 .timeline-content1:hover{ text-decoration: none; }
.main-timeline1 .timeline-icon1{
    color: #fff;
    background: var(--color-primary);
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 0 50%;
    transform: rotate(45deg);
    display: inline-block;
}
.main-timeline1 .timeline-icon1 i{ transform: rotate(-45deg); }
.main-timeline1 .timeline-year1{
    color: var(--color-default);
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
}
.main-timeline1 .title{
    color: #fff;
    background-color: var(--color-default);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 15px 9px;
    margin: 0 0 10px;
}
.main-timeline1 .description {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    margin: 0;
}
.main-timeline1 .timeline1:nth-child(even){
    margin: 0 0 35px 5px;
    float: right;
}
.main-timeline1 .timeline1:nth-child(even) .timeline-content1{ text-align: left; }
@media screen and (max-width:767px){
    .main-timeline1 .timeline1,
    .main-timeline1 .timeline1:nth-child(even){
        width: 100%;
    }
}
@media screen and (max-width:479px){
    .main-timeline1 .timeline-content1,
    .main-timeline1 .timeline1:nth-child(even) .timeline-content1{
        text-align: left;
    }
}
.contact-block .footer-title h2 {
    position: relative;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    margin-bottom: 36px;
}
.contact-block .footer-title h2::before {
    content: "";
    position: absolute;
    width: 99px;
    height: 3px;
    border-bottom: 2px solid var(--color-default);
    bottom:-3px;
    left: 0;
    right: 0;
    margin: auto;
}
.info-list {
    position: relative;
    text-align: center;
}
.info-list li {
    position: relative;
    line-height: 1.9em;
    font-size: 15px;
    margin-bottom: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    color: #333;
}
.info-list li span {
    position: relative;
    left: 0;
    top: 0;
    color: #f0f0f0;
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: var(--color-default);
    text-align: center;
    display: inline-block;
}
.info-list li p {
    margin: 0;
    position: relative;
    top: 0;
    line-height: 30px;
}
.info-list li:last-child {
    border-bottom: none;
}
.info-list h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0px 10px;
    color: var(--color-primary);
}
.info-list iframe {
    border: 7px solid #f5f5f5;
    box-shadow: 0px 0px 11px #919191;
    margin-top: 20px;
}
._cform .form-control::placeholder{
    color: #636363;
}
._cform .form-control{
    border-bottom: 1px solid #ced4da;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background-color: #fff0;
    color: var(--color-default);
}
._cform h2 {
    position: relative;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    margin-bottom: 19px;
}
._cform h2::before {
    content: "";
    position: absolute;
    width: 99px;
    height: 3px;
    border-bottom: 2px solid var(--color-default);
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
}
._cform{
    border: 5px solid #f5f5f5;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 11px #919191;
}
.contact-page{
    display: inline-block;
}
._cform .btn{
    background: var(--color-primary);
}
.address h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0px 10px;
    color: var(--color-primary);
}
.serv-matter p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 9px;
  }
  .serv-matter .serv-img img {
    border: 7px solid #f5f5f5;
    box-shadow: 0px 0px 10px #9f9f9f;
  }
  .ol_styles {
    padding: 0;
    padding-left: 20px;
    margin-bottom: 0px;
  }
  
  .ol_styles li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 15px;
    text-align: left;
  }
  
  .ol_styles li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 28px;
    color: #373434;
    font-weight: 900;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
  }
  .serv-matter h2 {
    color: var(--color-primary);
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  

  .ems-blk a{
    color: #fff;
  }

  .doc-abt-img {
    box-shadow: 0px 0px 5px #8b8b8b;
    border: 8px solid #fff;
  }
  
  
  .doc-abt-content h2{
    padding-top: 20px;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--color-primary);
    border-bottom: 1px dashed var(--color-default);
    
    
  }
  
  .doc-abt-content h5{
 
    display: inline-block;
    line-height: 32px;
    color: var(--color-default);
  }
  
  .doc-abt-content p {
    position: relative;
    text-align: center;
    line-height: 23px;
  
    font-size: 16px;
  }

  .about_section .section_title_text h4 {
   color: var(--color-default);
  }


  .bread_cumb_wrap i {
    color: #fff;
    transform: rotate(-103deg);
    font-size: 13px;
    top: -2px;
    position: relative;
    color: var(--color-primary);
  }

 /*the container must be positioned relative:*/

.custom-select {
    position: relative;
    font-family: Arial;
  }
  
  .custom-select select {
    display: none;
    /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: transparent;
  }
  
  
  /*style the arrow inside the select element:*/
  
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000000 transparent transparent transparent;
  }
  
  
  /*point the arrow upwards when the select box is open (active):*/
  
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
  }
  
  
  /*style the items (options), including the selected item:*/
  
  .select-selected {
    color: #adadad;
    padding: 0px 0px;
   
    border-color: transparent transparent rgba(0, 0, 0) transparent;
    cursor: pointer;
    user-select: none;
    text-align: justify;
  }
  
  
  .select-items div {
    color: #000000;
    padding: 4px 12px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    text-align: justify;
  }
  
  
  /*style items (options):*/
  
  .select-items {
    position: absolute;
    background-color: #f2f2f2;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  
  /*hide the items when the select box is closed:*/
  
  .select-hide {
    display: none;
  }
  
  .select-items div:hover,
  .same-as-selected {
    background-color: var(--color-secondary);
    color: #fff!important;
  }
  
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  