/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}
.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0,0,0, .1);
    opacity: 1;
    z-index: 999999;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 10px 0 10px;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
}
.sticky-header .main-menu .navigation> li {
    margin-right: 40px;
}
.sticky-header .main-menu .navigation> li> a {
    padding: 35px 0;
}





.header-style-one {
    position: relative;
    display: block;
}
.header-top{
    position: relative;
    display: block;
    background: #2f3a51;
}
.header-top .outer-box{
    position: relative;
    display: block;
}

.header-top_left{
    position: relative;
    display: block;
    padding-left: 55px;
}
.header-top_left .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 60px;
    background-color: var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top_left-content {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 520px;
    width: 100%;
    margin-left: 20px;
    min-height: 60px;
}
.header-top_left-content .single-item{
    position: relative;
    display: block;
}
.header-top_left-content .single-item p{
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}


.header-top_left-carousel{
    position: relative;
    display: block;
    padding-right: 70px;
}
.header-top_left-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.header-top_left-carousel.owl-carousel .owl-nav button {
    position: relative;
    top: -2px;
    color: #ffffff;
    font-size: 30px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 0;
}


.header-top_right {
    position: relative;
    display: block;
    padding: 10px 0 10px;
}
.header-social-link-1{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-social-link-1 ul{
    position: relative;
    display: block;
}
.header-social-link-1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;   
}
.header-social-link-1 ul li:last-child{
    margin-right: 0px;      
}

.header-social-link-1 ul li a{
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.10);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;        
}
.header-social-link-1 ul li a:hover{
    background: var(--thm-color-2); 
}



.header {
    position: relative;
    display: block;
    background: #ffffff;
}
.header .outer-box {
    position: relative;
    display: block;
}
.header-left {
    position: relative;
    display: block;
}
.header-left .logo {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 31px;
}
.header-left .logo a{
    position: relative;
    display: inline-block;
}


.header-right {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}
.header-right .nav-outer {
    position: relative;
    display: block;
    float: left;
    z-index: 2;
}
.main-menu.style1{}
.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navbar-collapse{
    padding:0px;
    display:block !important;
}
.main-menu .navigation {
    position: inherit;
    display: block;
}
.main-menu .navigation> li {
    position: inherit;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.main-menu .navigation> li:last-child{
    margin-right: 0;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 42px 0 43px;
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
}
.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;    
}
.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    right: 0px;
    font-family: FontAwesome;
    content: "\f107";
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}

.main-menu .navigation> li> ul,
.main-menu .navigation> li> .megamenu {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 270px;
    padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
    z-index: 100;
}
.main-menu .navigation> li> ul:before,
.main-menu .navigation> li> .megamenu:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation> li.dropdown:hover> ul,
.main-menu .navigation> li.dropdown:hover .megamenu{
    opacity:1;
    visibility:visible;
    -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,
.main-menu .navigation> li> .megamenu li{
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}
.main-menu .navigation> li> ul> li> a,
.main-menu .navigation> li> .megamenu li> a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #11161e;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation> li> ul> li:last-child> a,
.main-menu .navigation> li> .megamenu li:last-child a{
    border: none;
} 
.main-menu .navigation> li> ul> li> a:hover,
.main-menu .navigation> li> .megamenu li> a:hover {
    padding-left: 15px;
}

.main-menu .navigation> li> ul> li> a:before,
.main-menu .navigation> li> .megamenu li> a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: var(--thm-primary);
    opacity: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li:hover> a:before,
.main-menu .navigation> li> .megamenu li:hover a:before {
    width: 5px; 
    opacity: 1;
}
.main-menu .navigation> li> ul> li:hover> a:before{
    opacity: 1;
}
.main-menu .navigation> li> ul> li.dropdown> a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}
.main-menu .navigation> li> ul> li> ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
    z-index: 100;
}
.main-menu .navigation li> ul> li.dropdown:hover ul {
    opacity:1;
    visibility:visible;
    -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>ul> li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}
.main-menu .navigation> li> ul> li> ul> li> a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #11161e;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation> li> ul> li> ul> li:last-child> a{
    border: none;
}
.main-menu .navigation> li> ul> li:hover > a{
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    background: var(--thm-primary);
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.main-menu .navigation> li> ul> li> ul> li:hover> a:before{
    width: 5px;
}


/** Megamenu Style **/
.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 0px 0px;
    left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  color: #fff;
}
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: poPoppins;
    display: none;
    z-index: 5;
}



.header-right_buttom {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.header-right_buttom .btns-box {
    position: relative;
    display: block;
}
.side-content-button {
    position: relative;
    display: block;
    float: right;
    padding-top: 17px;
    padding-bottom: 5px;
    padding-left: 20px;
}


.side-content-button button{
    position: relative;
    display: inline-block;
}
.side-content-button ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -2px;
    margin-right: -2px;
}
.side-content-button ul li{
    position: relative;
    display: inline-block;
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 2px 4px;
    background-color: var(--thm-color-4);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.side-content-button:hover ul li{
    background-color: var(--thm-black);    
}




.outer-search-box-style1{
    position: relative;
    display: block;
}
.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 80px;
    height: 30px;
    color: var(--thm-black);
    font-size: 22px;
    line-height: 30px;
    cursor: poPoppins;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    border-left: 1px solid #979ca8;
}
.outer-search-box-style1 .search-box {
    position: absolute;
    top: 170%;
    right: 0%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.outer-search-box-style1 .search-box.now-visible {
    top: 250%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.outer-search-box-style1 .search-box .form-group{
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus{
    border-color: #f5f5f5;  
}
.outer-search-box-style1 .search-box .form-group button, 
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: poPoppins;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button{
    color: #222222;
    background: #f5f5f5;
}



/*** 
=====================================================
    Main Header style Two Css
=====================================================
***/
.header-style-two {
    position: relative;
    display: block;
}
.header-top-two{
    position: relative;
    display: block;
    background: #2f3a51;
}
.header-top-two .auto-container{
    max-width: 100%;
    padding: 0 150px;
}
.header-top-two .outer-box{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-two_left{
    position: relative;
    display: block;
}
.header-social-link-2{
    position: relative;
    display: flex;
    align-items: center;
}
.header-social-link-2 .title{
    width: 100px;
}
.header-social-link-2 .title h5{
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.header-social-link-2 ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-social-link-2 ul li{
    position: relative;
    display: inline-block;
    float: left;
}
.header-social-link-2 ul li a{
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    z-index: 1;
}
.header-social-link-2 ul li a:before{
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    bottom: 18px;
    width: 1px;
    background: rgba(255, 255, 255, 0.30);
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-social-link-2 ul li:hover a:before,
.header-social-link-2 ul li.active a:before{
    background: rgba(255, 255, 255, 0.0);
}

.header-social-link-2 ul li a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0px;
    background: var(--thm-primary);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transform-style: preserve-3d;
    z-index: -1;
}
.header-social-link-2 ul li:hover a:after,
.header-social-link-2 ul li.active a:after{
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}


.header-top-two_right {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header-contact-info-1{
    position: relative;
    display: block;
}
.header-contact-info-1 ul{
    position: relative;
    display: block;
}
.header-contact-info-1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 26px;
    padding-right: 25px;
    line-height: 24px;
}
.header-contact-info-1 ul li:last-child{
    padding-right: 0;
}

.header-contact-info-1 ul li:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.30);
    z-index: 1;
}
.header-contact-info-1 ul li p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.header-contact-info-1 ul li p span:before{
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 10px;
}
.header-contact-info-1 ul li p a{
    color: #ffffff;  
    transition: all 200ms linear;
    transition-delay: 0.1s;  
}
.header-contact-info-1 ul li p a:hover{
    color: var(--thm-primary);
}


.language-select-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 25px;
    padding-left: 25px;
}
.language-select-box:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    bottom: 7px;
    background: rgba(255, 255, 255, 0.30);  
}
.language-select-box .icon{
    width: 25px;
    color: var(--thm-color-2);
    font-size: 18px;
}
.language-select-box .icon span:before{
    position: relative;
    display: inline-block;
    top: 2px;
}
.language-select-box .bootstrap-select {
    position: relative;
    display: block;
    width: 70px !important;
    height: 30px;
    text-align: right;
}
.language-select-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    border: 0px solid rgba(255, 255, 255, 0.15);
    background-color: transparent !important;
    max-width: 100%;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    padding-right: 10px;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Poppins', sans-serif;
}
.language-select-box .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.language-select-box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}
.language-select-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: auto;
    height: auto;
    font-family: FontAwesome;
    content: "\f107";
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    border: none;
}
.language-select-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}
.language-select-box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.language-select-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 20px 7px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.language-select-box .dropdown-item.active, 
.language-select-box .dropdown-item:active, 
.language-select-box .dropdown-item:hover{
    color:var(--thm-primary);
}



.header-bottom-two {
    position: relative;
    display: block;
    background: #ffffff;
}
.header-bottom-two .auto-container{
    max-width: 100%;
    padding: 0 150px;    
}
.header-bottom-two .outer-box {
    position: relative;
    display: block;
}
.header-bottom-two_left {
    position: relative;
    display: block;
}
.header-bottom-two_left .logo {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 31px;
}
.header-bottom-two_left .logo a{
    position: relative;
    display: inline-block;
}

.header-bottom-two_right {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}
.header-bottom-two_right .nav-outer {
    position: relative;
    display: block;
    float: left;
    z-index: 2;
}
.main-menu.style2 .navigation> li {
    margin-right: 40px;
}
.main-menu.style2 .navigation> li:last-child{
    margin-right: 0;
}



/*** 
=====================================================
    Main Header style Three Css
=====================================================
***/
.header-style-three {
  
}
.header-three{
    position: relative;
    display: block;
    background: transparent;
    padding-right: 150px;
}
.header-three .auto-container {
    max-width: 100%;
    padding-left: 150px;
    padding-right: 0;
}
.header-three .outer-box{
    position: relative;
    display: flex;
    align-items: center;
}

.header-left-three {
    position: relative;
    display: block;
    width: 70%;
}
.header-left-three .logo {
    position: relative;
    display: block;
    float: left;
    padding-top: 38px;
    padding-bottom: 38px;
}
.header-left-three .logo a{
    position: relative;
    display: inline-block;
}

.header-left-three .nav-outer{
    position: relative;
    display: block;
    float: right;
}
.main-menu.style3 .navigation>li>a {
    padding: 50px 0 50px;
    color: #ffffff;
}
.main-menu.style3 .navigation>li.dropdown>a {
    padding-right: 15px;
}



.header-right-three {
    position: relative;
    display: flex;
    align-items: center;
    width: 30%;
    z-index: 2;
}
.header-right-three .header-right_buttom{
    margin-left: auto;
}

.outer-search-box-style2 .seach-toggle {
    width: 55px;
    height: 55px;
    line-height: 53px;
    border: 1px solid #e3e9f4;
    border-radius: 10px;
    margin-right: 10px;
}
.outer-search-box-style2 .search-box.now-visible {
    top: 180%;
}

.header-right-three .header-right_buttom .btns-box .btn-one {
    line-height: 55px;
}



/*** 
=====================================================
    Main Header style Three Css
=====================================================
***/
.header-style-four {
  
}
.header-top-four{
    position: relative;
    display: block;
    background: #2f3a51;
}
.header-top-four .outer-box{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-four_left{
    position: relative;
    display: block;
}
.header-contact-info-2 ul li:before {
    top: -18px;
    bottom: -18px;
}
.header-contact-info-2 ul li p span:before {
    color: var(--thm-color-2);
}


.header-top-four_right {
    position: relative;
    display: flex;
    margin-left: auto;
}
.header-social-link-3{
    position: relative;
    display: block;
}
.header-social-link-3 ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-social-link-3 ul li{
    position: relative;
    display: inline-block;
    float: left;
}
.header-social-link-3 ul li a{
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.header-social-link-3 ul li:last-child a{
    border-right: none;
}
.header-social-link-3 ul li a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0px;
    background: var(--thm-color-4);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transform-style: preserve-3d;
    z-index: -1;
}
.header-social-link-3 ul li:hover a:after,
.header-social-link-3 ul li.active a:after{
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.header-top-four_right .btns-box{
    position: relative;
    display: block;
}
.header-top-four_right .btns-box a{
    line-height: 55px;  
    border-radius: 0;  
}
.header-top-four_right .btns-box a:before {
    border-radius: 0px;
}



.header-latest-news{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 31px 0;
}
.header-latest-news .outer-box{
    position: relative;
    display: block;
}
.header-latest-news_content{
    position: relative;
    display: block;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding-left: 150px;
}
.header-latest-news_content .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    display: flex;
    align-items: center;
}
.header-latest-news_content .icon h5{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
.header-latest-news_content-inner {
    position: relative;
    display: block;
}
.header-latest-news_content-inner .single-item{
    position: relative;
    display: block;
}
.header-latest-news_content-inner .single-item p{
    color: #222222;
    font-size: 16px;
    margin: 0;
}
.header-latest-news_carousel{
    position: relative;
    display: block;
    padding-right: 70px;
}
.header-latest-news_carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-latest-news_carousel.owl-carousel .owl-nav button {
    position: relative;
    top: 0px;
    color: #222222;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 30px;
    height: 30px;
}
.header-latest-news_carousel.owl-carousel .owl-nav button span{
    display: none;
}
.header-latest-news_carousel.owl-carousel .owl-nav button:before{
    font-family: flaticon !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "\f110";
}
.header-latest-news_carousel.owl-carousel .owl-nav button.owl-prev::before{
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
}



.header-bottom-four {
    position: relative;
    display: block;
    background: transparent;
}
.header-bottom-four .outer-box {
    position: relative;
    display: block;
    background: rgba(22, 27, 39, 0.80);
    padding-left: 30px;
    padding-right: 5px;
}
.header-bottom-four_left {
    position: relative;
    display: block;
}
.header-bottom-four_left .logo {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 31px;
}
.header-bottom-four_left .logo a{
    position: relative;
    display: inline-block;
}

.header-bottom-four_right {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}
.header-bottom-four_right .nav-outer {
    position: relative;
    display: block;
    float: left;
    z-index: 2;
}
.main-menu.style4 .navigation> li {
    margin-right: 35px;
}
.main-menu.style4 .navigation> li:last-child{
    margin-right: 0;
}
.main-menu.style4 .navigation>li>a{
    color: #ffffff;
}

.header-right_buttom.style4{}
.header-right_buttom.style4 .outer-search-box-style1 .seach-toggle {
    color: #fff;
}




/*** 
=====================================================
    Main Header style Five Css
=====================================================
***/
.header-style-five {
  
}
.header-top-five{
    position: relative;
    display: block;
    background: #eef1f7;
    padding-top: 19px;
    padding-bottom: 40px;
}
.header-top-five .auto-container{
    max-width: 1330px;
}
.header-top-five .outer-box{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-five_left{
    position: relative;
    display: block;
}
.header-contact-info-3{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-contact-info-3 ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-contact-info-3 ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
    line-height: 24px;
}
.header-contact-info-3 ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.header-contact-info-3 ul li:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    bottom: 5px;
    background: #b9c3d7;
    z-index: 1;
}
.header-contact-info-3 ul li:last-child:before{
    display: none;
}
.header-contact-info-3 ul li p{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.header-contact-info-3 ul li p span:before{
    position: relative;
    top: 2px;
    color: var(--thm-color-2);
    display: inline-block;
    padding-right: 10px;
}
.header-contact-info-3 ul li p a{
    color: #222222;  
    transition: all 200ms linear;
    transition-delay: 0.1s;  
}
.header-contact-info-3 ul li p a:hover{
    color: var(--thm-primary);
}


.header-top-five_right{
    position: relative;
    display: block;
    margin-left: auto;
}
.header-top-menu1{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-top-menu1 ul{
    position: relative;
    display: block; 
    overflow: hidden;   
}
.header-top-menu1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
    line-height: 24px;    
}
.header-top-menu1 ul li:last-child{
    margin-right: 0;
    padding-right: 0;    
}
.header-top-menu1 ul li:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    bottom: 5px;
    background: #b9c3d7;
    z-index: 1;    
}
.header-top-menu1 ul li:last-child:before{
    display: none;
}
.header-top-menu1 ul li a{
    color: #222222;
    font-size: 16px;
    font-weight: 400; 
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-top-menu1 ul li a:hover{
    color: var(--thm-color-2);
    text-decoration: underline;
}


.header-bottom-five {
    position: relative;
    display: block;
    background: transparent;
    margin-top: -20px;
}
.header-bottom-five .auto-container{
    max-width: 1330px;    
}
.header-bottom-five .outer-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}
.header-bottom-five_left {
    position: relative;
    display: block;
}
.header-bottom-five_left .logo {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 31px;
}
.header-bottom-five_left .logo a{
    position: relative;
    display: inline-block;
}

.header-bottom-five_right {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}
.header-bottom-five_right .nav-outer {
    position: relative;
    display: block;
    float: left;
    z-index: 2;
}
.main-menu.style5 .navigation> li {
    margin-right: 30px;
}
.main-menu.style5 .navigation> li:last-child{
    margin-right: 0;
}
.main-menu.style5 .navigation>li>a{
    color: #222222;
}

.header-right_buttom.style5{
    margin-left: 30px;
}






/*** 
=====================================================
    Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}
.main-slider.style1 {}



.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 150px 0px 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .slide .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform:scale(1);
    transform:scale (1);
    transition: all .8s ease-in-out .4s;
    z-index: 1;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.main-slider .active .slide .image-layer{
    -webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
    transform:scale(1.05);
}
.main-slider .content{
    position:relative;
    z-index:11;
}

.main-slider.style1 .slide {
    padding: 136px 0px 140px;
}
.main-slider.style1 .slide .image-layer:before{
    background-color: rgba(15, 11, 11, 0.10);
}
.main-slider.style1 .slide .image-layer{
    filter: grayscale(0);
}
.main-slider.style1 .content{
    position: relative;
    display: block;
    width: 100%;
    z-index: 10;
}

.main-slider .auto-container{
    position: relative;
}

.main-slider .content h3{
    position: relative;
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.025em;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(-100);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(-100);
    transform: perspective(400px) rotateX(0deg) translateY(-100px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    font-family: var(--thm-pony-tale-font);
}
.main-slider .active .content h3{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0);
    transform: perspective(400px) rotateX(0deg) translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;    
}


.main-slider .content .big-title{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .active .content .big-title{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;   
}
.main-slider .content .big-title h2{
    color: #ffffff;
    font-size: 80px;
    line-height: 1.10em;
    font-weight: 500;
    text-transform: none;
}


.main-slider .content .border-box{
    position: relative;
    display: block;
    max-width: 600px;
    width: 0%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main-slider .active .content .border-box{
    width: 100%;
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;   
}
.main-slider .content .border-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    background: var(--thm-primary);
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}
.main-slider .active .content .border-box:before{
    width: 80px;
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;   
}


.main-slider .content .text{
    position: relative;
    display: block;
    padding-top: 34px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.main-slider .active .content .text{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms; 
}
.main-slider .content .text p{
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}



.main-slider .content .btns-box{
    position: relative; 
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 43px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.main-slider .content .btns-box a.marlft15{
    margin-left: 15px;
}
.main-slider .active .content .btns-box{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms; 
}



.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    line-height: 0;
    opacity: 0;
    transform: scaleX(1.0) translateY(-30px);
    z-index: 3;
}
.main-slider:hover .owl-theme .owl-nav{
    opacity: 1;
    transform: scaleX(1.0) translateY(-30px);
}
.main-slider .owl-theme .owl-prev span, 
.main-slider .owl-theme .owl-next span{
    display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.30);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.20);
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    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;
}
.main-slider .owl-theme .owl-prev span:before { }
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    transform: rotate(0deg);
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.30);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.20);
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    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;
}
.main-slider .owl-theme .owl-next span:before{}


.main-slider .owl-theme .owl-nav .owl-prev:hover,
.main-slider .owl-theme .owl-nav .owl-next:hover{
    color: #ffffff;
    border-color: var(--thm-primary);
}

.banner-carousel .owl-dots {
    display: none;
}
.main-slider.style1 .owl-theme .owl-nav{
    display: none;
}


.main-slider.style1 .banner-carousel.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    counter-reset: count;
}
.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot{
    position: relative;
    display: block;
    height: 25px;
    width: 25px;
    background: transparent;
    border-radius: 50%;
    margin: 5px 0;
    z-index: 1;
}
.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    transform: scale(0);
}
.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot.active:after{
    transform: scale(1.0);
}

.main-slider.style1 .banner-carousel.owl-carousel button.owl-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    color: #222222;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: 'Poppins', sans-serif;
}

/*** 
=====================================================
    Main Slider style3 style
=====================================================
***/
.main-slider.style3 {
    position: relative;
    display: block;
    background: #ffffff;
    padding-right: 150px;
}
.slider-social-links-box {
    position: absolute;
    top: 130px;
    right: 0;
    bottom: 0;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
}
.slider-social-links-box .title {
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: center;
    margin-top: 0px;
}
.slider-social-links-box .title h3{
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.slider-social-links-box .border-box {
    position: relative;
    display: block;
    width: 1px;
    height: 80px;
    background-color: var(--thm-primary);
    margin-top: 56px;
    margin-bottom: 20px;
}
.slider-social-links-box ul{
    position: relative;
    display: block;
}
.slider-social-links-box ul li{
    position: relative;
    display: block;
    float: none;
    margin: 15px 0;  
}
.slider-social-links-box ul li:first-child{
    margin-top: 0px;      
}
.slider-social-links-box ul li:last-child{
    margin-bottom: 0px;      
}
.slider-social-links-box ul li a{
    position: relative;
    display: block;
    background: #eef1f7;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;        
}
.slider-social-links-box ul li a:hover{
    background: var(--thm-color-2); 
}


.main-slider.style3 .slider-box{
    position: relative;
    display: block;
}
.main-slider.style3 .auto-container{
    max-width: 100%;
    padding-left: 150px;
    padding-right: 0;    
}
.main-slider.style3 .slide {
    padding: 270px 0px 175px;
}
.main-slider.style3 .slide .image-layer-bg{
    position:absolute;
    top:0;
    left:0;
    width:80%;
    bottom: 25px;
    background-color: #f95c00;
    transition: all .8s ease-in-out .4s;
    z-index: 1;
}
.main-slider.style3 .slide .image-layer-bg.bg2{
    background-color: var(--thm-color-5);    
}
.slide-hand-shape{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 650px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
.slide-image-box{
    position: absolute;
    top: 130px;
    right: 0;
    bottom: 0;
    width: 55%;
    overflow: hidden;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-transform: scale(1);
    -ms-transform:scale(1);
    transform:scale (1);
    transition: all .8s ease-in-out .4s;
    z-index: 2;
}
.main-slider.style3 .active .slide .slide-image-box{
    -webkit-transform:scale(1.0);
    -ms-transform:scale(1.0);
    transform:scale(1.0);
}


.main-slider.style3 .content .big-title{
    margin: 0;
}
.main-slider.style3 .content .big-title h2 {
    font-size: 68px;
    line-height: 1.10em;
}


.main-slider.style3 .content .text{
    padding-top: 19px;
}
.main-slider.style3 .active .content .text{
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms; 
}
.main-slider.style3 .content .text p{
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    margin: 0;
}
.main-slider.style3 .content .btns-box {
    padding-top: 50px;
}
.main-slider.style3 .owl-theme .owl-nav {
    display: none;
}


/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
}
.about-style1-area .sec-title {
    padding-bottom: 19px;
}


.about-style1_content-box{
    position: relative;
    display: block;
    max-width: 650px;
    width: 100%;
    padding-top: 120px;
}
.about-style1_content-box_map{
    position: absolute;
    top: 0;
    left: -300px;
    bottom: 0;
    max-width: 645px;
    width: 100%;
}
.about-style1_content-box .inner-content{
    position: relative;
    display: block;
}
.about-style1_content-box .inner-content h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 19px;
}
.about-style1_content-box .inner-content p{
    margin: 0;
}
.about-style1_content-box .inner-content .bottom-box{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}


.about-style1_content-box .inner-content .bottom-box .signature{
    position: relative;
    display: block;
    padding-right: 35px;
}
.about-style1_content-box .inner-content .bottom-box .signature h2{
    color: var(--thm-color-3);
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: aervish-fonts;
}
.about-style1_content-box .inner-content .bottom-box .signature::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e3e9f4;
}
.about-style1_content-box .inner-content .bottom-box .name{
    position: relative;
    display: block;
    padding-left: 35px;
}
.about-style1_content-box .inner-content .bottom-box .name .shape {
    position: absolute;
    top: -15px;
    left: 30px;
    bottom: 0;
}


.about-style1_content-box .inner-content .bottom-box .name h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}
.about-style1_content-box .inner-content .bottom-box .name span{
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 400;
}



.noselect {
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}



.donate-form-box{
    position: relative;
    display: block;
    background: var(--thm-color-5);
    padding: 43px 50px 50px;
    margin-top: -40px;
    margin-left: -30px;
    z-index: 10;
}
.donate-form-box .shape1{
    position: absolute;
    bottom: -80px;
    right: -110px;
}

.donate-form-box .top-title{
    position: relative;
    display: block;
    padding-bottom: 31px;
}
.donate-form-box .top-title h2{
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}



.donate-form-box .progress-levels-style2 {
    padding-top: 0;
}
.donate-form-box .progress-levels-style2 .progress-box .bar .bar-innner {
    background: #741ea6;
}

.donate-form-box .progress-levels-style2 .bottom-box {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.30);
    margin-bottom: 42px;
}
.donate-form-box .progress-levels-style2 .bottom-box .rate-box p {
    color: #ffffff;
}
.donate-form-box .progress-levels-style2 .bottom-box .rate-box p span {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-weight: 600;
}
.donate-form-box .progress-levels-style2 .progress-box .count-text {
    color: #ffffff;
}
.donate-form-box .progress-levels-style2 .progress-box .percent {
    color: #ffffff;
}

.donate-form-box .progress-levels-style2 .progress-box .outer-text {
    color: #ffffff;
}



.donation_wrapper {
    position: relative;
    display: block;
}
.donation_wrapper > .title {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}





.donation_wrapper > .amount_wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.donation_wrapper > .amount_wrapper > input {
    border-right: 0;
    outline: none;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    padding: 0 0;
    height: 50px;
    padding-left: 70px;
    padding-right: 10px;
}
.donation_wrapper > .amount_wrapper > .suffix {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 51px;
    padding: 0px;
    border: 0;
    border-right: 1px solid #dddddd;
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    box-shadow: none;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.donation_wrapper > .single_amount_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0px 25px;
    margin-left: 0px;
}
.donation_wrapper > .single_amount_wrapper > .single_amount {
    padding: 7px 12px;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.donation_wrapper > .single_amount_wrapper > .single_amount:hover {
    background: var(--thm-color-3);
    border-color: var(--thm-color-3);;
}




.donation_wrapper > a{
    position: relative;
    display: block;
    text-align: center;
}
.donation_wrapper > a.btn-one .txt i.arrow1 {
    position: relative;
    top: 0px;
    display: block;
    float: left;
    line-height: 60px;
    padding-right: 0;
}




/*** 
=============================================
    About Style2 Area Css   
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 90px 0 75px;
}
.about-style2-area.pd120-0-0{
    padding: 120px 0 0;
}



.about-style2_content-box {
    position: relative;
    display: block;
    max-width: 570px;
}
.about-style2_content-box .thm-shape1{
    position: absolute;
    top: -60px;
    left: -70px;
    opacity: 0.10;
}

.about-style2_content-box .sec-title{
    padding-bottom: 15px;
}


.about-style2_content-box .inner-content{
    position: relative;
    display: block;
}
.about-style2_content-box .inner-content p{
    margin: 0;
}
.about-style2_content-box .inner-content ul{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 38px;
}
.about-style2_content-box .inner-content ul li{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.about-style2_content-box .inner-content ul li:last-child{
    margin-bottom: 0;
}

.about-style2_content-box .inner-content ul li .left{
    position: relative;
    display: flex;
    align-items: center;
    width: 200px;
}
.about-style2_content-box .inner-content ul li .left .icon{
    position: relative;
    display: inline-block;
}
.about-style2_content-box .inner-content ul li .left .icon img{}
.about-style2_content-box .inner-content ul li .count-outer{
    position: relative;
    display: block;
    margin-left: 0;
}
.about-style2_content-box .inner-content ul li .count-outer .count-text{
    color: var(--thm-color-2);
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
}
.about-style2_content-box .inner-content ul li .count-outer span{
    color: var(--thm-color-2);
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
}
.about-style2_content-box .inner-content ul li .count-outer h5{
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin: 3px 0 0;
}


.about-style2_content-box .inner-content ul li.style2 .count-outer .count-text{
    color: var(--thm-primary);
}
.about-style2_content-box .inner-content ul li.style2 .count-outer span{
    color: var(--thm-primary);
}


.about-style2_content-box .inner-content ul li .right{
    position: relative;
    display: block;
    padding-left: 30px;
    width: 100%;
}
.about-style2_content-box .inner-content ul li .right:before{
    position: absolute;
    top: -10px;
    left: 0;
    bottom: -10px;
    width: 1px;
    background: #e3e9f4;
    content: "";
}

.about-style2_content-box .inner-content ul li .right .text{
    position: relative;
    display: block;
}
.about-style2_content-box .inner-content ul li .right .text p{
    margin: 0;
}


.about-style2_image-box {
    position: relative;
    display: block;
    margin-left: -28px;
}
.about-style2_image-box img{
    width: 100%;
}



/*** 
=============================================
    About Style3 Area Css   
=============================================
***/
.about-style3-area{
    position: relative;
    display: block;
    background: transparent;
}
.about-style3_content {
    position: relative;
    display: block;
    background: #ffffff;
    padding-left: 400px;
    min-height: 530px;
    margin-top: -60px;
    z-index: 10;
}
.about-style3_content .img-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
}

.about-style3_content .img-holder .video-holder-box-2{
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    width: auto;
    height: auto;
}
.about-style3_content .img-holder .video-holder-box-2 .icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-style3_content .img-holder .video-holder-box-2 .icon a span:before{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 55px;
    line-height: 55px;
}
.about-style3_content .img-holder .video-holder-box-2 .icon .title{
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.about-style3_content .img-holder .video-holder-box-2 .icon .title h5{
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}


.about-style3_content .text-holder {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
    padding-right: 60px;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
}
.about-style3_content .text-holder .about-style1_content-box {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 0 0 0;
}
.about-style3_content .text-holder .about-style1_content-box .sec-title {
    padding-bottom: 20px;
}
.about-style3_content .text-holder .about-style1_content-box .inner-content h3 {
    margin-bottom: 14px;
}
.about-style3_content .text-holder .about-style1_content-box .inner-content .bottom-box{
    margin-top: 31px;    
}
.about-style3_content .text-holder .about-style1_content-box .inner-content .bottom-box .signature h2 {
    color: var(--thm-black);
}
.about-style3_content .text-holder .about-style1_content-box .inner-content .bottom-box .name h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}

.about-style3-shape{
    position: absolute;
    top: -10px;
    left: 30px;
    bottom: 0;
}





/*** 
=============================================
    About Style4 Area Css   
=============================================
***/
.about-style4-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 147px 0 120px;
}
.about-style4-area .auto-container {
    max-width: 1330px;
}

.about-style4_image_box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 35px;
}
.about-style4_image_box img{
    width: 100%;
}

.about-style4_content{
    position: relative;
    display: block;
    padding-left: 5px;
}
.about-style4_content .sec-title{
    padding-bottom: 38px;
}

.about-style4_content .inner-box{
    position: relative;
    display: block;
}
.about-style4_content .inner-box ul{
    position: relative;
    display: block;
    padding: 17px 0 35px;
}
.about-style4_content .inner-box ul li{
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.about-style4_content .inner-box ul li+li{
    margin-top: 13px;
}
.about-style4_content .inner-box ul li span {
    color: var(--thm-color-2);
    font-size: 15px;
    padding-right: 15px;
}

.about-style4_content .inner-box .bottom-box{
    position: relative;
    display: inline-block;
    padding-right: 50px;
}
.about-style4_content .inner-box .bottom-box .shape1{
    position: absolute;
    top: 0;
    left: 30px;
}
.about-style4_content .inner-box .bottom-box .shape2{
    position: absolute;
    top: 0;
    right: 0px;
}
.about-style4_content .inner-box .bottom-box h2{
    color: var(--thm-color-5);
    font-size: 84px;
    line-height: 60px;
    font-weight: 400;
    font-family: moxie-fonts;
}







/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 0 20px;
    z-index: 1;
}
.blog-style1-area .thm-shape1{
    position: absolute;
    top: 120px;
    right: 10%;
}

.single-blog-style1{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-blog-style1 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.single-blog-style1:hover .img-holder .inner:before{
    opacity: .65;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-blog-style1 .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}
.single-blog-style1:hover .img-holder .overlay-icon{
    transform: perspective(400px) scaleY(1.0);    
}
.single-blog-style1 .img-holder .overlay-icon a{
    position: relative;
    display: inline-block;
}
.single-blog-style1 .img-holder .overlay-icon span{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}
.single-blog-style1 .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    background: #000;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-blog-style1:hover .img-holder .inner:after{
    opacity: 0.35;
    transform: scaleY(1.0);    
}
.single-blog-style1 .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-blog-style1 .img-holder .date-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: var(--thm-color-3);
    text-align: center;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.single-blog-style1 .img-holder .date-box.style2{
    background: var(--thm-color-2);
}
.single-blog-style1 .img-holder .date-box.style3{
    background: var(--thm-color-4);
}
.single-blog-style1 .img-holder .date-box h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 6px;
}
.single-blog-style1 .img-holder .date-box p{
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 30px 30px;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1:hover .text-holder{
    box-shadow: none;
    border-color: #e3e9f4;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
    text-transform: none;
}
.single-blog-style1 .text-holder .blog-title a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .blog-title a:hover{
    color: var(--thm-primary) ;
}
.single-blog-style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 14px;
    padding-bottom: 15px;
}
.single-blog-style1 .text-holder .text p {
    margin: 0;
}


.single-blog-style1 .text-holder .meta-info {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #e3e9f4;
    padding-top: 23px;
}
.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: block;
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}
.single-blog-style1 .text-holder .meta-info li i {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: var(--thm-primary);
}
.single-blog-style1 .text-holder .meta-info li a {
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .meta-info li a:hover{
    color: var(--thm-primary);    
}



/*** 
=============================================
    Blog update Area Css
=============================================
***/
.blog-update-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-right: 150px;
}
.blog-update-area .auto-container{
    max-width: 100%;
    padding-left: 150px;
    padding-right: 0;    
}
.blog-update_content{
    position: relative;
    display: block;
}



/*** 
=============================================
    Blog Page One Css
=============================================
***/
.blog-page-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 1;
}
.blog-page-one .styled-pagination{
    padding-top: 30px;
}




/*** 
=============================================
    Blog Page Two Css
=============================================
***/
.blog-page-two{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 100px;
    z-index: 1;
}
.blog2-content-box {
    position: relative;
    display: block;
    padding-right: 10px;
}

.single-blog-style2{
    margin-bottom: 60px;
}

.single-blog-style2 .text-holder {
    padding: 45px 50px 50px;
    box-shadow: none;
    border: 1px solid #e3e9f4;
}
.single-blog-style2:hover .text-holder{
    border: 1px solid transparent;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}









.single-blog-style2 .text-holder .categories{
    position: relative;
    display: inline-block;
    padding: 8px 20px 8px;
    background: var(--thm-color-5);
    border-radius: 30px;
}
.single-blog-style2 .text-holder .categories h6{
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-blog-style2 .text-holder .blog-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 22px 0 11px;
}
.single-blog-style2 .text-holder .meta-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e9f4;
}
.single-blog-style2 .text-holder .meta-box .author-thumb{
    position: relative;
    display: block;
    width: 50px;
}
.single-blog-style2 .text-holder .meta-box .author-thumb img{
    width: 100%;
    border-radius: 50%;
}
.single-blog-style2 .text-holder .meta-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: inherit;
    border-top: none;
    padding-top: 0;
    padding-left: 15px;
}
.single-blog-style2 .text-holder .meta-info li{
    margin-right: 20px;
}
.single-blog-style2 .text-holder .meta-info li:last-child{
    margin-right: 0;
}

.single-blog-style2 .text-holder .text {
    padding-top: 27px;
    padding-bottom: 32px;
}
.single-blog-style2 .text-holder .btns-box{
    position: relative;
    display: block;
}
.single-blog-style2 .text-holder .btns-box a{
    color: #2f3a51;
    line-height: 55px;
    background: #ffffff;
    border: 1px solid #2f3a51;
}
.single-blog-style2 .text-holder .btns-box a:hover{
    color: #ffffff;
    border-color: var(--thm-primary);
}
.single-blog-style2 .text-holder .btns-box .btn-one .txt i.arrow1 {
    color: var(--thm-color-3);
    transition: all 200ms linear;
    transition-delay: 0.2s;
}
.single-blog-style2 .text-holder .btns-box .btn-one:hover .txt i.arrow1{
    color: #ffffff;
}
.single-blog-style2 .text-holder .btns-box .btn-one:before {
    background: var(--thm-primary);
}





.blog-item-carousel-box{
    position: relative;
    display: block;
}
.blog-item-carousel-box .single-item{
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-item-carousel-box .single-item img{
    width: 100%;
}
.blog-item-carousel-box .owl-nav-style-one.owl-theme .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 0;
    transform: scaleX(1.0) translateY(-27.5px);
}
.blog-item-carousel-box .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff;
    border: 1px solid #ffffff;
}
.blog-item-carousel-box .owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 30px;
}
.blog-item-carousel-box .owl-nav-style-one.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 30px;
}


.blog-style3-text-holder{
    position: relative;
    display: block;
    background: var(--thm-color-2);
    padding: 51px 65px 56px;
}
.blog-style3-text-holder .blog-title{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin: 0 0 26px;
}
.blog-style3-text-holder .blog-title a{
    color: #ffffff;    
}
.blog-style3-text-holder .name{
    position: relative;
    display: block;
    padding-left: 60px;
}
.blog-style3-text-holder .name::before{
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #ffffff;
    content: "";
}
.blog-style3-text-holder .name h5{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-style3-text-holder .quote-icon{
    position: absolute;
    right: 45px;
    bottom: -10px;
    color: var(--thm-primary);
    font-size: 65px;
}


.blog2-content-box .styled-pagination{
    margin-left: -3px;
}



/*** 
=============================================
    Blog Details Area Css
=============================================
***/
.blog-details-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 1;
}
.blog-details-content{
    position: relative;
    display: block;
    padding-right: 10px;
}

.blog-details-content .single-blog-style2 .img-holder img{
    transform: none;
}
.blog-details-content .single-blog-style2 .text-holder .text p.martop25{
    margin-top: 25px;
}


.blog-details-title{
    position: relative;
    display: block;
    padding-bottom: 15px;
    z-index: 1;
}
.blog-details-title-shape {
    position: absolute;
    top: -10px;
    left: -20px;
    opacity: 0.10;
    z-index: -1;
}
.blog-details-title h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}


.blog-details-text-1 {
    position: relative;
    display: block;
    padding-top: 15px;
}
.blog-details-text-1 .cause-details-featured-box {
    padding-top: 26px;
}
.blog-details-text-1 .cause-details-featured-box .single-box {
    margin-bottom: 50px;
}
.blog-details-text-1 .cause-details-featured-box .single-box .text {
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 0;
}
.blog-details-text-1 .cause-details-featured-box .img-box{
    position: relative;
    display: block;
}
.blog-details-text-1 .cause-details-featured-box .img-box img {
    width: auto;
}


.blog-details-text-2 {
    position: relative;
    display: block;
    padding-top: 20px;
}


.blog-details-text-3{
    position: relative;
    display: block;
    margin-top: 42px;
    margin-bottom: 52px;
}
.blog-details-text-3 .blog-style3-text-holder {
    margin-left: -51px;
    margin-right: -51px;
}
.blog-details-text-3 .blog-style3-text-holder .blog-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin: 0 0 26px;
}
.blog-details-text-3 .blog-style3-text-holder .blog-title a {
    color: #ffffff;
}


.blog-details-text-4{
    position: relative;
    display: block;
    padding-bottom: 25px;
}


.post-tag-share-box{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.post-tag-share-box .tag-box{
    position: relative;
    display: block;
}
.post-tag-share-box .tag-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.post-tag-share-box .tag-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.post-tag-share-box .tag-box ul li:last-child{
    margin-right: 0;
}
.post-tag-share-box .tag-box ul li a{
    position: relative;
    display: inline-block;
    background: #eef1f7;
    padding: 0 20px;
    color: #444444;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.post-tag-share-box .tag-box ul li a:hover{
    color: #ffffff;
    background-color: var(--thm-primary);
}

.post-tag-share-box .share-box{
    position: relative;
    display: flex;
    align-items: center;
}
.post-tag-share-box .share-box .title{
    width: 60px;
}
.post-tag-share-box .share-box .title h6{
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.post-tag-share-box .share-box .share-button{
    position: relative;
    display: block;
}
.post-tag-share-box .share-box .share-button a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #e3e9f4;
    color: var(--thm-color-3);
    font-size: 16px;
    text-align: center;
    line-height: 38px;
}




.author-box-holder {
    position: relative;
    display: block;
    padding: 40px 40px 40px;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}
.author-box-holder .inner-box{
    position: relative;
    display: block;
    padding-left: 150px;
}
.author-box-holder .inner-box .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}
.author-box-holder .inner-box .img-box img{
    border-radius: 50%;
    width: 100%;
}

.author-box-holder .inner-box .text-box{
    position: relative;
    display: block;
    padding-left: 40px;    
}
.author-box-holder .inner-box .text-box h3{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 13px;
}
.author-box-holder .inner-box .text-box h3 span{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #444444;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.author-box-holder .inner-box .text-box p{
    margin: 0;
}

.author-box-holder .inner-box .text-box .author-social-links{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 32px;
}
.author-box-holder .inner-box .text-box .author-social-links ul{
    overflow: hidden;
}
.author-box-holder .inner-box .text-box .author-social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.author-box-holder .inner-box .text-box .author-social-links ul li:last-child{
    margin-right: 0;
}
.author-box-holder .inner-box .text-box .author-social-links ul li a{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background: #eef1f7;
    border-radius: 50%;
    color: #222222;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.author-box-holder .inner-box .text-box .author-social-links ul li a:hover{
    color: #ffffff;
    background-color: var(--thm-color-2);
}

/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    padding: 120px 0 95px;
    z-index: 10;
}
.fact-counter-area_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}
.fact-counter-area_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(33,40,56) 0%, rgba(33,40,56,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(33,40,56) 0%, rgba(33,40,56,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(33,40,56) 0%, rgba(33,40,56,0) 100%);
    opacity: 0.8;
}

.fact-counter_box{
    position: relative;
    display: block;
    margin-left: -140px;
    margin-right: 15px;
}
.fact-counter_box ul{
    position: relative;
    margin-left: -12.5px;
    margin-right: -12.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.single-fact-counter {
    position: relative;
    display: block;
    float: left;
    max-width: 50%;
    width: 100%;
    padding: 0 12.5px;
    margin-bottom: 25px;
    z-index: 10;
}
.single-fact-counter .outer-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 60px 40px 53px;
    padding-right: 30px;
}
.single-fact-counter .outer-box .shape1{
    position: absolute;
    top: 15px;
    left: 15px; 
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;   
}
.single-fact-counter .outer-box .shape2{
    position: absolute;
    bottom: 40px;
    right: 20px;    
}

.single-fact-counter .top{
    position: relative;
    display: block;
}
.single-fact-counter .top .icon-box{
    width: 85px;
}
.single-fact-counter .top .icon-box,
.single-fact-counter .top .count-box{
    display: table-cell;
    vertical-align: middle;
}

.single-fact-counter .top .count-box{
    position: relative;
    padding-left: 10px;
    color: var(--thm-color-3);
    font-size: 60px;
    font-weight: 700;
    line-height: 48px;
}
.single-fact-counter .top .count-box.style2{
    color: var(--thm-color-2);
}
.single-fact-counter .top .count-box.style3{
    color: var(--thm-color-4);    
}
.single-fact-counter .top .count-box.style4{
    color: var(--thm-color-5);    
}

.single-fact-counter .top .count-box .dolor-sign {
    font-size: 35px;
    font-weight: 400;
    position: relative;
    top: -15px;
}

.single-fact-counter .text{
    position: relative;
    display: block;
    padding-top: 18px;
}
.single-fact-counter .text p{
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

/*** 
=============================================
    Fact Counter Style2 Area style
=============================================
***/
.fact-counter-style2-area {
    position: relative;
    display: block;
    overflow: hidden;
}
.fact-counter-style2-area .auto-container{
    max-width: 100%;
    padding: 0;
}
.fact-counter-style2-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.fact-counter-style2-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.single-fact-counter-style2 {
    position: relative;
    display: block;
    background: #eef1f7;
    float: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    z-index: 10;
}
.single-fact-counter-style2 .outer-box {
    position: relative;
    display: block;
    background: #eef1f7;
    padding: 60px 80px 53px;
    padding-right: 30px;
    z-index: 1;
}
.single-fact-counter-style2.deep-gray .outer-box{
    background: #e9ecf4;
}

.single-fact-counter-style2 .outer-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #2f3a51;
    z-index: -1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;    
}
.single-fact-counter-style2:hover .outer-box:before{
    opacity: 1;
    transform: scaleY(1.0);   
}

.single-fact-counter-style2 .outer-box .shape1{
    position: absolute;
    top: 30px;
    left: auto;
    right: 40px;
}
.single-fact-counter-style2 .outer-box .shape1 img{
    transition: all 200ms linear;
    transition-delay: 0.5s;
}
.single-fact-counter-style2:hover .outer-box .shape1 img{
    opacity: 0.10;
}
.single-fact-counter-style2 .outer-box .shape2{
    position: absolute;
    top: auto;
    left: auto;
    bottom: 30px;
    right: 90px;
}
.single-fact-counter-style2 .outer-box .shape2 img{
    transition: all 200ms linear;
    transition-delay: 0.5s;
}
.single-fact-counter-style2:hover .outer-box .shape2 img{
    opacity: 0.10;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.single-fact-counter-style2 .text p {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-fact-counter-style2:hover .text p{
    color: #ffffff;
}





/*** 
=============================================
    Contact Form Area Css
=============================================
***/
.contact-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}
.contact-style1_form {
    position: relative;
    display: block;
    padding-right: 110px;
}
.contact-style1_form .sec-title{
    padding-bottom: 52px;
}
.contact-style1_form .sec-title p{
    margin: 15px 0 0;
}

.contact-form {
    position: relative;
    display: block;
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-form form .input-box .icon{
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 15px;
    color: var(--thm-color-3);
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: #ffffff;
    width: 100%;
    height: 62px;
    border: 1px solid #e3e9f4;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 8px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 120px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 20px;
}
.contact-form form input[type="text"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form form input[type="email"]:focus{
    color: #171717;
    border-color: #171717; 
}
.contact-form form textarea:focus{
    color: #171717;
    border-color: #171717; 
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #666666;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #666666;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #666666;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #666666;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #666666;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #666666;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #666666;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #666666;
}
.contact-form form textarea::-webkit-input-placeholder {
    color: #666666;
}
.contact-form form textarea:-moz-placeholder {
    color: #666666;
}
.contact-form form textarea::-moz-placeholder {
    color: #666666;
}
.contact-form form textarea:-ms-input-placeholder {
    color: #666666;
}
.contact-form form .button-box {
    position: relative;
    padding-top: 30px;
}
.contact-form form .button-box button{}




/*** 
=============================================
    Contact Info Sidebar Css
=============================================
***/
.contact-info-sidebar {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 45px 30px 37px;
    max-width: 320px;
    width: 100%;
    float: right;
}
.contact-info-sidebar::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #2f3a51;
}
.contact-info-sidebar::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    background: var(--thm-primary);
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.contact-info-sidebar:hover::after{
    transform: scaleX(1.0);    
}


.contact-info-sidebar ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.contact-info-sidebar ul li {
    position: relative;
    display: block;
    margin-top: 35px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e3e9f4;
}
.contact-info-sidebar ul li:first-child{
    margin-top: 0;
}
.contact-info-sidebar ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.contact-info-sidebar ul li .top{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.contact-info-sidebar ul li .top .icon{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    background: var(--thm-primary);
}
.contact-info-sidebar ul li .top .icon span{
    color: #ffffff;
    font-size: 20px;
}
.contact-info-sidebar ul li .top .title{
    position: relative;
    display: block;
    padding-left: 15px;
}
.contact-info-sidebar ul li .top .title h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
}
.contact-info-sidebar ul li p{
    color: var(--thm-black);
    font-weight: 500;
    margin: 0;
}
.contact-info-sidebar ul li p a{
    color: var(--thm-black);
}

/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area{
    position: relative;
    display: block;
}
.google-map-area .container-fluid{
    padding: 0;
}
.contact-page-map-outer{
    position: relative;
    display: block;
    z-index: 10;
}
.contact-page-map-outer .map-canvas{
    position: relative;
    width: 100%;
    height: 600px;    
}





/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 115px;
    z-index: 10;
}
.breadcrumb-area:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0e131eb8;
    opacity: 0.75;
    content: "";
    z-index: -1;
}


.breadcrumb-area .inner-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb-area .inner-content .shape1 {
    position: absolute;
    top: 100px;
    left: 15%;
    z-index: 1;
}
.breadcrumb-area .inner-content .shape2 {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
}

.breadcrumb-area .title {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.breadcrumb-area .title h2{
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.breadcrumb-area .inner-content .border-box{
    position: relative;
    display: block;
    width: 80px;
    height: 2px;
    background: #ffffff;
    margin: 19px auto 24px;
}
.breadcrumb-area .inner-content .border-box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: var(--thm-primary);
}

.breadcrumb-menu{
    position: relative;
    display: block;
    line-height: 0;
    z-index: 1;
}
.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 5px;
    margin-right: 5px;
}
.breadcrumb-menu ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.breadcrumb-menu ul li span:before{
    position: relative;
    display: inline-block;
    top: 1px;
}
.breadcrumb-menu ul li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.breadcrumb-menu ul li:hover a,
.breadcrumb-menu ul li.active{
    color: var(--thm-primary);
}


/*** 
=============================================
    Team Style1 Area Css
=============================================
***/
.team-style1-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
}
.team-style1-area .shape{
    position: absolute;
    left: 5%;
    bottom: 0;
}

.single-team-style1{
    position: relative;
    display: block;
    margin-bottom: 32px;
}
.single-team-style1 .img-holder{
    position: relative;
    display: block;
}
.single-team-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}
.single-team-style1 .img-holder .inner img{
    width: 100%;
    border-radius: 50%;
}
.single-team-style1:hover .img-holder .inner img{
    transform: scale(1.1) rotate(2deg);
}

.single-team-style1 .img-holder .overly-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #000000;
    border-radius: 50%;
    opacity: .80;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-team-style1:hover .img-holder .overly-box{
    opacity: 0.8;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.single-team-style1 .img-holder .overly-box .social-links{
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.single-team-style1:hover .img-holder .overly-box .social-links{
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.single-team-style1 .img-holder .overly-box .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4px;
}
.single-team-style1 .img-holder .overly-box .social-links li:last-child{
    margin-right: 0;
}
.single-team-style1 .img-holder .overly-box .social-links li a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background: #ffffff;
    transition: all 500ms ease;
}
.single-team-style1 .img-holder .overly-box .social-links li a:hover{
    background: var(--thm-color-2);
}
.single-team-style1 .img-holder .overly-box .social-links li a i::before{
    color: var(--thm-black);
    font-size: 16px;
    transition: all 500ms ease;
}
.single-team-style1 .img-holder .overly-box .social-links li a:hover i::before{
    color: #ffffff;
}

.single-team-style1 .img-holder .shape{
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.single-team-style1 .title-holder{
    position: relative;
    display: block;
    margin-top: 66px
}
.single-team-style1 .title-holder h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}
.single-team-style1 .title-holder h3 a{
    color: #222222;
}
.single-team-style1 .title-holder p{
    margin: 6px 0 0;
}


.team-style1-area.pdb120{
    padding-bottom: 120px;
}
.team-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 20px !important;
}
.team-style1-area .thm-shape1{
    position: absolute;
    top: 120px;
    left: 150px;
}






/*** 
=============================================
    Team Style2 Area Css
=============================================
***/
.team-style2-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 80px;
}
.single-team-style2{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-team-style2 .img-holder{
    position: relative;
    display: block;
}
.single-team-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-style2 .img-holder .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}
.single-team-style2:hover .img-holder .inner::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
.single-team-style2 .img-holder .inner img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-team-style2:hover .img-holder .inner img{
    transform: scale(1.2);    
}


.single-team-style2 .title-holder{
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    padding: 40px 0px 45px;
    text-align: center;
    z-index: 1;
}
.single-team-style2 .title-holder:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background: #2f3a51;
    transition-delay: .05s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.single-team-style2:hover .title-holder:after{
    opacity: 1;
    transform: scaleY(1.0);    
}
.single-team-style2 .title-holder h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style2:hover .title-holder h4{
    color: #ffffff;
}
.single-team-style2 .title-holder p{
    color: var(--thm-black);
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style2:hover .title-holder p{
    color: #ffffff;
}


.single-team-style2 .title-holder .social-icon{
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 32px;
}
.single-team-style2 .title-holder .social-icon.style2 li a:hover{
    background: var(--thm-color-2);
}
.single-team-style2 .title-holder .social-icon.style3 li a:hover{
    background: var(--thm-color-3);
}
.single-team-style2 .title-holder .social-icon li{
    position: relative;
    display: inline-block;
    margin-right: 1px;
}
.single-team-style2 .title-holder .social-icon li:last-child{
    margin-right: 0;
}
.single-team-style2 .title-holder .social-icon li a{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #eef1f7;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style2 .title-holder .social-icon li:hover a{
    background: var(--thm-primary);
}
.single-team-style2 .title-holder .social-icon li a i::before{
    color: var(--thm-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style2 .title-holder .social-icon li:hover a i::before{
    color: #ffffff;
}





/*** 
=============================================
    Team Style3 Area Css
=============================================
***/
.team-style3-area{
    position: relative;
    display: block;
    background: #eef1f7;
    padding: 120px 0px 27px;
}

.single-team-style3 {
    position: relative;
    display: block;
    min-height: 475px;
    margin-bottom: 30px;
}
.single-team-style3 .img-holder{
    position: relative;
    display: block;
}
.single-team-style3 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-team-style3 .img-holder .inner img{
    width: 100%;
    transform: scale(1.0);
    transition: all 7000ms ease;    
}
.single-team-style3:hover .img-holder .inner img{
    transform: scale(1.2);    
}
.single-team-style3 .img-holder .shape {
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    z-index: 2;
}


.single-team-style3 .title-holder {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 5px 24px 6px rgb(0 0 0 / 6%);
    padding: 55px 0px 32px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style3:hover .title-holder{
    padding: 55px 0px 92px;
}



.single-team-style3 .title-holder h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 5px;
}
.single-team-style3 .title-holder p{
    color: var(--thm-black);
    margin: 0;
}
.single-team-style3 .title-holder .overly{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.single-team-style3:hover .title-holder .overly{
    bottom: 40px;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}
.single-team-style3 .title-holder .overly .social-icon{
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-team-style3:hover .title-holder .overly .social-icon{
    height: 35px;
}


.single-team-style3 .title-holder .overly .social-icon li{
    position: relative;
    display: inline-block;
    margin-right: 1px;
}
.single-team-style3 .title-holder .overly .social-icon li a{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #eef1f7;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style3 .title-holder .overly .social-icon li:hover a{
    background: var(--thm-primary);
}
.single-team-style3 .title-holder .overly .social-icon li a i::before{
    color: var(--thm-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-team-style3 .title-holder .overly .social-icon li:hover a i::before{
    color: #ffffff;
}



/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
    z-index: 2;
}
.partner-area.pdt120-0-0{
    padding: 120px 0 0;
}

.partner-area .top-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}
.partner-area .top-box .shape{
    position: absolute;
    top: -50px;
    left: -160px;
}

.partner-area .top-box .title{
    position: relative;
    display: block;
    margin-top: -13px;
}
.partner-area .top-box .title h2{
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    margin-bottom: 10px;
}
.partner-area .top-box .title h4{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}


.partner-box {
    position: relative;
    display: block;
}
.single-partner-logo-box {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    z-index: 1;
}

.single-partner-logo-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.single-partner-logo-box a img {
    transition: all 0.2s ease-in-out 0.1s;
}
.single-partner-logo-box:hover a img{
    filter: grayscale(1);
    transition: all 0.8s ease-in-out 0.1s;
}



/*** 
=============================================
    Partner Area Style2 Css
=============================================
***/
.partner-area--style2 .single-partner-logo-box a {
    border: 1px solid #e3e9f4;
}



/*** 
=============================================
    Partner Area Style3 Css
=============================================
***/
.partner-area--style3 {
    background: #eef1f7;
    padding: 50px 0;
    z-index: 1;
}
.partner-area--style3_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: cover;
    z-index: -1;
    -webkit-animation: bgSlideReverse 20s linear infinite;
    animation: bgSlideReverse 20s linear infinite;
}
.single-partner-logo-box a:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out 0.1s;
}



/*** 
=============================================
    Partner style4 Area Css
=============================================
***/
.partner-style4-area {
    position: relative;
    display: block;
    background: #2f3a51;
    padding: 70px 0;
}
.partner-style4-area .single-partner-logo-box a img {
    opacity: 0.35;
    width: auto;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.partner-style4-area .single-partner-logo-box:hover a img{
    opacity: 1.0;
    transform: none;    
}

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #21293b;
    z-index: 10;
}

.footer {
    position: relative;
    display: block;
    padding: 100px 0 91px;
    z-index: 1;
}
.footer .auto-container {
    max-width: 1325px;
}

.single-footer-widget {
    position: relative;
    display: block;
}
.single-footer-widget.martop {
    margin-top: 12px;
}


.single-footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 32px;
}
.single-footer-widget .title::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background:var(--thm-primary);
    content: "";
}
.single-footer-widget .title h3{
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.6px;
}

.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info .footer-logo{
    position: relative;
    display: block;
    margin-bottom: 27px;
}
.single-footer-widget .our-company-info .footer-logo a{
    position: relative;
    display: inline-block;
}

.single-footer-widget .our-company-info .text-box {
    position: relative;
    display: block;
}
.single-footer-widget .our-company-info .text-box p{
    color: rgba(255, 255, 255, 0.40);
    margin: 0;
}


.footer-contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.footer-contact-info .icon{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #ffffff;
    background: var(--thm-primary);
    font-size: 15px;
    line-height: 40px;
    text-align: center;
}
.footer-contact-info .support-box {
    position: relative;
    display: block;
    padding-left: 15px;
}
.footer-contact-info .support-box h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}
.footer-contact-info .support-box h5 a{
    color: #ffffff;
}
.footer-contact-info .support-box .email{
    position: relative;
    display: block;
}
.footer-contact-info .support-box .email p{
    margin: 0;
}
.footer-contact-info .support-box .email p a{
    color: #ffffff;
}



.footer-widget-links1{
    position: relative;
    display: block;
}
.footer-widget-links1 li{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.footer-widget-links1 li:last-child{
    margin-bottom: 0;
}
.footer-widget-links1 li a {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.40);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    transition: all 500ms ease;
}
.footer-widget-links1 li a:hover{
    color: #ffffff;
}



.single-footer-widget.fixwidth{
    width: 260px;
    float: right;
}
.single-footer-widget .text{
    position: relative;
    display: block;
}
.single-footer-widget .text p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.40);
    margin: 0;
}
.widget-subscribe-form{
    position: relative;
    display: block;
    margin-top: 31px;
}
.widget-subscribe-form .form-group{
    position: relative;
    display: block;
    margin: 0;
}
.widget-subscribe-form .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    padding-left: 25px;
    padding-right: 70px;
    border-radius: 10px;
    border:0px solid transparent;
}
.widget-subscribe-form .form-group button{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    transition: all 300ms ease 100ms;
    font-size: 20px;
    padding: 0;
    background: var(--thm-primary);
    border-radius: 8px;
}
.widget-subscribe-form .form-group button i{
    color: #ffffff;
    font-size: 15px;
}










.footer-bottom {
    position: relative;
    display: block;
}
.footer-bottom  .auto-container {
    max-width: 1325px;
}
.footer-bottom_content_box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 45px 0;
    border-top: 1px solid #4a5161
}

.copyright-text {
    position: relative;
    display: block;
}
.copyright-text p{
    color:rgba(255, 255, 255, 0.50);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.copyright-text p a {
    color:rgba(255, 255, 255, 0.90);
    font-weight: 500;
    transition: all 500ms ease;
}
.copyright-text p a:hover{
    color:rgba(255, 255, 255, 0.50);    
}
  
.footer-social-link{
    position: relative;
    display: block;
    margin-left: 20px;
}
.footer-social-link .social-links-style1{
    position: relative;
    display: block;
    overflow: hidden;
}
.footer-social-link .social-links-style1 li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-right: 5px;
}
.footer-social-link .social-links-style1 li a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-social-link .social-links-style1 li a:hover{
    background: var(--thm-color-2);
}
.footer-social-link .social-links-style1 li a i{
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
}




/*** 
=====================================================
    Theme Main Color Css
=====================================================
***/
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation> li> ul> li:hover> a,
.main-menu .navigation> li> ul> li> ul> li> a:hover,
.main-menu .navigation> li> .megamenu li:hover a,
.main-menu .navigation> li> ul> li.dropdown> a:after,
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover,
.outer-search-box-style1 .seach-toggle:hover,
.outer-search-box-style1 .seach-toggle.active,
.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a

{
    color: #fff;
}


/*** 
=====================================================
    Theme Main Background Color Css
=====================================================
***/

.nav-outer .mobile-nav-toggler .inner,
.thm-social-link1 ul li a:before,

 
{
    background: var(--thm-primary);
}

/*** 
=====================================================
    Theme Main Border Color Css
=====================================================
***/
.mobile-menu .navigation li > a:before {
    border-left: 5px solid var(--thm-primary);
}


.styled-pagination li:hover a,
.styled-pagination li.active a,
.styled-pagination li:hover a,
.styled-pagination li.active a


{
    border-color: var(--thm-primary);
}

/** template rtl css **/

.page_direction{
    display: none;
}

.rtl {
  direction: rtl; 
}

.ltr {
  direction: ltr; 
}

.demo-rtl{
  position: fixed;
  top: 300px;
  left: 0;
  z-index: 9999;
}

button.rtl{
  background: rgba(0, 0, 0, 0.90);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
}

.demo-ltr{
  position: fixed;
  top: 300px;
  left: auto;
  right: 0;
  z-index: 9999;
}

button.ltr {
  background: rgba(0, 0, 0, 0.90);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
}

.boxed_wrapper.ltr .demo-rtl{
  display: block;
}
.boxed_wrapper.ltr .demo-ltr{
  display: none;
}
.boxed_wrapper.rtl .demo-rtl{
  display: none;
}
.boxed_wrapper.rtl .demo-ltr{
  display: block;
}

.rtl .pull-left{
  float: right;
}
.rtl .pull-right{
  float: left;
}


.rtl .main-menu {
    float: right;
}
.rtl .main-menu .navigation>li {
    float: right;
}
.rtl .main-menu .navigation> li:first-child {
    margin-right: 0px;
}
.rtl .main-menu .navigation> li:last-child {
    margin-right: 40px;
}
.rtl .main-menu .navigation> li> ul {
    left: auto;
    right: inherit;
}
.rtl .main-menu .navigation> li> ul> li> a {
    text-align: right;
}
.rtl .main-menu .navigation> li> ul> li> a:before {
    display: none;
}
.rtl .main-menu .navigation> li> ul> li> ul> li a:before {
    display: none;
}
.rtl .main-menu .navigation> li> ul> li.dropdown> a:after {
    display: none;
}
.rtl .main-menu .navigation> li> ul> li> ul {
    left: auto;
    right: 100%;
}
.rtl .main-menu .navigation> li> ul> li> ul> li> a {
    text-align: right;
}
.rtl .sticky-header .main-menu .navigation> li {
    float: right;
}


.rtl .main-menu .navigation> li> .megamenu li> a {
    text-align: right;
}
.rtl .main-menu .navigation> li> .megamenu li> a:hover {
    padding-left: 0;
}
.rtl .main-menu .navigation> li> .megamenu li:hover a:before{
    width: 0;
}



.rtl .mobile-menu{
  text-align: right;
}
.rtl .mobile-menu .nav-logo{
  text-align: right;
}
.rtl .mobile-menu .navigation li > a:before{
  left: inherit;
  right: 0px;
}
.rtl .mobile-menu .navigation li.dropdown .dropdown-btn{
  right: inherit;
  left: 6px;
  transform: rotate(90deg);
}
.rtl .mobile-menu .navigation li.dropdown .dropdown-btn.open{
  transform: rotate(0deg);
}



.rtl .scroll-top {
    left: 20px;
    right: auto;
}
.rtl .switcher .switch_btn {
    top: 0px;
    right: 0px;
}
.rtl .switcher .switch_menu {
    left: -240px;
}


.rtl .banner-carousel{
    direction: ltr;
    text-align: right;
}
.rtl .testimonial-style1_carousel{
    direction: ltr; 
    text-align: right;  
}
.rtl .event-carousel{
  direction: ltr; 
  text-align: right;  
}
.rtl .partner-carousel{
  direction: ltr; 
  text-align: right;    
}



.rtl .text-right-rtl{
    text-align: right;
}

/*________________Header_______________ */


.rtl .header-right_buttom:before {
  left: -100000000px;
  right: auto;
}
.rtl .header-right_buttom {
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 100px;
  padding-right: 50px;
}
.rtl .header-right_buttom a span::before {
  padding-right: 0px;
  padding-left: 7px;
}



.rtl .header-right_buttom a::before {
  display: none;
}
.rtl .header-right_buttom a::after {
  display: none;
}


.rtl .about-style1-content-box {
  padding-left: 0px;
  padding-right: 90px;
}
.rtl .about-style1_image_box .shape {
  display: none;
}
.rtl .about-style1_image_box {
  max-width: 100%;
  margin-right: 0;
}


.rtl .single-project-style1 .text-holder .readmore a i:before {
  padding-left: 0px;
  padding-right: 6px;
  transform: rotate(180deg);
}

/*** 
=============================================
    Inner Page Css
=============================================
***/
.rtl .single-blog-style1 .text-holder .meta-info li {
    float: right;
}
.rtl .single-blog-style1 .right_box .readmore {
  text-align: left;
}
.rtl .single-blog-style1 .right_box .readmore a i:before {
  padding-left: 0;
  padding-right: 7px;
  transform: rotate(180deg);
}


.rtl .single-footer-widget .instagram li {
  float: right;
}
.rtl .footer-contact-info .text {
  padding-left: 0px;
  padding-right: 20px;
}


.rtl .header-contact-info li .title {
  padding-left: 0px;
  padding-right: 10px;
}


.rtl .main-slider.style2 .content .btns-box {
  justify-content: flex-end;
}


.rtl .subscribe-form input[type="email"] {
  padding-left: 70px;
}
.rtl .subscribe-form button {
  right: auto;
  left: 0;
}
.rtl .subscribe-box p .dot {
  margin-right: 0px;
  margin-left: 15px;
}
.rtl .btn-one .txt i.arrow1 {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  padding-left: 0px;
  margin-left: 0px;
  padding-left: 10px;
}

.rtl .single-testimonial-style1 .client-info {
  display: flex;
  flex-direction: row-reverse;
}
.rtl .single-testimonial-style1 .client-info .client_name {
  padding-left: 0px;
  padding-right: 20px;
}

/*** 
=============================================
    RTL Page Responsive Css
=============================================
***/

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
      
    
}

@media only screen and (max-width: 991px) and (min-width: 768px){      
  .rtl .sidebar-wrapper {
      float: right;
  }
   
}


@media only screen and (max-width: 767px) {   
  .rtl .sidebar-wrapper {
      float: right;
  }      
}


