* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}


/***

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

***/

body {
    font-size: 14px;
    color: #161616;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Mulish', sans-serif;
    letter-spacing: .5px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #cb0d74;
}

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

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

textarea {
    overflow: hidden;
    resize: none;
}

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

p,
.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

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

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

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

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

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

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

.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

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


/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 40px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background: rgb(255, 174, 0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 138, 0, 1) 100%);
    /* background: linear-gradient(to bottom, rgb(255, 119, 167) 0%, rgb(150, 19, 65) 100%); */
    background: linear-gradient(to bottom, rgb(255, 119, 167) 0%, rgb(150, 19, 65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#ff8a00', GradientType=0);
}

.btn-style-one:hover {
    color: #ffffff;
    box-shadow: rgb(86 36 123) 0 0px 0px 40px inset;
}

.btn-style-one:before {
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    content: "";
    /* border-radius: 50px; */
    border: 2px solid #56247b;
    transition: all 300ms ease;
    opacity: 0;
}

.btn-style-one:hover:before {
    opacity: 1;
}


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    padding: 13px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #ffffff;
    border: 2px solid #ff8a00;
    -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

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


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #e51384;
    -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-three:hover {
    color: #ffffff;
    box-shadow: rgb(99 54 131) 0 0px 0px 40px inset;
}


/*Btn Style Four*/

.btn-style-four {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #222222;
    -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
    box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

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


/*Btn Style Five*/

.btn-style-five {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #ff8a00;
}

.btn-style-five:hover {
    color: #ffffff;
    background-color: #222222;
}


/*Btn Style Six*/

.btn-style-six {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    padding: 10px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #ffffff;
}

.btn-style-six:hover {
    color: #ffffff;
    background-color: #ff8a00;
}


/*Btn Style Seven*/

.btn-style-seven {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    padding: 10px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    background-color: #ffffff;
}

.btn-style-seven:hover {
    color: #ffffff;
    background-color: #222222;
}


/*Btn Style c*/

.btn-style-eight {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #ff8a00;
    padding: 10px 45px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 50px;
    border: 2px solid #ff8a00;
    background-color: #ffffff;
}

.btn-style-eight:hover {
    color: #ffffff;
    background-color: #ff8a00;
}


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

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

.list-style-one li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    padding-left: 35px;
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 28px;
    color: #ffb902;
    content: "\f00c";
    font-family: "FontAwesome";
}


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

.list-style-two {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-two li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 15px;
    font-family: "Rubik", sans-serif;
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #ff8a00;
    font-weight: 900;
    font-family: "FontAwesome";
    content: "\f061";
}

.theme_color {
    color: #25262c;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
}

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


/***

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

***/

.scroll-to-top {
    position: fixed;
    bottom: 32px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: linear-gradient(to left, #ff369d, #56247b);
    display: none;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #56247b;
}


/***

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

***/

.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.main-header .header-top {
    position: relative;
    background-color: #ffa900;
}

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

.main-header .top-left .contact-list {
    position: relative;
    padding: 5px 0;
}

.main-header .top-left .contact-list li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-right: 25px;
}

.main-header .top-left .contact-list li:last-child {
    margin-right: 0;
}

.main-header .top-left .contact-list li i {
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px;
    color: #ffffff;
}

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

.main-header .top-left .contact-list li a:hover {
    color: #ffffff;
}

.main-header .top-right {
    position: relative;
    float: right;
    padding: 5px 0;
}

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

.social-icon-four li {
    position: relative;
    float: left;
    margin-left: 20px;
}

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

.social-icon-four li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-four li a:hover {
    color: #222222;
}

.main-header .main-box {
    position: relative;
    display: block;
}

.main-header .inner-container {
    position: relative;
    padding: 0 15px;
}

.main-header .logo-box {
    position: absolute;
    left: 0;
    width: 372px;
    top: 8px;
}

.main-header .logo-box .logo {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .logo-box .logo img {
    background: transparent;
}

.main-header .nav-outer {
    position: static;
    float: left;
}

.navbar-toggler {
    border: 0 !important;
}

.main-menu {
    position: static;
    float: left;
}

.main-menu .navbar-header {
    display: none;
}

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

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

.main-menu .navigation::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    left: 99%;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    -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-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #1a1a1a;
    padding: 11px 0;
    opacity: 1;
    text-align: center;
    text-transform: capitalize;
    -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-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #25262c;
    background: #ffffff;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #292929;
    line-height: 20px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 110%;
    width: 254px;
    padding: 0px 0px;
    z-index: 100;
    background: rgb(255 255 255);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 43%), -2px 0px 5px 1px rgb(0 0 0 / 18%);
}

.main-menu .navigation>li.custmwidth>ul {
    width: 116px;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

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

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 3px 17px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #383838;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    border-bottom: 1px dashed #8f8f8f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    border-left: 4px solid #e53f94;
    background: #603085;
    color: #fff;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 3px;
    top: 5px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #f54aa2;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0%;
    width: 263px;
    padding: 0px 0px;
    z-index: 100;
    background: rgb(255 236 246);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -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);
}

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

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

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 3px 16px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #ffffff;
    background: #db3d8e;
    border-left: 4px solid #603085;
}

.main-menu .navigation>li.dropdown:hover>ul {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

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

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

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

.social-icon-one li {
    position: relative;
    float: left;
    margin-left: 22px;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.main-header .contact-info {
    position: relative;
}

.main-header .contact-info li {
    position: relative;
    float: left;
    margin-left: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.main-header .contact-info li span {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
    font-weight: 400;
}

.main-header .contact-info li a {
    color: #222222;
    transition: all 300ms ease;
}

.main-header .contact-info li a:hover {
    color: #ff8a00;
}


/*===================================
		Header Style One
===================================*/

.header-style-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header-style-one .header-lower {
    position: relative;
    margin: 0;
    padding: 0;
}

.header-style-one .header-lower:before {
    position: absolute;
    top: 49px;
    left: 48%;
    height: 0;
    width: 20%;
    border-top: 2px solid #e392bc;
    content: "";
}

.header-style-one .header-lower:after {
    position: absolute;
    top: 0;
    right: -30px;
    height: 0;
    width: 0;
    border-right: 30px solid transparent;
    /* border-top: 78px solid #b30254; */
    content: "";
}

.header-style-one .nav-outer {
    float: right;
}

.header-style-one .main-menu .navigation>li>a {
    padding: 13px 19px;
    font-weight: 500;
}

.header-style-one .main-menu .navigation>li>a:before {
    position: absolute;
    top: 20px;
    right: 0;
    width: 2px;
    height: 19px;
    border-right: 1px dashed;
    background: transparent;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-one .main-menu .navigation>li:last-child>a:before {
    display: none;
}

.header-style-one .outer-box {
    padding: 32.5px 0;
    margin-left: 45px;
}

.header-style-one .search-box-btn:hover {
    color: #ffffff !important;
}

.header-style-one .search-box-outer .dropdown-menu {
    top: 20px !important;
}


/*search box btn*/

.main-header .search-box-outer {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn {
    position: relative;
    height: 35px;
    width: 35px;
    cursor: pointer;
    background: none;
    font-size: 15px;
    color: #ffa600;
    line-height: 33px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
    outline: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover {
    color: #ff8a00;
}

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

.main-header .search-box-outer .dropdown-menu {
    top: 62px !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #25262c;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #25262c;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}


/*===================================
		Header Style Two
===================================*/

.header-style-two {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.header-style-two .header-top .inner-container {
    padding: 0 40px;
}

.header-style-two .header-lower {
    position: relative;
}

.header-style-two .header-lower .auto-container {
    position: relative;
    max-width: 1170px;
}

.header-style-two .header-lower .main-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 40px;
    background-color: rgba(0, 0, 0, 0.90);
    border-radius: 0 0 15px 15px;
}

.header-style-two .nav-outer {
    float: right;
}

.header-style-two .main-menu .navigation>li {
    margin-left: 35px;
}

.header-style-two .main-menu .navigation>li>a {
    position: relative;
    color: #ffffff;
    font-weight: 500;
}

.header-style-two .main-menu .navigation>li>a:before {
    position: absolute;
    left: 50%;
    width: 0;
    height: 1px;
    bottom: 35px;
    content: "";
    background-color: #ffa900;
    transition: all 300ms ease;
}

.header-style-two .main-menu .navigation>li:hover>a:before,
.header-style-two .main-menu .navigation>li.current>a:before {
    left: 0%;
    width: 100%;
}

.header-style-two .outer-box {
    padding: 32.5px 0;
    margin-left: 45px;
}

.header-style-two .search-box-btn:hover {
    color: #ffffff !important;
}

.header-style-two .search-box-outer .dropdown-menu {
    top: 62px !important;
}

.header-style-two .search-box-outer {
    float: right;
    margin-left: 40px;
}

.main-header .cart-btn {
    position: relative;
    float: left;
}

.main-header .cart-btn a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
}

.main-header .cart-btn .count {
    position: absolute;
    right: -11px;
    top: 0;
    height: 22px;
    width: 22px;
    line-height: 22px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    background-color: #fb4848;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}


/*===================================
		Header Style Three
===================================*/

.header-style-three {
    position: relative;
    background-color: #333333;
}

.header-style-three .logo-box:before {
    position: absolute;
    top: 0;
    margin-right: -230px;
    right: 100%;
    height: 100%;
    width: 1000%;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
}

.header-style-three .inner-container {
    position: relative;
}

.header-style-three .nav-outer {
    float: right;
}

.header-style-three .outer-box {
    position: relative;
    float: right;
    padding: 35px 0;
}

.header-style-three .main-menu .navigation>li>a {
    color: #ffffff;
}

.header-style-three .main-menu .navigation>li>a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0px;
    width: 2px;
    background-color: #ff8a00;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-three .main-menu .navigation>li.current>a:before,
.header-style-three .main-menu .navigation>li:hover>a:before {
    height: 30px;
}

.header-style-three .outer-box {
    margin-left: 80px;
}

.header-style-three .nav-toggler {
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 300ms ease;
}

.header-style-three .nav-toggler:hover {
    background-color: #ffa500;
    color: #ffffff;
}


/*===================================
		Header Style Four
===================================*/

.header-style-four {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header-style-four .header-top {
    position: relative;
    background-color: transparent !important;
}

.header-style-four .header-top .top-right {
    float: right;
    padding: 10px 0;
}

.header-style-four .header-top .top-right li a,
.header-style-four .header-top .top-right li {
    color: #ffffff;
    font-size: 14px;
}

.header-style-four .header-top .top-right li span {
    font-weight: 700;
    color: #ffffff;
    border: 0;
    width: auto;
}

.header-style-four .header-top .top-right li a:hover {
    color: #ff8a00;
}

.header-style-four .header-lower {
    position: relative;
    background-color: rgba(0, 0, 0, 0.40);
}

.header-style-four .nav-outer {
    float: right;
}

.header-style-four .main-menu .navigation>li {
    margin-left: 45px;
}

.header-style-four .main-menu .navigation>li>a {
    color: #ffffff;
}

.header-style-four .search-box-outer {
    padding: 32.5px 0;
}

.header-style-four .search-box-btn {
    color: #ff8a00;
    margin-left: 55px;
}

.header-style-four .search-box-btn:hover {
    color: #ffffff;
}

.header-style-four .search-box-outer .dropdown-menu {
    top: 65px !important;
}

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

.header-style-four.fixed-header .search-box-outer {
    padding: 22.5px 0;
}


/*===================================
		Header Style Five
===================================*/

.header-style-five {
    position: relative;
}

.header-style-five .logo-box .logo {
    padding: 25px 0;
}

.header-style-five .inner-container {
    position: relative;
    padding-left: 120px;
    padding-right: 55px;
}

.header-style-five .main-menu .navigation>li>a {
    padding: 45px 0;
}

.header-style-five .main-menu .navigation>li>a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    width: 2px;
    background-color: #222222;
    margin: 0 auto;
    content: "";
    transition: all 300ms ease;
    z-index: 1;
}

.header-style-five .main-menu .navigation>li>a:hover:before,
.header-style-five .main-menu .navigation>li.current>a:before {
    height: 43px;
}

.header-style-five .outer-box {
    position: relative;
    padding: 45px 0;
}

.header-style-five .outer-box .social-icon-one {
    position: relative;
    float: left;
}

.header-style-five .outer-box .contact-info {
    position: relative;
    float: right;
    padding-left: 30px;
    margin-left: 50px;
    border-left: 1px solid #dddddd;
}

.header-style-five .outer-box {
    position: relative;
    float: right;
}

.header-style-five .contact-info li {
    color: #222222;
}

.header-style-five .contact-info li a {
    color: #222222;
    transition: all 300ms ease;
}

.header-style-five .contact-info li a:hover {
    color: #ff8a00;
}


/***

====================================================================
		Header Style Six
====================================================================

***/

.header-style-six {
    position: absolute;
    left: 0;
}

.header-style-six .outer-container {
    padding: 0 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .30);
}

.header-style-six .logo-box {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, .30);
}

.header-style-six .logo-box .logo {
    padding: 15px 0;
}

.header-style-six .outer-box {
    float: left;
    margin-left: 100px;
}

.header-style-six .contact-info {
    position: relative;
    float: left;
    padding: 35px 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;
}

.header-style-six .contact-info {
    position: relative;
    float: left;
}

.header-style-six .contact-info li span {
    color: #ff8a00;
    font-weight: 700;
}

.header-style-six .btn-box {
    position: relative;
    float: right;
}

.header-style-six .nav-toggler {
    position: relative;
    height: 40px;
}

.header-style-six .nav-toggler:hover {
    color: #ffffff !important;
}

.header-style-six.fixed-header .outer-container {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.90);
    border-bottom: 1px solid transparent;
}

.header-style-six.fixed-header .nav-toggler {
    background-color: #ffffff;
}

.header-style-six.fixed-header .nav-toggler:hover {
    color: #222222 !important;
}

.header-style-six.fixed-header .logo-box .logo {
    padding: 10px 0;
}

.header-style-six.fixed-header .contact-info {
    padding: 30px 0;
}

.header-style-six.fixed-header .btn-box {
    padding: 25px 0;
}

.header-style-six .contact-info {
    position: relative;
}

.header-style-six .contact-info li {
    position: relative;
    float: left;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.40);
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.header-style-six .contact-info li:first-child {
    border-left: 0;
}

.header-style-six .contact-info li span {
    position: relative;
    float: left;
    height: 30px;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    font-size: 14px;
    line-height: 30px;
    color: #ff8a00;
    text-align: center;
    font-weight: 400;
    margin-right: 10px;
    border-radius: 50%;
}

.header-style-six .contact-info li a {
    color: #ffffff;
    transition: all 300ms ease;
}

.header-style-six .contact-info li a:hover {
    color: #ff8a00;
}

.header-style-six .btn-box {
    position: relative;
    float: right;
    padding: 30px 0;
}

.header-style-six .nav-toggler {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffa500;
    font-weight: 400;
    background-color: #000000;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


/***

====================================================================
	Header Style Seven
====================================================================

***/

.header-style-seven {
    position: relative;
}

.header-style-seven .inner-container {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.header-style-seven .logo-box .logo {
    padding: 25px 0;
}

.header-style-seven .nav-outer {
    float: right;
}

.header-style-seven .main-menu .navigation>li {
    margin-left: 45px;
}

.header-style-seven .main-menu .navigation>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 45px 0;
}

.header-style-seven .outer-box {
    position: relative;
    float: right;
    padding: 45px 0;
    margin-left: 80px;
}

.nav-toggler {
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    background-color: #222222;
    cursor: pointer;
    transition: all 300ms ease;
}

.nav-toggler:hover {
    background-color: #ffa500;
    color: #000000;
}


/***

====================================================================
	Side Nav Bar
====================================================================

***/

.sidenav-bar {
    position: fixed;
    left: -350px;
    top: 0px;
    width: 350px;
    height: 100%;
    overflow-y: auto;
    background: #111111;
    z-index: 99999;
    transition: all 500ms ease;
}

.active-side-nav .sidenav-bar {
    left: 0;
}

.sidenav-bar .inner-box {
    position: relative;
    padding: 50px 30px;
}

.sidenav-bar:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    content: "";
}

.sidenav-bar .upper-box {
    position: relative;
    margin-bottom: 50px;
}

.sidenav-bar .upper-box .logo a {
    position: relative;
}

.sidenav-bar .cross-icon {
    position: absolute;
    right: 0;
    top: 15px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 300ms ease;
}

.sidenav-bar .cross-icon:hover {
    background-color: #ffa500;
    color: #ffffff;
}

.sidenav-bar .side-nav {
    position: relative;
    margin-bottom: 50px;
}

.sidenav-bar .side-nav .navigatio {
    position: relative;
}

.sidenav-bar .side-nav .navigation>li,
.sidenav-bar .side-nav .navigation>li>ul>li {
    position: relative;
    display: block;
}

.sidenav-bar .side-nav .navigation>li>a {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 10px 0px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation>li>ul>li>a,
.sidenav-bar .side-nav .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation>li>ul>li,
.sidenav-bar .side-nav .navigation>li>ul>li>ul>li {
    margin-bottom: 0px;
}

.sidenav-bar .side-nav .navigation>li>ul>li:last-child,
.sidenav-bar .side-nav .navigation>li>ul>li>ul>li:last-child {
    margin: 0px;
}

.sidenav-bar .side-nav .navigation>li:hover>a,
.sidenav-bar .side-nav .navigation>li>ul>li:hover>a,
.sidenav-bar .side-nav .navigation>li.current>a,
.sidenav-bar .side-nav .navigation>li>ul>li.current>a {
    color: #ff8a00;
}

.sidenav-bar .side-nav .navigation>li.dropdown>a {
    padding-right: 30px;
}

.sidenav-bar .side-nav .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 10px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    z-index: 5;
    font-weight: 300;
}

.sidenav-bar .side-nav .navigation>li.dropdown.active>a:before {
    content: "\f107";
}

.sidenav-bar .side-nav .navigation>li.dropdown>ul,
.sidenav-bar .side-nav .navigation>li.dropdown>ul>li.dropdown>ul {
    position: relative;
    display: block;
    left: 0%;
    top: 0px;
    width: 100%;
    z-index: 100;
    padding: 10px 0px;
}

.sidenav-bar .side-nav .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 34px;
    height: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.sidenav-bar .subscribe-form {
    position: relative;
}

.sidenav-bar .subscribe-form h5 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 25px;
}

.sidenav-bar .subscribe-form form {
    position: relative;
}

.sidenav-bar .subscribe-form input[type="text"],
.sidenav-bar .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-weight: 400;
    padding: 10px 30px;
    background-color: #000000;
    border-radius: 30px;
    transition: all 300ms ease;
}

.sidenav-bar .subscribe-form button,
.sidenav-bar .subscribe-form input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
}

.sidenav-bar .subscribe-form button:hover,
.sidenav-bar .subscribe-form input[type="submit"]:hover {
    color: #ffffff;
}

.form-back-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.70);
    visibility: hidden;
    z-index: 99999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.active-side-nav .form-back-drop {
    opacity: 1;
    visibility: visible;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}


/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
    position: fixed;
    left: -500px;
    top: 0px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    background-color: #222222;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-side-nav .hidden-bar {
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.hidden-bar .inner-box {
    position: relative;
    background-color: #222222;
    padding: 55px 30px 50px;
}

.hidden-bar .inner-box .cross-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
}

.hidden-bar .inner-box h2 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 20px;
}


/*Appointment Form*/

.hidden-bar .appointment-form {
    position: relative;
}

.hidden-bar .appointment-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 25px;
    height: 45px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: none;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder {
    color: #bdbdbd;
}

.hidden-bar .appointment-form input:focus,
.hidden-bar .appointment-form textarea:focus {
    border-color: #ffffff;
}

.hidden-bar .appointment-form textarea {
    height: 135px;
    resize: none;
}

.hidden-bar .appointment-form .form-group button {
    margin-top: 10px;
    display: block;
    width: 100%;
    border-radius: 0;
    font-weight: 700;
    background-color: #ffffff;
    color: #222222;
}

.hidden-bar .appointment-form .form-group button:hover {
    color: #ffffff;
}

.contact-info-box {
    position: relative;
    padding-top: 20px;
}

.contact-info-box .info-list {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.contact-info-box .info-list li {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-info-box .info-list:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
}

.contact-info-box .social-list {
    position: relative;
}

.contact-info-box .social-list li {
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 6px;
    display: inline-block;
}

.contact-info-box .social-list li a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.50);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-info-box .social-list li a:hover {
    color: rgba(255, 255, 255, 0.80);
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}


/***

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 30px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation>li>a:before,
.sticky-header .main-menu .navigation>li:after {
    display: none !important;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #ff8a00;
    background-color: #ffffff;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li.dropdown>a:after {
    display: none;
}

.sticky-header .main-menu .navigation>li.dropdown:hover>ul {
    margin-top: 0;
}

.header-style-four.fixed-header .header-lower {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.80);
}

.header-style-four.fixed-header .logo-box .logo {
    padding: 10px 0;
}

.header-style-four.fixed-header .main-menu .navigation>li>a {
    padding: 30px 0;
}

.header-style-four.fixed-header .search-box-btn {
    top: 5px;
}

.header-style-four.fixed-header .search-box-outer .dropdown-menu {
    top: 65px !important;
}


/************************ Mega Menu ***************************/

.main-menu .navigation>li.has-mega-menu {
    position: static;
}

.main-menu .navigation>li>.mega-menu {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    background: rgba(47, 46, 50, .90);
    padding: 45px 40px 30px 45px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -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);
}

.main-menu .navigation>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
    position: relative;
}

.main-menu .navigation>li .mega-menu-bar h3 {
    position: relative;
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li .mega-menu-bar>ul {
    position: relative;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px;
}

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

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
    border-left: 4px solid #ff8a00;
    background: #222222;
}


/***

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

***/

.banner-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
    background-image: url(../images/slider/slide1.jpg);
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
}

.banner-section:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 540px;
    background-repeat: no-repeat;
    background-position: right top;
    content: "";
    z-index: 9;
}

.banner-carousel .content-box {
    position: relative;
}

.banner-carousel h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

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

.banner-carousel .content-box .text {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 55px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

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

.banner-carousel .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

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

.banner-carousel .link-box a {
    position: relative;
    display: inline-block;
    padding: 13px 45px;
    font-weight: 700;
}

.banner-carousel .owl-nav {
    position: absolute;
    right: 46px;
    z-index: 99;
    bottom: 22px;
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #da8102;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: transparent;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover {
    color: #ff8a00;
}

.banner-carousel .owl-next:before,
.banner-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #1488ab;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel .owl-next:hover:before,
.banner-carousel .owl-prev:hover:before {
    border-color: #ff8a00;
}

.banner-carousel .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #1488ab;
    border-left: 0;
}

.banner-carousel .owl-next span {
    margin-left: 5px;
}

.banner-carousel .owl-prev span {
    margin-right: 5px;
}

.banner-section .bottom-box {
    position: relative;
    padding: 35px 0;
    background-color: #222222;
}

.banner-section .bottom-box .contact-info {
    position: relative;
    float: left;
    padding: 10px 0;
}

.banner-section .bottom-box .contact-info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-right: 30px;
}

.banner-section .bottom-box .contact-info li a {
    color: #ffffff;
}

.banner-section .bottom-box .contact-info li span {
    color: #ffae00;
    text-transform: uppercase;
}

.banner-section .bottom-box .contact-info li a:hover {
    text-decoration: underline;
}


/***

====================================================================
		Banner Section Two
====================================================================

***/

.banner-section-two {
    position: relative;
}

.full-screen .banner-carousel {
    position: relative;
    height: 100%;
}

.full-screen .owl-item,
.full-screen .owl-stage,
.full-screen .owl-wrapper,
.full-screen .owl-stage-outer,
.full-screen .owl-wrapper-outer {
    height: 100% !important;
}

.banner-section-two .slide-item {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}

.banner-section-two .slide-item:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 660px;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.banner-section-two .slide-item .content-box {
    position: relative;
    padding: 390px 0 350px;
    text-align: center;
}

.banner-section-two .slide-item .title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffa900;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    transition: all 300ms ease;
    opacity: 0;
}

.banner-section-two .active .slide-item .title {
    opacity: 1;
    transition-delay: 300ms;
}

.banner-section-two .slide-item h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    transform: none;
}

.banner-section-two .content-box .video-link {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    transition: all 300ms ease;
    opacity: 0;
}

.banner-section-two .active .content-box .video-link {
    opacity: 1;
    transition-delay: 1000ms;
}

.banner-section-two .content-box .video-link a {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #ffa500;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.46);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .content-box .video-link a:hover {
    color: #ffffff;
    border-color: #000000;
}

.banner-section-two .owl-nav {
    display: none;
}

.banner-section-two .owl-dots {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-section-two .owl-dot {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-two .owl-dot.active {
    background-color: #ff9c00;
}

.banner-section-two .social-links {
    position: absolute;
    left: 80px;
    bottom: 100px;
    z-index: 9;
}

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

.social-icon-three li {
    position: relative;
    display: block;
    margin-bottom: 25px;
}


/***

====================================================================
		Banner Section Three
====================================================================

***/

.banner-section-three {
    position: relative;
    z-index: 99;
}

.banner-section-three .banner-carousel-two {
    z-index: 99;
}

.banner-section-three .slide-item {
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 240px 0;
}

.banner-carousel-two .content-box {
    position: relative;
}

.banner-carousel-two .content-box .inner-box {
    position: relative;
    float: right;
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0.80);
    padding: 70px 70px 60px;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

.banner-carousel-two .content-box .inner-box:before {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1000%;
    background-color: rgba(0, 0, 0, 0.80);
    content: "";
}

.banner-carousel-two .active .content-box .inner-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit--moz-transition-delay: 300ms;
    -moz--moz-transition-delay: 300ms;
    -ms--moz-transition-delay: 300ms;
    -o--moz-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
}

.banner-carousel-two .content-box .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 22px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

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

.banner-carousel-two .content-box h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

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

.banner-carousel-two .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

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

.banner-carousel-two .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel-two .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel-two .link-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffad00;
    font-weight: 400;
    padding: 0;
    transition: all 300ms ease;
}

.banner-carousel-two .link-box a:hover {
    color: #ffffff;
}

.banner-section-three .contact-info {
    position: absolute;
    left: 45px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left;
    bottom: 75px;
}

.banner-section-three .contact-info li {
    position: relative;
    float: left;
    margin-right: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.banner-section-three .contact-info li span {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
    font-weight: 400;
}

.banner-section-three .contact-info li a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .contact-info li a:hover {
    color: #ff8a00;
}

.banner-carousel-two .owl-nav {
    position: absolute;
    max-width: 1170px;
    padding: 0 20px;
    width: 180%;
    text-align: right;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 0;
}

.banner-carousel-two .owl-next,
.banner-carousel-two .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: transparent;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover,
.banner-carousel-two .owl-prev:hover {
    color: #ff8a00;
}

.banner-carousel-two .owl-next:before,
.banner-carousel-two .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover:before,
.banner-carousel-two .owl-prev:hover:before {
    border-color: #ff8a00;
}

.banner-carousel-two .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.banner-carousel-two .owl-next span {
    margin-left: 5px;
}

.banner-carousel-two .owl-prev span {
    margin-right: 5px;
}

.banner-section-three .bottom-box {
    position: relative;
    background-color: #333333;
}

.banner-section-three .bottom-box .outer-box {
    position: relative;
    padding: 35px 0;
}

.banner-section-three .bottom-box .outer-box:before {
    position: absolute;
    top: 0;
    margin-left: -300px;
    left: 100%;
    height: 100%;
    width: 1000%;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
}

.banner-section-three .social-links {
    position: relative;
    z-index: 1;
}

.banner-section-three .social-links li {
    position: relative;
    float: left;
    margin-right: 55px;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .social-links li span {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-weight: 500;
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .social-links li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .social-links li a:hover span,
.banner-section-three .social-links li a:hover {
    color: #ff8a00;
}


/***

====================================================================
			Banner Section Four
====================================================================

***/

.banner-section-four {
    position: relative;
    padding-left: 120px;
}

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

.banner-carousel-three .slide-item:before {
    position: absolute;
    left: -15%;
    top: 0;
    height: 100%;
    width: 60%;
    content: "";
    background-color: #000000;
    opacity: 0.7;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}

.banner-carousel-three .content-box {
    position: relative;
}

.banner-carousel-three h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

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

.banner-carousel-three .content-box .text {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 55px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

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

.banner-carousel-three .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel-three .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel-three .link-box a {
    position: relative;
    display: inline-block;
    padding: 13px 45px;
    font-weight: 700;
}

.banner-carousel-three .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.banner-carousel-three .owl-prev,
.banner-carousel-three .owl-next {
    position: relative;
    float: left;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    background: rgb(255, 174, 0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 138, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 174, 0, 1) 0%, rgba(255, 138, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 174, 0, 1) 0%, rgba(255, 138, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#ff8a00', GradientType=0);
    text-align: center;
    transition: all 300ms linear;
}

.banner-carousel-three .owl-prev:hover,
.banner-carousel-three .owl-next:hover {
    color: #ffffff;
    -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}


/***

====================================================================
		Banner Section Five
====================================================================

***/

.banner-section-five {
    position: relative;
}

.full-screen .banner-carousel {
    position: relative;
    height: 100%;
}

.full-screen .owl-item,
.full-screen .owl-stage,
.full-screen .owl-wrapper,
.full-screen .owl-stage-outer,
.full-screen .owl-wrapper-outer {
    height: 100% !important;
}

.banner-section-five .slide-item {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}

.banner-section-five .slide-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.30;
}

.banner-section-five .slide-item .content-box {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 45px 15px;
    bottom: 0;
}

.banner-section-five .slide-item .content-box:before {
    position: absolute;
    right: 0;
    bottom: 64px;
    height: 1px;
    width: 100px;
    background-color: #ffffff;
    content: "";
}

.banner-section-five .content-box .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #aaaaaa;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-five .active .content-box .title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 1000ms;
}

.banner-section-five .content-box h2 {
    position: relative;
    display: block;
    font-size: 78px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.banner-section-five .active .content-box h2 {
    animation: slideInRight 1s;
    animation-delay: 500ms;
}

.banner-section-five .content-box .video-link {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -30px;
}

.banner-section-five .content-box .video-link a {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #ffa500;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.46);
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-five .content-box .video-link a:hover {
    color: #ffffff;
    border-color: #000000;
}

.banner-section-five .owl-nav {
    display: none;
}

.banner-section-five .owl-dots {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-section-five .owl-dot {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-five .owl-dot.active {
    background-color: #ff9c00;
}

.banner-section-five .social-links {
    position: absolute;
    left: 80px;
    bottom: 100px;
    z-index: 9;
}

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

.social-icon-three li {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: #ff8a00;
}


/***

====================================================================
		Banner Section Six
====================================================================

***/

.banner-section-six {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.banner-section-six .slide-item {
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 570px 0 0;
}

.banner-section-six .slide-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.banner-section-six .content-box {
    position: relative;
    max-width: 740px;
    background-color: #222222;
    padding: 70px 70px 60px;
}

.banner-section-six .content-box .inner-box {
    position: relative;
    float: none;
    transform: none;
    max-width: none;
    background-color: transparent;
    padding: 0;
    padding-left: 70px;
}

.banner-section-six .content-box .inner-box:before {
    display: none;
}

.banner-section-six .content-box .count {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #ffad00;
    font-weight: 400;
}

.banner-section-six .content-box .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 22px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-section-six .active .content-box .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section-six .content-box h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-section-six .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-section-six .content-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.banner-section-six .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-section-six .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-section-six .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section-six .link-box a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffad00;
    font-weight: 400;
    padding: 0;
}

.banner-section-six .contact-info {
    position: absolute;
    left: 50px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left;
    bottom: 75px;
}

.banner-section-six .contact-info li {
    position: relative;
    float: left;
    margin-right: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.banner-section-six .contact-info li span {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
    font-weight: 400;
}

.banner-section-six .contact-info li a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-six .contact-info li a:hover {
    color: #ff8a00;
}

.banner-section-six .social-links {
    position: absolute;
    right: 30px;
    z-index: 1;
    bottom: 36%;
    transform-origin: right;
    -webkit-transform: rotate(90deg) translateY(70%);
    -moz-transform: rotate(90deg) translateY(70%);
    -ms-transform: rotate(90deg) translateY(70%);
    -o-transform: rotate(90deg) translateY(70%);
    transform: rotate(90deg) translateY(70%);
}

.banner-section-six .social-links li {
    position: relative;
    float: left;
    margin-right: 55px;
    font-size: 13px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-section-six .social-links li span {
    position: relative;
    float: left;
    transform: rotate(-90deg);
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 500;
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-six .social-links li a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-six .social-links li a:hover span,
.banner-section-six .social-links li a:hover {
    color: #ff8a00;
}

.banner-section-six .banner-carousel-two .owl-nav {
    position: absolute;
    right: 25px;
    bottom: 5px;
    width: 180px;
    max-width: 170px;
    padding: 0;
    margin: 0;
    left: auto;
    bottom: 0;
    height: auto;
}

.banner-section-six .owl-next,
.banner-section-six .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: transparent;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-section-six .owl-next:hover,
.banner-section-six .owl-prev:hover {
    color: #ff8a00;
}

.banner-section-six .owl-next:before,
.banner-section-six .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.banner-section-six .owl-next:hover:before,
.banner-section-six .owl-prev:hover:before {
    border-color: #ff8a00;
}

.banner-section-six .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.banner-section-six .owl-next span {
    margin-left: 5px;
}

.banner-section-six .owl-prev span {
    margin-right: 5px;
}


/***

====================================================================
			Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 380px 0 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
    position: absolute;
}

.page-title .inner-container {
    position: relative;
}

.page-title .title-box {
    position: relative;
    float: left;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 48px;
    color: #ffffff;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 35px;
}

.page-title .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
}

.page-title .bread-crumb {
    position: relative;
    float: right;
    padding-top: 95px;
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #ff8a00;
    font-weight: 700;
    text-transform: capitalize;
    cursor: default;
    padding-right: 10px;
    margin-right: 10px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -2px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    content: "-";
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: #ff8a00;
}


/***

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

***/

.sec-title {
    position: relative;
    margin-bottom: 38px;
}

.sec-title .float-text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 57px;
    line-height: 1em;
    color: #ffa4d4;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .3;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 40px;
    color: #56247b;
    font-weight: 700;
    padding: 7px 0 11px;
    text-transform: uppercase;
}

.sec-title.light .float-text {
    /* color: #29aae1; */
    opacity: 0.3;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center .float-text {
    right: 0;
    margin: 0 auto;
}


/***

====================================================================
			About Section
====================================================================

***/

.about-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 100px 0;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    text-align: right;
    margin-right: -15px;
}

.about-section .image-column .title-box {
    position: absolute;
    left: 95px;
    bottom: 75px;
    width: 100%;
    text-align: left;
    z-index: 9;
}

.about-section .image-column .title-box h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 78px;
    color: #f2f2f2;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    font-family: "Rubik", sans-serif;
}

.about-section .image-column .image-box {
    position: relative;
    z-index: 1;
    padding-top: 110px;
}

.about-section .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.about-section .image-column .image-box .alphabet-img {
    position: absolute;
    left: 0;
    top: 0;
}

.about-section .image-column .image-box .alphabet-img img {
    max-width: 100%;
    height: auto;
}

.about-section .image-column .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 170px;
}

.about-section .content-column .content-box {
    position: relative;
    padding: 70px 90px 74px;
    background-color: #ffffff;
    border: 20px solid #f2f2f2;
    border-left: 0;
}

.about-section .content-column .content-box .title {
    position: relative;
    margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    color: #222222;
    font-weight: 500;
    padding-bottom: 35px;
}

.about-section .content-column .content-box .title h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 45px;
    background-color: #ff8a00;
    content: "";
}

.about-section .content-column .content-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    margin-bottom: 45px;
}

.about-section .content-column .content-box .link-box {
    position: relative;
}

.about-section .content-column .content-box .link-box a {
    font-weight: 700;
}


/***

====================================================================
			Services Section
====================================================================

***/

.services-section {
    position: relative;
}

.services-section .upper-box {
    position: relative;
    padding: 85px 0 270px;
}

.services-section .upper-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: .85;
}

.services-section .services-box {
    position: relative;
    margin-top: -270px;
    padding-bottom: 100px;
}

.services-section .services-box .auto-container {
    padding: 0;
}

.services-carousel {
    position: relative;
    padding-bottom: 75px;
}

.service-block {
    position: relative;
    padding: 0 15px 15px;
}

.service-block .inner-box {
    position: relative;
}

.service-block .image-box {
    position: relative;
}

.service-block .image-box .image {
    position: relative;
    background-color: #222222;
    margin-bottom: 0;
    overflow: hidden;
}

.service-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .image-box .image img {
    opacity: .70;
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}

.service-block .lower-content {
    position: relative;
    padding: 35px 25px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .lower-content {
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.10);
}

.service-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 18px;
}

.service-block .lower-content h3 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .lower-content h3 a:hover {
    color: #ffad00;
}

.service-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 27px;
}

.service-block .lower-content .link-box {
    position: relative;
}

.service-block .lower-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .lower-content .link-box a i {
    margin-left: 5px;
}

.service-block .lower-content .link-box a:hover {
    color: #ffad00;
}

.services-carousel .owl-nav {
    display: none;
}

.services-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.services-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 4px;
    margin: 0 5px;
    background-color: #b6b6b6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 7px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active {
    height: 30px;
    margin-bottom: 0;
    background-color: #ff8a00;
}


/***

====================================================================
			Service Detail
====================================================================

***/

.service-detail {
    position: relative;
}

.service-detail .inner-box {
    position: relative;
    display: block;
}

.service-detail .image-box {
    position: relative;
    margin-bottom: 35px;
}

.service-detail .image-box .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}

.service-detail .image-box .owl-next,
.service-detail .image-box .owl-prev {
    position: absolute;
    left: 40px;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #333333;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-detail .image-box .owl-next {
    left: auto;
    right: 40px;
}

.service-detail .image-box .owl-next:hover,
.service-detail .image-box .owl-prev:hover {
    background-color: #ff8a00;
}

.service-detail .inner-box .image {
    position: relative;
    margin-bottom: 0;
}

.service-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.service-detail .inner-box h2 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.service-detail .inner-box .text {
    position: relative;
}

.service-detail .inner-box .text .two-column {
    margin-top: 40px;
    margin-bottom: 30px;
}

.service-detail .inner-box .text p {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 30px;
}

.service-detail .inner-box .text strong {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
}

.service-detail .inner-box .text h3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.service-detail .inner-box ul {
    position: relative;
}

.service-detail .inner-box ul li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    padding-left: 40px;
    margin-bottom: 10px;
}

.service-detail .inner-box ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 26px;
    color: #ff8a00;
    font-weight: 300;
    content: "\f05d";
    font-family: "FontAwesome";
}

.service-detail blockquote {
    position: relative;
    background-color: #f5f5f5;
    padding: 40px 40px 25px 50px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 60px;
    border: 0;
}

.service-detail blockquote cite {
    position: relative;
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    margin-top: 20px;
}


/***

====================================================================
	Product Tabs Style
====================================================================

***/

.service-detail .prod-tabs {
    position: relative;
}

.tabs-box {
    position: relative;
}

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

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

.service-detail .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 16px;
    background: #f3f3f3;
    color: #222222;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 27px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Rubik', sans-serif;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #ff8a00;
    border-color: #e2e2e2;
    background: #ffffff;
}

.service-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 22px 22px 22px;
    border: 1px solid #dddddd;
    border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.service-detail .prod-tabs .tabs-content .tab .content {
    position: relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 0px;
}


/***

====================================================================
			Specialize Section
====================================================================

***/

.specialize-section {
    position: relative;
    padding: 100px 0;
}

.specialize-section .sec-title {
    margin-bottom: 60px;
}

.services-carousel-two {
    position: relative;
    padding-bottom: 80px;
}

.service-block-two {
    position: relative;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
}

.service-block-two .image-box {
    position: relative;
}

.service-block-two .image-box .image {
    position: relative;
    margin-bottom: 0;
    background-color: #222222;
    overflow: hidden;
}

.service-block-two .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}

.service-block-two .image-box:hover .image img {
    opacity: .70;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.service-block-two .caption-box {
    position: relative;
    padding: 25px 0px;
}

.service-block-two .caption-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    color: #222222;
    font-weight: 400;
    margin-bottom: 5px;
}

.service-block-two .caption-box h3 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .caption-box h3 a:hover {
    color: #ff8a00;
}

.service-block-two .link-box a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #ff8a00;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .link-box a:hover {
    color: #222222;
}

.services-carousel-two .owl-nav {
    display: none;
}

.services-carousel-two .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.services-carousel-two .owl-dot {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 4px;
    margin: 0 5px;
    background-color: #b6b6b6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 7px;
}

.services-carousel-two .owl-dot:hover,
.services-carousel-two .owl-dot.active {
    height: 30px;
    margin-bottom: 0;
    background-color: #ff8a00;
}


/***

====================================================================
			Specialize Section Two
====================================================================

***/

.specialize-section-two {
    position: relative;
    padding: 100px 0;
}

.specialize-section-two .title-column {
    position: relative;
}

.specialize-section-two .title-column .sec-title {
    margin-bottom: 50px;
}

.specialize-section-two .title-column .text-box {
    position: relative;
}

.specialize-section-two .title-column .text-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffac00;
    font-weight: 500;
    margin-bottom: 30px;
}

.specialize-section-two .title-column .text-box p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 30px;
}

.specialize-section-two .title-column .link-box {
    position: relative;
}

.specialize-section-two .title-column .link-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}

.specialize-section-two .carousel-column {
    position: relative;
}

.specialize-section-two .carousel-column .inner-column {
    position: relative;
    padding-left: 40px;
}

.specialize-section-two .carousel-column .carousel-outer {
    position: relative;
    padding-left: 160px;
}

.specialize-section-two .thumbs-carousel {
    position: absolute;
    left: 75px;
    top: -64px;
    transform: rotate(90deg);
    transform-origin: left;
    max-width: 590px;
    margin: 0 auto;
}

.specialize-section-two .thumbs-carousel .thumb-box {
    position: relative;
    cursor: pointer;
}

.specialize-section-two .thumbs-carousel .thumb-box figure {
    position: relative;
    margin-bottom: 0;
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff9f14;
    opacity: .70;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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;
}

.specialize-section-two .thumbs-carousel .thumb-box:hover .overlay:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay .icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #222222;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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;
}

.specialize-section-two .thumbs-carousel .thumb-box:hover .overlay .icon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 300ms;
}

.specialize-section-two .carousel-outer .thumbs-carousel img {
    transform: rotate(-90deg);
    width: 130px;
    height: auto;
}

.carousel-outer .thumbs-carousel .owl-nav {
    position: absolute;
    left: 96%;
    bottom: -442%;
    transform: rotate(-90deg);
    transform-origin: left;
    min-width: 300px;
}

.carousel-outer .thumbs-carousel .owl-next,
.carousel-outer .thumbs-carousel .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    background-color: #ffffff;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.carousel-outer .thumbs-carousel .owl-next:hover,
.carousel-outer .thumbs-carousel .owl-prev:hover {
    color: #ff8a00;
}

.carousel-outer .thumbs-carousel .owl-next:before,
.carousel-outer .thumbs-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.carousel-outer .thumbs-carousel .owl-next:hover:before,
.carousel-outer .thumbs-carousel .owl-prev:hover:before {
    border-color: #ff8a00;
}

.carousel-outer .thumbs-carousel .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.carousel-outer .thumbs-carousel .owl-next span {
    margin-left: 5px;
}

.carousel-outer .thumbs-carousel .owl-prev span {
    margin-right: 5px;
}

.specialize-section-two.alternate .title-column {
    order: 12;
}

.specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav {
    position: absolute;
    left: 96%;
    bottom: auto;
    top: -442%;
    transform: rotate(-90deg);
}

.specialize-section-two.alternate .carousel-column .inner-column {
    padding-left: 0;
    padding-right: 40px;
}


/***

====================================================================
			Process Section
====================================================================

***/

.process-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 20px;
}

.process-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #222222;
    opacity: 0.85;
    content: "";
}

.process-section .sec-title {
    margin-bottom: 90px;
}

.process-block {
    position: relative;
    margin-bottom: 80px;
}

.process-block .inner-box {
    position: relative;
    padding: 75px 30px 30px;
    background-color: #222222;
    border: 1px dashed #bbbbbb;
    border-radius: 0 0 0 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box:hover {
    border-color: #ff8a00;
}

.process-block .inner-box .count {
    position: absolute;
    right: 40px;
    top: -40px;
    height: 80px;
    width: 80px;
    background-color: #777777;
    border-radius: 0 10px 0 0;
    font-size: 30px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .inner-box:hover .count {
    background-color: #ff8a00;
}

.process-block h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.process-block h4 a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block h4 a:hover {
    color: #ff8a00;
}

.process-block .text {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #bbbbbb;
    font-weight: 400;
    margin-bottom: 15px;
}

.process-block .link-box {
    position: relative;
}

.process-block .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ff8a00;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.process-block .link-box a:hover {
    color: #ffffff;
}


/***

====================================================================
			Fun Fact Section
====================================================================

***/

.fun-fact-section {
    position: relative;
}

.fun-fact-section .outer-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 60px;
}

.fact-counter {
    position: relative;
}

.fact-counter .counter-column {
    position: relative;
    margin-bottom: 40px;
}

.fact-counter .count-box {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    padding: 20px 0;
    padding-left: 20px;
}

.fact-counter .count-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 50px;
    border: 2px solid #ff8a00;
    content: "";
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.fact-counter .count-box:hover:before {
    -webkit-box-shadow: #ff8a00 0 0px 0px 40px inset;
    -moz-box-shadow: #ff8a00 0 0px 0px 40px inset;
    -ms-box-shadow: #ff8a00 0 0px 0px 40px inset;
    -o-box-shadow: #ff8a00 0 0px 0px 40px inset;
    box-shadow: #ff8a00 0 0px 0px 40px inset;
}

.fact-counter .count-box .count {
    position: relative;
    float: left;
    margin-right: 15px;
}

.fact-counter .count-box .count-text {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
}

.fact-counter .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    color: #dddddd;
    padding: 9px 0;
    font-family: "Rubik", sans-serif;
}


/***

====================================================================
			Fun Fact And Features
====================================================================

***/

.fun-fact-and-features {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 0;
}

.fun-fact-and-features.alternate {
    padding-bottom: 100px;
}

.fun-fact-and-features.alternate:before {
    height: 270px;
}

.fun-fact-and-features:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 170px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.fun-fact-and-features .outer-box {
    position: relative;
}

.fun-fact-and-features .fact-counter {
    position: relative;
    margin-bottom: 60px;
}

.fun-fact-and-features .features {
    position: relative;
}

.feature-block {
    position: relative;
}

.feature-block .inner-box {
    position: relative;
    background-color: #ffffff;
    padding: 35px 35px 30px;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover {
    background-color: #ff8a00;
}

.feature-block .icon-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.feature-block .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 52px;
    line-height: 52px;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box .icon {
    color: #ffffff;
}

.feature-block h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.feature-block h3 a {
    position: relative;
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover h3 a {
    color: #ffffff;
}

.feature-block h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: #222222;
    content: "";
}

.feature-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 28px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover .text {
    color: #ffffff;
}

.feature-block .link-box {
    position: relative;
}

.feature-block .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ff8a00;
    font-weight: 700;
    font-family: "Arimo", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block .inner-box:hover .link-box a {
    color: #222222;
}


/***

====================================================================
		Offer Section
====================================================================

***/

.offer-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 0px;
}

.offer-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.offer-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.offer-section .content-column .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #ff8a00;
    font-weight: 600;
    margin-bottom: 20px;
}

.offer-section .content-column h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #f2f2f2;
    font-weight: 700;
    font-family: "Arimo", sans-serif;
    margin-bottom: 30px;
}

.offer-section .content-column h2 span {
    text-transform: uppercase;
}

.offer-section .content-column .discount {
    position: relative;
    display: block;
    font-size: 84px;
    line-height: 1em;
    color: #ff8a00;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 40px;
}

.offer-section .content-column .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #f2f2f2;
    font-weight: 400;
}

.offer-section .form-column {
    position: relative;
    z-index: 9;
}

.offer-section .form-column .inner-column {
    position: relative;
    margin-left: -15px;
}

.discount-form {
    position: relative;
    background-color: #f7f7f7;
    padding: 55px 50px 35px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.discount-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.discount-form .form-group input[type="text"],
.discount-form .form-group input[type="email"],
.discount-form .form-group input[type="url"],
.discount-form .form-group textarea,
.discount-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    padding: 14px 25px;
    background-color: #ffffff;
    height: 60px;
    border: 1px solid #bbbbbb;
    font-weight: 400;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.discount-form .form-group input:focus,
.discount-form .form-group select:focus,
.discount-form .form-group textarea:focus {
    border-color: #ff8a00;
}

.discount-form .form-group textarea {
    height: 220px;
    resize: none;
    margin-bottom: 10px;
}

.discount-form .form-group button {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 45px;
    line-height: 30px;
}


/***

====================================================================
			Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 100px 0 40px;
}

.team-block {
    position: relative;
    margin-bottom: 60px;
}

.team-block .inner-box {
    position: relative;
    padding-right: 50px;
}

.team-block .image-box {
    position: relative;
    margin-bottom: 15px;
}

.team-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 9;
}

.team-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .inner-box:hover .image-box img {
    opacity: .80;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block .image-box .social-links {
    position: absolute;
    right: 0;
    top: 0;
}

.team-block .image-box .social-links li {
    position: relative;
    display: block;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.team-block .image-box .social-links li a {
    display: block;
    text-align: center;
    font-size: 19px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #222222;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .image-box .social-links li a:hover {
    color: #fbb216;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(2) {
    transition-delay: 100ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(3) {
    transition-delay: 200ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(4) {
    transition-delay: 300ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(5) {
    transition-delay: 400ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(6) {
    transition-delay: 500ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(7) {
    transition-delay: 600ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(8) {
    transition-delay: 700ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(9) {
    transition-delay: 800ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(10) {
    transition-delay: 900ms;
}

.team-block .inner-box:hover .image-box .social-links li {
    right: -50px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.team-block .image-box .name {
    position: absolute;
    right: -40px;
    bottom: 40px;
    min-width: 170px;
    text-align: center;
    background-color: #222222;
    z-index: 9;
    font-family: "Arimo", sans-serif;
    transform: skewX(-30deg);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.team-block .image-box .name a {
    position: relative;
    display: inline-block;
    transform: skewX(30deg);
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 20px;
    min-width: 170px;
}

.team-block .inner-box:hover .image-box .name {
    background-color: #ff8a00;
}

.team-block .inner-box .designation {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 13px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
}


/***

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
}

.testimonial-section .outer-container {
    position: relative;
}

.testimonial-section .title-column {
    position: relative;
    float: right;
    width: 100%;
    max-width: 35%;
}

.testimonial-section .title-column .inner-column {
    position: relative;
    padding: 30px 38px 0px;
    max-width: 500px;
    text-align: right;
    margin: 0 auto;
}

.testimonial-section .title-column .sec-title {
    margin-bottom: 0px;
}

.testimonial-section .title-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}

.testimonial-section .testimonial-column {
    position: relative;
    float: right;
    width: 100%;
    max-width: 65%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
    background: #b30254;
}

.testimonial-section .testimonial-column .inner-column {
    position: static;
    float: right;
    max-width: 870px;
    width: 100%;
    padding: 50px 120px 30px 60px;
}

.testimonial-section .testimonial-column .inner-column:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.90;
}

.testimonial-carousel {
    position: relative;
}

.testimonial-block {
    position: relative;
    padding-right: 30px;
    padding-bottom: 40px;
}

.testimonial-block:before {
    position: absolute;
    right: 30px;
    bottom: 40px;
    height: 150px;
    width: 150px;
    background-color: #ebebeb;
    content: "";
    opacity: 0;
    transition: all 300ms ease;
    transition-delay: 500ms;
}

.testimonial-carousel .active .testimonial-block:before {
    opacity: .20;
    right: 0px;
    bottom: 0px;
}

.testimonial-block .inner-box {
    position: relative;
    min-height: 210px;
    padding-right: 220px;
    text-align: right;
}

.testimonial-block .image-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 210px;
    width: 150px;
}

.testimonial-block .image-box .image {
    position: relative;
}

.testimonial-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.testimonial-block .info-box {
    position: relative;
}

.testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}

.testimonial-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ff8a00;
    font-weight: 400;
}

.testimonial-block .inner-box a {
    color: #ff82ae;
    font-size: 16px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    left: 52px;
    bottom: 18px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #f7c87f;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 15px;
    transition: all 300ms ease;
}

.testimonial-carousel .owl-next {
    margin-right: 0;
    padding-right: 0;
}

.testimonial-carousel .owl-prev:before {
    position: absolute;
    right: -2px;
    top: 0;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    content: "|";
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    color: #ff8a00;
}

.testimonial-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 3px;
}

.testimonial-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin: 0 3px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    background-color: #ff71ba;
}


/***

====================================================================
		Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 100px 0;
    background-color: #f5f5f5;
}

.testimonilas_section {
    position: relative;
    padding: 0 0 80px;
}

.testi_app_row .col-md-6 {
    padding: 0;
}

.testi_app_row .col-md-6:nth-child(1) {
    background-image: url(../images/testimonilas.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testi_app_row .col-md-6:nth-child(1)::before {
    content: "";
    position: absolute;
    background: rgb(78 27 114 / 78%);
    width: 100%;
    height: 100%;
    top: 0;
}

.testimonial_head {
    text-align: center;
    position: relative;
    margin-top: 35px;
}

.testimonial_head span {
    display: block;
    color: #fff;
    font-size: 27px;
    margin: 0 0 8px;
}

.testimonial_head h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.testimonila_icon {
    position: absolute;
    left: 0px;
}

.testimonila_icon2 {
    left: initial;
    right: 0px;
}

.testimonial-carousel-two {
    position: relative;
    padding-left: 100px;
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    padding: 84px 60px;
    text-align: center;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
    min-height: 69px;
    color: #fff;
}

.testimonial-block-two .info-box {
    position: relative;
}

.testimonial-block-two .inner-box:before,
.testimonial-block-two .inner-box:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    font-size: 48px;
    color: #ff58af;
    font-weight: 400;
    content: "\f10d";
    font-family: "FontAwesome";
}

.testimonial-block-two .inner-box:after {
    content: "\f10e";
    top: initial;
    bottom: 20px;
}

.testimonial-block-two .info-box .thumb {
    position: relative;
    right: 0;
    padding: 10px;
    top: 0;
    width: 90px;
    height: 90px;
    display: inline-block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

.testimonial-block-two .info-box .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonial-block-two .info-box .name {
    position: relative;
    display: inline-block;
    font-size: 35px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px dashed #ffffff;
    padding-bottom: 4px;
}

.testimonial-block-two .info-box .date {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 25px;
    color: #222222;
    font-weight: 400;
}

.testimonial-carousel-two .owl-nav {
    position: absolute;
    left: 65px;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    background-color: transparent;
}

.testimonial-carousel-two .owl-next,
.testimonial-carousel-two .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 6px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.testimonial-carousel-two .owl-next:hover,
.testimonial-carousel-two .owl-prev:hover {
    color: #ff8a00;
}

.testimonial-carousel-two .owl-next:before,
.testimonial-carousel-two .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.testimonial-carousel-two .owl-next:hover:before,
.testimonial-carousel-two .owl-prev:hover:before {
    border-color: #ff8a00;
}

.testimonial-carousel-two .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.testimonial-carousel-two .owl-next span {
    margin-left: 5px;
}

.testimonial-carousel-two .owl-prev span {
    margin-right: 5px;
}

.testi_app_row .col-md-6:nth-child(2) {}

.appointment_form {
    position: relative;
    text-align: center;
    padding: 0 40px;
}

.appointment_form h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #5b2d7c;
}

.appointment_form p {
    font-size: 16px;
    margin: 0 0 14px;
    padding: 0 37px;
}

.formrow .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #333;
    height: 50px;
    color: #333;
}

.formrow .form-control::placeholder {
    color: #333;
}

.formrow textarea.form-control {
    height: 90px;
}

.formrow {
    padding: 0 32px;
}


/***

====================================================================
		Blog Section
====================================================================

***/

.blog-section {
    position: relative;
    padding: 100px 0;
}

.blog-section .styled-pagination {
    margin-top: 20px;
}

.blog-classic .news-block-two .caption-box .inner {
    padding: 30px 35px 30px;
    z-index: 99;
}

.blog-classic .news-block-two .caption-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-classic .news-block-two .caption-box .text {
    margin-top: 15px;
}

.news-block-two .single-item-carousel {
    position: relative;
}

.news-block-two .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -60px;
}

.news-block-two .image-box .owl-nav .owl-next,
.news-block-two .image-box .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    background-color: rgba(255, 255, 255, .70);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .image-box .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.news-block-two .image-box .owl-nav .owl-next:hover,
.news-block-two .image-box .owl-nav .owl-prev:hover {
    background-color: rgba(0, 0, 0, .70);
    color: #ffffff;
}

.news-block-two .blockquote {
    position: relative;
    display: block;
    border: 1px solid #d7d7d7;
    padding: 85px 50px 110px;
    margin-top: 100px;
    margin-bottom: 0;
}

.news-block-two .blockquote:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.80;
    content: "";
}

.news-block-two .blockquote .icon {
    position: absolute;
    left: 70px;
    top: -42px;
    height: 84px;
    width: 84px;
    background-color: #ffffff;
    line-height: 84px;
    text-align: center;
    font-size: 48px;
    color: #bbbbbb;
    font-weight: 400;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
}

.news-block-two .blockquote h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 400;
    letter-spacing: -0.04em;
    font-family: 'BenchNine', sans-serif;
}

.news-block-two .blockquote h2 span {
    color: #ff8a00;
    text-transform: uppercase;
}

.news-block-two .blockquote .author {
    position: absolute;
    right: 0px;
    bottom: 70px;
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    background-color: #222222;
    padding: 0 15px;
}

.news-block-two .image-box .link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .image-box .link:hover {
    background-color: rgba(0, 0, 0, 0.50);
}

.news-block-two .image-box .link .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.65);
    padding-left: 4px;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .image-box .link:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

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

.social-icon-colored li {
    position: relative;
    float: left;
    margin-right: 6px;
    margin-bottom: 10px;
}

.social-icon-colored li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 15px;
    background-color: #222222;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-colored li a i {
    margin-right: 10px;
}

.social-icon-colored li.facebook a {
    background-color: #3b5998;
}

.social-icon-colored li.twitter a {
    background-color: #1da1f2;
}

.social-icon-colored li.google-plus a {
    background-color: #d73d32;
}

.social-icon-colored li.pinterest a {
    background-color: #bd081c;
}

.social-icon-colored li.mail a {
    background-color: #7b8285;
}

.social-icon-colored li a:hover {
    background-color: #222222;
    color: #ffffff;
}


/***

==================================================================
		Contact Section
==================================================================

***/

.contact-section {
    position: relative;
    padding: 74px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to top, rgb(3 33 72 / 90%), rgb(46 46 46 / 72%), rgb(3 33 72 / 91%));
}

.contact-section .sec-title {
    margin-bottom: 9px;
}

.contact-section .inner-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-section .info-column {
    position: relative;
}

.contact-section .info-column .inner-column {
    position: relative;
}

.contact-section .info-column h4 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #2f2f2f;
    font-weight: 500;
    margin-bottom: 25px;
}

.contact-section .info-column .contact-info {
    position: relative;
}

.contact-section .info-column .contact-info li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 28px;
}

.contact-section .info-column .contact-info li a {
    display: inline-block;
    color: #777777;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .info-column .contact-info li a:hover {
    color: #ff8a00;
}

.contact-section .form-column {
    position: relative;
}

.contact-section .form-column .inner-column {
    margin-top: -20px;
}

.contact-section .contact-form {
    position: relative;
    text-align: center;
    margin-top: 36px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #ff8a00;
}

.contact-form .form-group textarea {
    height: 90px;
    resize: none;
}

.contact-form .form-group button {
    padding: 11px 28px;
    line-height: 20px;
    text-transform: uppercase;
}

.contact-form .form-group label.error {
    color: #ff0000;
}


/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    width: 36%;
    content: "";
    right: 0;
    margin: auto;
}

.main-footer:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    max-width: 573px;
    content: "";
    right: 0;
    margin: auto;
    z-index: -1;
}

.main-footer .widgets-section {
    position: relative;
}

.main-footer.alternate .widgets-section {
    margin-top: 0;
    padding-top: 45px;
}

.main-footer .footer-column {
    position: relative;
}

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

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding-left: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #56247b;
}

.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 30px;
    color: #31ade2;
    font-weight: 400;
    content: "\f141";
    font-family: "FontAwesome";
    transform: rotate(90deg);
}

.main-footer .about-widget {
    position: relative;
    text-align: center;
    margin-bottom: 22px;
}

.main-footer .footer-logo {
    position: relative;
}

.main-footer .footer-logo figure {
    margin: auto;
    padding-bottom: 10px;
}

.main-footer .footer-logo img {
    width: auto;
}

.main-footer .about-widget .text {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}


/*=== links Widget ===*/

.main-footer .links-widget {
    position: relative;
}

.main-footer .links-widget .list li {
    position: relative;
    display: block;
    padding-left: 16px;
    margin-bottom: 7px;
}

.main-footer .links-widget .list li:last-child {
    margin-bottom: 0px;
}

.main-footer .links-widget .list li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #ff0089;
    font-weight: 600;
    content: "\f22b";
    font-family: "FontAwesome";
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer .links-widget .list li:hover:before,
.main-footer .links-widget .list li a:hover {
    color: #ff0089;
}

.main-footer .gallery-widget {
    position: relative;
}

.main-footer .gallery-widget .outer {
    position: relative;
    margin: 0px -7px 0;
}

.main-footer .gallery-widget .outer .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0px 7px;
    margin-bottom: 14px;
}

.main-footer .gallery-widget .image img {
    display: block;
    width: 100%;
}

.main-footer .gallery-widget .image a {
    position: relative;
    display: block;
}

.main-footer .gallery-widget .image a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff8a00 padding-box content-box;
    padding: 5px;
    opacity: .80;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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-footer .gallery-widget .image a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-footer .gallery-widget .image a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    content: "\f0b2";
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-family: "FontAwesome";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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-footer .gallery-widget .image a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
    position: relative;
    border-top: transparent;
}

.main-footer .footer-bottom .inner-container {
    position: relative;
}

.main-footer .footer-bottom .inner-container:before {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 1000%;
    content: "";
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    padding: 20px 0 13px;
    text-align: center;
}

.main-footer .footer-bottom .copyright-text:before,
.main-footer .footer-bottom .copyright-text:after {
    position: absolute;
    left: 0;
    top: 33px;
    content: "";
    width: 20%;
    height: 2px;
}

.main-footer .footer-bottom .copyright-text:after {
    left: initial;
    right: 0px;
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-top: 2px solid;
    padding-top: 10px;
}

.main-footer .footer-bottom .copyright-text a {
    color: #e51384;
    -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-footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline;
}

.main-footer .footer-bottom .social-links {
    position: relative;
    padding: 0;
    text-align: center;
}

.social-icon-two {
    position: absolute;
    display: inline-block;
    top: -68px;
    width: 57px;
    text-align: center;
    right: 27%;
    background: #56247b;
    padding: 4px 0px 14px;
    border-radius: 39px;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin: 3px 4px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 29px;
    color: #e51384;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #ff8a00;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.rtl .group-title h2,
.rtl .styled-pagination,
.rtl .owl-carousel {
    direction: ltr !important;
}

.rtl .blog-detail .tags ul li,
.rtl .blog-detail .tags .title,
.rtl .page-title .title-box,
.rtl .project-detail .info-list li strong,
.rtl .service-detail .prod-tabs .tab-btns .tab-btn,
.rtl .header-style-four .main-menu,
.rtl .header-style-three .main-menu,
.rtl .projects-section-two .upper-box .sec-title,
.rtl .main-footer .footer-bottom .copyright-text,
.rtl .testimonial-section .testimonial-column,
.rtl .main-header .top-left,
.rtl .main-menu .navigation>li,
.rtl .header-style-one .main-menu,
.rtl .header-style-five .nav-outer,
.rtl .banner-section .bottom-box .contact-info,
.rtl .main-header .contact-info li span,
.rtl .main-header .logo-box {
    float: right;
}

.rtl .cat-list li a span,
.rtl .page-title .bread-crumb,
.rtl .header-style-four .header-top .top-right,
.rtl .header-style-four .outer-box,
.rtl .header-style-three .nav-outer,
.rtl .main-header .top-right,
.rtl .header-style-four .nav-outer,
.rtl .projects-section-two .upper-box .link-box,
.rtl .main-footer .footer-bottom .social-links,
.rtl .testimonial-section .title-column,
.rtl .main-header .nav-outer,
.rtl .header-style-five .outer-box,
.rtl .header-style-one .outer-box {
    float: left;
}

.rtl .comments-area .comment-box .author-thumb,
.rtl .blog-detail .news-block-two .caption-box blockquote .icon,
.rtl .latest-news .post-thumb,
.rtl .feature-block h3:before,
.rtl .active-side-nav .sidenav-bar,
.rtl .banner-carousel-two .content-box .count,
.rtl .list-style-one li:before,
.rtl .news-block-four .image-box,
.rtl .main-footer .links-widget .list li:before,
.rtl .active-side-nav .hidden-bar,
.rtl .contact-info-box .info-list:before,
.rtl .main-footer .footer-column .widget-title:before,
.rtl .testimonial-carousel .owl-nav,
.rtl .recent-posts .post .thumb,
.rtl .brochure-box .inner .icon,
.rtl .service-detail .inner-box ul li:before,
.rtl .fact-counter .count-box:before,
.rtl .about-section .image-column .image-box .alphabet-img,
.rtl .about-section .content-column .content-box .title h2:before,
.rtl .main-menu .navigation>li>ul {
    left: auto;
    right: 0;
}

.rtl .comments-area .comment-box .reply-btn,
.rtl .news-block-two .blockquote .author,
.rtl .sidenav-bar .cross-icon,
.rtl .offer-section .form-column .upper-box .discount,
.rtl .banner-section-two .slide-item .content-box:before,
.rtl .banner-carousel-three .owl-nav,
.rtl .testimonial-block .image-box,
.rtl .team-block .image-box .social-links {
    right: auto;
    left: 0;
}

.rtl .testimonial-section .title-column .inner-column,
.rtl .team-block .inner-box .designation,
.rtl .projects-carousel .owl-nav,
.rtl .about-section .image-column .image-box .image {
    text-align: left;
}

.rtl .header-style-three .logo-box:before {
    margin-left: -230px;
    right: auto;
    left: 100%;
    transform: skew(-40deg);
}

.rtl .sidenav-bar .side-nav .navigation>li.dropdown>a {
    padding-right: 0;
    padding-left: 30px;
}

.rtl .header-style-one .outer-box {
    margin-left: 0;
    margin-right: 45px;
}

.rtl .fixed-header .sticky-header .logo {
    float: right !important;
}

.rtl .fixed-header .sticky-header .pull-right {
    float: left !important;
}

.rtl .sidenav-bar .side-nav .navigation>li.dropdown>a:before {
    right: auto;
    left: 0;
    content: "\f104";
}

.rtl .banner-section .bottom-box .contact-info li span {
    float: right;
    margin-left: 10px;
}

.rtl .sidenav-bar .side-nav .navigation>li.active>a:before {
    content: "\f107";
}

.rtl .mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 0 !important;
}

.rtl .social-icon-one li {
    margin-left: 0;
    margin-right: 22px;
}

.rtl .main-menu .navigation>li {
    margin-right: 35px;
    margin-left: 0;
}

.rtl .main-menu .navigation>li>ul>li>ul {
    right: 110%;
    left: auto;
}

.rtl .main-menu .navigation>li>ul>li:hover>ul {
    right: 100%;
}

.rtl .main-menu .navigation>li .mega-menu-bar .column>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>a {
    text-align: right !important;
}

.rtl .main-menu .navigation>li .mega-menu-bar .column>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>a {
    border-left: 0;
    border-right: 4px solid transparent;
}

.rtl .main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,
.rtl .main-menu .navigation>li>ul>li>ul>li:hover>a,
.rtl .main-menu .navigation>li>ul>li:hover>a {
    border-left: 0;
    border-right: 4px solid #ff8a00;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    left: 10px;
    right: auto;
    content: "\f104";
}

.rtl .sticky-header .main-menu .navigation>li {
    margin-left: 0 !important;
}

.rtl .about-section .image-column .title-box h2 {
    text-align: center;
}

.rtl .fact-counter .count-box {
    padding-right: 20px;
    padding-left: 0;
}

.rtl .header-style-two .outer-box {
    float: left;
    margin-left: 0;
    margin-right: 45px;
}

.rtl .header-style-two .main-menu {
    float: right;
}

.rtl .header-style-two .search-box-outer {
    float: left;
    margin-right: 45px;
    margin-left: 0;
}

.rtl .main-header .search-box-outer .dropdown-menu {
    right: auto !important;
    left: 0 !important;
}

.rtl .main-header .cart-btn {
    float: right;
}

.rtl .fact-counter .count-box .count {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.rtl .project-block .overlay-box h4 {
    right: auto;
    left: 30px;
}

.rtl .project-block .overlay-box .tag {
    left: auto;
    right: 30px;
}

.rtl .banner-carousel .owl-nav {
    right: auto;
    left: 30%;
}

.rtl .banner-section:before {
    right: auto;
    left: 0;
    transform: scaleX(-1);
}

.rtl .team-block .inner-box {
    padding-right: 0;
    padding-left: 50px;
}

.rtl .team-block .inner-box:hover .image-box .social-links li {
    right: auto;
    left: -50px;
}

.rtl .team-block .image-box .name {
    right: auto;
    left: -40px;
}

.rtl .testimonial-block {
    padding-right: 0;
}

.rtl .testimonial-block .inner-box {
    padding-right: 0;
    padding-left: 220px;
    text-align: left;
}

.rtl .testimonial-block:before {
    right: auto;
    left: 0px;
}

.rtl .testimonial-carousel .active .testimonial-block:before {
    left: 30px;
}

.rtl .main-footer .footer-column .widget-title {
    padding-left: 0;
    padding-right: 25px;
}

.rtl .recent-posts .post {
    padding-left: 0;
    padding-right: 105px;
}

.rtl .main-footer .links-widget .list li {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .main-footer .footer-bottom .inner-container:before {
    right: auto;
    left: 100%;
}

.rtl .main-footer .footer-bottom .copyright-text:before {
    left: auto;
    right: 100%;
    border-right: 0;
    border-bottom: 0;
    border-left: 40px solid transparent;
    border-bottom: 70px solid #ff8a00;
}

.rtl .main-footer .footer-bottom .social-icon-two li {
    margin-left: 0;
    margin-right: 26px;
}

.rtl .main-footer .footer-bottom .copyright-text {
    padding-right: 0;
    padding-left: 40px;
}

.rtl .offer-section .form-column .upper-box {
    padding-right: 0;
    padding-left: 200px;
}

.rtl .products-carousel .owl-nav {
    left: auto;
    right: -32%;
}

.rtl .header-style-three .outer-box {
    margin-left: 0;
    margin-right: 80px;
    float: left;
}

.rtl .hidden-bar .inner-box .cross-icon {
    right: auto;
    left: 30px;
}

.rtl .banner-carousel-two .content-box .inner-box {
    padding-left: 0;
    padding-right: 30px;
    float: left;
}

.rtl .banner-carousel-two .content-box .inner-box:before {
    left: auto;
    right: 100%;
}

.rtl .banner-section-three .bottom-box .outer-box:before {
    margin-left: 0;
    margin-right: -300px;
    left: auto;
    right: 100%;
    transform: skew(-40deg);
}

.rtl .banner-carousel-two .owl-nav {
    text-align: left;
}

.rtl .banner-section-three .social-links {
    float: right;
}

.rtl .carousel-outer .thumbs-carousel .owl-nav {
    bottom: auto;
    top: -525%;
}

.rtl .testimonial-carousel-two {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .testimonial-carousel-two .owl-nav {
    left: auto;
    right: -135px;
}

.rtl .accordion-box .block .acc-btn {
    padding-right: 25px;
    padding-left: 50px;
}

.rtl .accordion-box .block .icon {
    right: auto;
    left: 15px;
}

.rtl .main-header .contact-info li:first-child {
    margin-left: 0;
}

.rtl .news-block-two .caption-box .info li:first-child,
.rtl .service-detail .prod-tabs .tab-btns .tab-btn:first-child,
.rtl .news-block-four .content-box .info li:first-child {
    margin-right: 0;
}

.rtl .news-block-four .inner-box {
    padding-left: 0;
    padding-right: 300px;
}

.rtl .news-section-two .column .inner-column {
    padding-right: 0;
    padding-left: 25px;
}

.rtl .header-style-four .search-box-btn {
    margin-left: 0;
    margin-right: 55px;
}

.rtl .sidebar .search-box .form-group input[type="submit"],
.rtl .sidebar .search-box .form-group button,
.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button {
    right: auto;
    left: 0;
    border-radius: 50px 0px 0px 50px;
}

.rtl .specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav {
    left: 96%;
    top: 368%;
}

.rtl .blog-cat li a:before {
    right: auto;
    left: 33px;
    content: "\f104";
}

.rtl .blog-cat li a {
    border-left: 0;
    border-right: 5px solid transparent;
}

.rtl .blog-cat li.active a,
.rtl .blog-cat li a:hover {
    border-left: 0;
    border-right: 5px solid #222222;
}

.rtl .service-detail .inner-box ul li,
.rtl .brochure-box .inner {
    padding-left: 0;
    padding-right: 40px;
}

.rtl .mixitup-gallery .filters li {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

.rtl .mixitup-gallery .filters li:last-child {
    margin-left: 0;
}

.rtl .project-detail .project-tabs .tab-btns {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}

.rtl .list-style-one li {
    padding-left: 0;
    padding-right: 35px;
}

.rtl .news-block-two .blockquote .icon {
    left: auto;
    right: 70px;
}

.rtl .cat-list li {
    border-left: 0;
    border-right: 7px solid transparent;
}

.rtl .cat-list li.active,
.rtl .cat-list li:hover {
    border-left: 0;
    border-right: 7px solid #ff8a00;
}

.rtl .latest-news .post {
    padding-left: 0;
    padding-right: 130px;
}

.rtl .tag-list li {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.rtl .blog-detail .news-block-two .caption-box blockquote {
    padding-left: 0;
    padding-right: 40px;
}

.rtl .social-icon-colored li {
    float: right;
    margin-left: 6px;
    margin-right: 0;
}

.rtl .social-icon-colored li a i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .comments-area .comment {
    padding-left: 0;
    padding-right: 100px;
}

.rtl .blog-detail.style-two .comments-area .comment {
    padding-left: 0;
    padding-right: 110px;
}

.rtl .comments-area .comment-box.reply-comment {
    margin-left: 0;
    margin-right: 100px;
}

.rtl .comments-area .comment-box.reply-comment.reply {
    margin-left: 0;
    margin-right: 200px;
}

.rtl .blog-detail.style-two .news-block-two .caption-box blockquote {
    padding-left: 0;
    padding-right: 25px;
}

.rtl .news-block .image-box {
    margin-right: 0;
    margin-left: 40px;
}

.rtl .news-block .caption-box {
    margin-left: 0;
    margin-right: 40px;
}

.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.rtl .product-details .basic-details .item-quantity {
    float: right;
    margin-right: 0;
    margin-left: 25px;
}

.rtl .product-details .basic-details .add-to-cart {
    margin-left: 0;
    margin-right: 20px;
}

.rtl .checkout-page .default-links li .fa {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .payment-box .payment-options li .radio-option label {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .payment-box .payment-options li .radio-option input[type="radio"] {
    left: auto;
    right: 0;
}

.rtl .payment-box .payment-options li .radio-option label .small-text:before {
    left: auto;
    right: 30px;
}

.rtl .shop-item .inner-box .lower-content .add-cart .fa {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .banner-section .slide-item:before {
    left: auto;
    right: -15%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}

.rtl .main-header .contact-info li span {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .banner-carousel-three .slide-item:before {
    left: auto;
    right: -15%;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}

.rtl .header-style-six .btn-box {
    float: left;
}

.rtl .header-style-six .outer-box {
    float: right;
    margin-right: 100px;
}

.rtl .header-style-six .logo-box {
    padding-right: 0;
    padding-left: 30px;
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, .30);
}

.rtl .banner-section-five .content-box .video-link {
    right: auto;
    left: 15px;
}

.rtl .banner-section-five .social-links {
    left: auto;
    right: 80px;
    text-align: center;
}

.rtl .banner-section-five .owl-dots {
    right: auto;
    left: 80px;
}

.rtl .banner-section-five .slide-item .content-box:before {
    right: auto;
    left: 0;
}

.rtl .header-style-seven .outer-box {
    float: left;
    margin-left: 0;
    margin-right: 80px;
}

.rtl .header-style-seven .main-menu {
    float: right;
}

.rtl .banner-section-six .content-box .inner-box {
    float: none;
}

.rtl .header-style-five .nav-outer {
    float: right;
}


/***

====================================================================
	Box Layout
====================================================================

***/

.box-layout .page-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    border: 15px solid #ffffff;
    overflow: hidden;
    background-color: #ffffff;
}

.box-layout {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.box-layout .header-style-four.fixed-header .header-lower,
.box-layout .sticky-header {
    max-width: 1370px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-layout .header-style-one .inner-container {
    padding: 0 30px;
}

.box-layout .banner-section {
    padding-left: 0;
}

.box-layout .header-style-one .outer-box .contact-info {
    padding-left: 0;
    margin-left: 35px;
    display: none;
}

.box-layout .header-style-one {
    top: 15px;
}

.box-layout .header-style-six.fixed-header .outer-container,
.box-layout .header-style-one.fixed-header {
    top: 0;
}

.box-layout .banner-section-six,
.box-layout .banner-section-three {
    padding: 0;
}

.box-layout .banner-carousel-two .owl-nav {
    right: 45px;
}

.box-layout .header-style-three .inner-container {
    padding: 0 15px;
}

.box-layout .coming-soon {
    position: relative;
}

.box-layout .coming-soon .content {
    position: relative;
}

.box-layout .header-style-five .inner-container {
    padding: 0 30px;
}

.box-layout .banner-section-six .contact-info,
.box-layout .banner-section-six .social-links,
.box-layout .header-style-five .outer-box .contact-info {
    padding-left: 0;
    margin-left: 35px;
    display: none;
}

.topwrap {
    position: relative;
    height: 100vh;
}

.extra-icons {
    position: absolute;
    top: 18rem;
    left: 0;
    z-index: 99;
    width: 50px;
}

.extra-icons ul li {
    transition: all .4s ease-in-out;
    transform: translatex(0);
    position: absolute;
    width: 237px;
    left: -191px;
    padding: 8px 8px;
    text-align: center;
    cursor: pointer;
}

.extra-icons ul li:nth-child(2) {
    top: 55px;
}

.extra-icons ul li:nth-child(3) {
    top: 109px;
}

.extra-icons ul li:hover {
    left: 0px;
}

.extra-icons ul li img {
    width: 30px;
    float: right;
    padding-top: 0;
}

.extra-icons ul li.phone-icon {
    background: #1a1a1a;
    margin-bottom: 10px;
    border-radius: 0 50px 50px 0;
}

.extra-icons ul li span {
    margin-right: 10px;
}

.extra-icons ul li.mail-icon {
    background: #a72f2e;
    border-radius: 0 50px 50px 0;
}

.extra-icons ul li.appoint-icon {
    background: #1a1a1a;
    border-radius: 0 50px 50px 0;
}

.extra-icons ul li a {
    /* margin-right: 10px; */
    color: #fff;
    font-size: 15px;
}

.social-icons {
    position: absolute;
    right: 26px;
    top: 24px;
    z-index: 99;
    width: auto;
    background: #58287c;
    padding: 5px 13px;
    border-radius: 32px;
}

.social-icons ul li {
    margin: 0;
    display: inline-block;
    position: relative;
}

.social-icons ul li::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    right: 0;
    top: 19px;
}

.social-icons ul li a {
    display: block;
    width: 37px;
    height: 37px;
    color: #5a2781;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 37px;
    margin: 0 2px 0px;
    background: #ffc7e4;
    position: relative;
}

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

.social-icons ul li p {
    position: absolute;
    text-transform: uppercase;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari 3-8 */
    transform: rotate(-90deg);
    margin-top: 50px;
    bottom: -89px;
    width: 134px;
    left: -46px;
    color: #b30254;
    font-weight: 600;
}

.about_section {
    padding: 78px 0 31px;
}

.docotor_img {
    position: relative;
    text-align: center;
    z-index: 2;
}

.docotor_img::before {
    position: absolute;
    width: 207px;
    height: 207px;
    margin: auto;
    right: 83%;
    top: 51px;
    font-size: 276px;
    color: #e7d2f7;
    font-weight: 700;
    line-height: 112px;
    border-radius: 50%;
    z-index: -1;
    text-align: left;
}

.docotor_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 28px;
    right: 116%;
    top: 98px;
}

.docotor_img img {
    border: 2px solid #56247b;
    background: #fff;
    width: 361px;
}

.doctor_info {
    text-align: center;
    padding-top: 70px;
    position: relative;
}

.doctor_info::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 70px;
    border-right: 2px solid #56247b;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.doctor_info h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #56247b;
    font-size: 37px;
    display: inline-block;
    border-top: 2px solid #56247b;
    padding-top: 15px;
}

.doctor_info h3 {
    font-size: 16px;
    color: #d94792;
    font-weight: 500;
}

.doctor_info h4 {
    display: inline-block;
    color: #56247b;
    padding: 4px 15px;
    margin-top: 10px;
    font-size: 28px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}

.doc_content span {
    color: #d94792;
    display: inline-block;
    font-size: 30px;
}

.doc_content h2 {
    color: #56247b;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 57px;
}

.doc_content h3 {
    color: #56247b;
    margin-bottom: 10px;
}

.doc_content h3 {
    color: #db4792;
    margin-bottom: 10px;
    font-size: 36px;
}

.doc_content p {
    text-align: justify;
    line-height: 41px;
    margin-bottom: 21px;
    font-size: 23px;
}

.doctor-content {
    background: #062d5c;
    margin-top: 0;
    position: relative;
    z-index: 99;
    padding: 45px 30px 48px;
    text-align: center;
    border-radius: 5px;
}

.doc_content a {
    background: linear-gradient(to left, #ff369d, #56247b);
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    padding: 4px 13px;
    border-radius: 30px;
    margin-top: 1px;
}

.doc_content a:hover {
    background: linear-gradient(to right, #ff369d, #56247b);
    color: #fff;
}

.page-wrapper {
    position: relative;
}

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

.ft_mdn_btm {
    position: relative;
    background: #56247b;
    padding: 16px 163px 16px 63px;
    margin-top: 61px;
    display: flex;
    align-items: center;
    border-radius: 90px 0px 0px 90px;
}

.ft_mdn_btm::before {
    content: "";
    position: absolute;
    left: 100%;
    width: 150%;
    height: 100%;
    background: #56247b;
}

.ft_mdn_btm h3 {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: justify;
    padding-right: 34px;
}

.ftmdn_img {
    position: absolute;
    width: 207px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #ffc6e3;
    right: -37px;
}

.fac-content h3 {
    color: #ce2474;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 24px;
}

.diamond {
    position: relative;
    display: block;
    padding: 17px 16px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 13px;
    margin-bottom: 30px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
}

.diamond:before {
    position: absolute;
    display: block;
    content: "";
    width: 40%;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #ffa97d;
    transition: all ease-in-out .7s;
    z-index: -1;
}

.diamond:hover::before {
    width: 100%;
    height: 100%;
    background-color: #ffc8ac;
}

.diamond-inner {
    width: 80px;
    height: 80px;
    position: relative;
    margin-top: 25px;
    display: inline-block;
}

.diamond-inner:before {
    position: absolute;
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    left: 0;
    top: -15px;
    right: 0;
    bottom: 0;
    border: 1px solid #9C9819;
    -webkit-transform: rotate(45deg);
    -webkit-transition: border-color 0.3s;
    -moz-transform: rotate(45deg);
    -moz-transition: border-color 0.3s;
    transform: rotate(45deg);
}

.diamond p {
    color: #051f42;
    text-align: center;
    font-size: 40px;
    line-height: initial;
    font-weight: 600;
}

.diamond h5 {
    color: #343434;
    text-align: center;
    margin-top: 8px;
    font-size: 19px;
}

.services_section {
    position: relative;
    padding: 0 0 65px;
}

.services_section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 538px;
    background-image: url(../images/serbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: .6;
}

.ser_icon {
    position: absolute;
    width: 90px;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    top: -81px;
    z-index: 2;
    overflow: hidden;
    border: 4px solid #032148;
}

.services_section .auto-container {
    padding-top: 29px;
}

.services_section .auto-container::before {
    content: "";
    position: absolute;
    width: 72%;
    height: 7px;
    background: #8b48bd;
    bottom: 41px;
    left: 0;
    right: 0;
    margin: auto;
}

.services_section .auto-container::after {
    content: "";
    position: absolute;
    right: 27%;
    top: -64px;
    width: 7px;
    height: 120px;
    background: #56247b;
}

.ser_head::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 4px solid #f13e9a;
    top: 10px;
    right: 291px;
    border-radius: 50%;
    z-index: 1;
}

.serrow {
    position: relative;
    padding: 0 0px;
}

.serrow .col-md-3 {
    padding: 0 10px;
    flex: 0 0 20%;
    max-width: 20%;
}

.services_list {
    text-align: center;
    position: relative;
    padding: 23px 10px 12px;
    transition: all ease-in-out .8s;
}

.services_list::before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #eee1f7, rgb(255 255 255));
    border-radius: 22px 22px 87px 87px;
    width: 100%;
    height: 82%;
    top: 0px;
    left: 0;
    z-index: -1;
    box-shadow: 0px 0px 5px #c1c1c1;
}

.services_list::after {
    content: "";
    position: absolute;
    top: 0;
    width: 39%;
    height: 6px;
    background: #d94792;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in-out .7s;
    z-index: -1;
}

.services_list:hover::after {
    width: 100%;
    height: 82%;
    background: #ffdeef;
    border-radius: 22px 22px 87px 87px;
}

.services_list h3 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #49166e;
    margin: 3px 0 13px;
    min-height: 65px;
}

.services_list span {
    display: block;
}

.services_list p {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0 19px;
    color: #1c1c1c;
}

.services_image {
    display: inline-block;
    width: 142px;
    overflow: hidden;
    border-radius: 50%;
    border: 7px solid #eee1f7;
    box-shadow: 0px 10px 0px #8b48bd;
}

.services_image img {
    display: inline-block;
    transition: all ease-in-out .7s;
}

.services_list:hover .services_image img {
    transform: scale(1.2);
}

.services_list a {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -37px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: #e54296;
    border-radius: 50%;
    font-size: 37px;
    line-height: 46px;
    transition: all ease-in-out .8s;
    opacity: 0;
    visibility: hidden;
}

.services_list:hover a {
    background: #d12884;
    color: #fff;
    transform: rotate(360deg);
    bottom: -6px;
    opacity: 1;
    visibility: visible;
}

.ser_btm {
    text-align: center;
    margin-top: 41px;
    border-top: 2px dashed #ff85c8;
    border-bottom: 2px dashed #ff85c8;
}

.ser_btm h3 {
    text-transform: uppercase;
    font-size: 41px;
    font-weight: 400;
    padding: 7px 0;
}

.womenscare_section {
    position: relative;
    padding: 32px 0 122px;
}

.womenscare_section::before {
    content: "";
    position: absolute;
    width: 34%;
    height: 365px;
    background-image: url(../images/womens-care.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0px;
    top: 16px;
    border-radius: 198px 0px 0px 198px;
    border: 9px solid #f3b6d6;
    border-right: 0px;
}

.womenscare_head h3 {
    color: #db4792;
    margin-bottom: 10px;
    font-size: 31px;
}

.womenscare_head h3::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background: #db4792;
    left: 191px;
    top: 19px;
}

.womenscare_head h2 {
    color: #56247b;
    margin-bottom: 26px;
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
}

.womenscare_head h2 span {
    font-weight: 700;
    display: block;
    font-size: 40px;
    margin: 12px 0 20px;
    text-transform: uppercase;
}

.womenscare_head p {
    text-align: justify;
    padding-left: 48px;
    position: relative;
    line-height: 29px;
}

.womenscare_head p::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 62%;
    background: #f3b6d6;
    left: 23px;
    border-radius: 30px;
    top: 36px;
}

.womenscare_list_section {
    position: relative;
    padding: 5px 0 80px;
}

.womenscare_list_section::before {
    content: "";
    position: absolute;
    width: 77%;
    height: 406px;
    top: 5px;
    left: 0px;
    background: rgb(70 29 100 / 85%);
}

.womenscare_list_section::after {
    content: "";
    position: absolute;
    width: 77%;
    height: 406px;
    top: 5px;
    left: 0px;
    background-image: url(../images/whybg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

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

.womenscare_list_block {
    position: relative;
    text-align: center;
    padding: 28px 24px;
    z-index: 1;
    overflow: hidden;
    background: #ff3ba0;
}

.wmlistsecrow .col-md-4:nth-child(1) .womenscare_list_block,
.wmlistsecrow .col-md-4:nth-child(2) .womenscare_list_block {
    background: transparent;
    border-radius: 0px;
}

.wmlistsecrow .col-md-4:nth-child(1) .womenscare_list_block {
    border-right: 1px dashed #ccc;
}

.womenscare_list_block h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 6px;
}

.womenscare_list_block p {
    margin: 0px;
    color: #fff;
}

.fetal_developmentse_section {
    position: relative;
    padding: 0 0 66px;
}

.fetal_developmentse_section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 538px;
    background-image: url(../images/fetal-growth-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    right: 0px;
    z-index: -1;
    opacity: .6;
}

.ftl_dev_head {
    text-align: center;
}

.ftl_dev_head h2 {
    text-transform: uppercase;
    color: #56247b;
    font-weight: 700;
    font-size: 47px;
}

.ebrdev_img {
    text-align: center;
}

.main-footer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subsrcribe-widjet.widget-content {
    text-align: center;
}

.subscribe p {
    font-size: 15px;
    text-align: center;
}

.subscribe-form .form-control {}

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

.subscribe-form .btn-style-one {
    background-image: linear-gradient(to bottom, rgba(41, 56, 64, 0.45) 0%, rgb(86 36 123) 100%);
}

.contact-widget ul li {
    position: relative;
    padding-left: 43px;
    margin-bottom: 27px;
    line-height: 23px;
}

.contact-widget ul li:last-child {
    margin-bottom: 0px;
}

.contact-widget ul li h4 {
    font-size: 18px;
    color: #e51384;
}

.contact-widget ul li i {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    background: #ffd6ec;
    color: #e51384;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}

.contact-widget ul li span,
.contact-widget ul li a {
    color: #262626;
    font-size: 15px;
}

.social-icon-two li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    background: #fff;
}

span.follow {
    display: inline-block;
    font-size: 20px;
    color: #000;
    margin-top: 3px;
    margin-right: 7px;
}

.social-icon-two li:nth-child(1) a {}

.social-icon-two li:nth-child(2) a {
    /* background-color: #e92323; */
}

.social-icon-two li:nth-child(3) a {
    /* background-color: #28a745; */
}

.social-icon-two li:nth-child(4) a {
    /* background-color: #df27b2; */
}

.social-icon-two li:nth-child(5) a {
    background-color: #289f5d;
}

.social-icon-two li:nth-child(6) a {
    background-color: #16d218;
}

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

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 19px;
    padding: 10px 16px;
    background-color: transparent;
    font-weight: 400;
    height: 56px;
    border: 1px dashed #ccc;
    border-radius: 33px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.contact-form .form-group textarea {
    height: 142px;
}

.contact-form .form-group input::placeholder {
    color: #fff;
}

.sec-title.light p {
    color: #eee;
}


/* ::-webkit-calendar-picker-indicator {
    filter: invert(1);
} */

.tipssection {
    padding: 0px 0px 80px;
    position: relative;
}

.tipssection::before {
    content: "";
    position: absolute;
    width: 521px;
    height: 479px;
    background-image: url(../images/faqbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 130px;
    opacity: .7;
}

.faq_timeline.main-timeline {
    position: relative;
}

.faq_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.faq_timeline.main-timeline .timeline {
    width: 45%;
    margin: 0 0 26px;
    float: right;
    position: relative;
}

.faq_timeline.main-timeline .timeline-content {
    color: #555;
    background: linear-gradient(to right, #ffffff, transparent);
    min-height: 110px;
    padding: 14px 14px 14px 75px;
    display: block;
    position: relative;
    min-height: 182px;
}

.faq_timeline.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.faq_timeline.main-timeline .timeline-icon {
    color: #6d3e8f;
    background: linear-gradient(to right, #56247b, #f5f5f5, #633683);
    font-size: 45px;
    text-align: center;
    line-height: 120px;
    width: 110px;
    height: 110px;
    transform: translateY(-50%) perspective(300px) rotateY(-20deg);
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.faq_timeline.main-timeline .timeline-icon:before {
    content: '';
    background-color: #f6e2ff;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 12px;
    bottom: 0;
    z-index: -1;
}

.faq_timeline.main-timeline .title {
    color: #56247b;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.faq_timeline.main-timeline .description {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}

.faq_timeline.main-timeline .timeline:nth-child(even) {
    float: left;
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 14px 75px 14px 14px;
    background: linear-gradient(to left, #ffffff, transparent);
    text-align: right;
}

.faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(-50%) perspective(300px) rotateY(20deg);
    left: auto;
    right: -50px;
}

@media screen and (max-width:767px) {
    .faq_timeline.main-timeline .timeline {
        width: 100%;
    }
    .faq_timeline.main-timeline .timeline-content {
        padding: 0 0 0 130px;
    }
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 0 130px 0 0;
    }
    .faq_timeline.main-timeline .timeline-icon {
        left: 0;
    }
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 0;
    }
}

@media screen and (max-width:576px) {
    .faq_timeline.main-timeline .timeline-content,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 140px 0 0;
    }
    .faq_timeline.main-timeline .timeline-icon,
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateX(-50%) translateY(0) perspective(300px) rotateY(-20deg);
        left: 50%;
        top: 4px;
    }
    .faq_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateX(-50%) translateY(0) perspective(300px) rotateY(20deg);
    }
}

.get_in_touch {
    position: relative;
    padding: 31px 0;
    background: #56247b;
}

.get_head_section {
    text-align: center;
}

.get_head_section span {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 10px;
}

.call_btn a {
    background-color: #e51384;
    color: #f5f5f5;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 0;
    display: inline-block;
}

.footer_image img {
    border: 4px solid #464646;
    padding: 6px;
}

.newsletter-section {
    position: relative;
    z-index: 1;
    padding: 0;
}

.newsletter-section .inner-container {
    max-width: 1125px;
    margin: 0 0 36px;
    border-top: 1px dashed #56247b;
    border-bottom: 1px dashed #56247b;
    padding: 18px 12px;
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-top: 0;
}

.newsletter-section h2 {
    text-transform: uppercase;
    color: #f3359b;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 35px;
}

.newsletter-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: inherit;
    font-weight: 500;
    margin: 0;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding-right: 200px;
}

.subscribe-form .form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 30px;
    font-size: 18px;
    color: #56247b;
    font-weight: 500;
    background: #e9d2f7;
    padding: 25px 40px;
    border-radius: 0;
    border: none;
}

.subscribe-form .form-control::placeholder {
    color: #56247b;
}

.subscribe-form .form-group button {
    position: absolute;
    right: 15px;
    top: 0;
    min-width: 185px;
    height: 100%;
    border-radius: 0;
    background: #e51384;
    border: none;
    color: #fff;
    font-size: 27px;
    font-weight: 300;
}

.c_row_ {
    align-items: center;
}

._c_form_ {
    background: #062349;
    padding: 39px 34px;
    text-align: center;
}

._c_form_ h3 {
    text-transform: uppercase;
    color: #eee;
    margin-bottom: 18px;
}

.form-horizontal .form-control {
    color: #fafafa;
    font-size: 16px;
    height: 41px;
    padding: 10px 8px 10px 5px;
    background: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px dashed #8b8b8b;
}

.form-horizontal textarea.form-control {
    height: 95px;
}

.form-horizontal .btn {
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    width: auto;
    padding: 7px 36px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .3s;
    background: linear-gradient(45deg, #d0368f, #fe9e55);
    display: inline-block;
}

.doc_profile_pic {
    position: relative;
    padding: 17px;
}

.doc_profile_pic::before,
.doc_profile_pic::after {
    content: "";
    position: absolute;
    background: #fe9158;
    width: 100px;
    height: 100px;
    z-index: -1;
    left: 0;
    top: 0;
}

.doc_profile_pic::after {
    top: initial;
    left: initial;
    right: 0px;
    bottom: 0px;
    background: #c62a99;
}

.doc_profile_info h2 {
    text-transform: uppercase;
    font-size: 43px;
    color: #0c3c6b;
}

.doc_profile_info h3 {
    font-size: 20px;
}

.doc_profile_info h4 {
    background: linear-gradient(to left, #d3398c, #ff825b);
    display: inline-block;
    color: #ffffff;
    padding: 4px 11px;
    font-size: 26px;
    margin: 10px 0 9px;
}

.inner_abt_text p {
    text-align: justify;
    margin-top: 10px;
}

.wrrow .col-md-4 {
    padding: 18px 15px;
    text-align: center;
    margin-top: 30px;
}

.wrrow .col-md-4:nth-child(1),
.wrrow .col-md-4:nth-child(2) {
    border-right: 2px dashed
}

.work_exp i {
    color: #c82c97;
    font-size: 45px;
}

.work_exp h3 {
    text-transform: uppercase;
    color: #0c3c6b;
    font-size: 24px;
    margin-bottom: 4px;
}

.work_exp p {
    margin: 0px;
}

.services_text p {
    text-align: justify;
}

.services_text h2 {
    margin: 27px 0px 23px;
    color: #0f3f6d;
    font-size: 26px;
}

.ser_inner_list {
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 9px #c1c1c1;
    padding: 30px 16px 0;
    margin-bottom: 30px;
    background: #f5f5f5;
}

.ser_inner_list img {
    border-radius: 50%;
    border: 4px solid #ffb29b;
    width: 219px;
}

.ser_inner_list span {
    display: block;
    background: linear-gradient(to left, #d3398c, #ff825b);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px 0;
    margin: 17px 0 0;
}

.liststyles {
    padding-left: 30px;
}

.liststyles,
.liststyles li {
    list-style-type: circle;
}

.breadcrumb {
    text-align: center;
    display: block;
    padding: 100px 0;
    background-image: url(../images/breadcumb.jpg);
    position: relative;
    margin: 122px 0 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #4b1c6e, rgb(159 38 100 / 78%), #4b1c6e);
    top: 0px;
    left: 0px;
}

.breadcrumb h1 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
}

.breadcrumb ul {
    display: inline-block;
    margin: auto;
    list-style: none;
    border-radius: 31px;
}

.breadcrumb ul li {
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 0 10px;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0
}

.breadcrumb ul li:before {
    content: "/";
    position: absolute;
    right: -5px;
    top: 1px;
    color: #fff;
    font-weight: 800;
    font-size: 14px
}

.breadcrumb ul li a {
    color: #ffffff;
}

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

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

.cnt_row_list .col-md-12,
.cnt_row_list .col-md-6 {
    padding: 38px 40px;
}

.cnt_row_list .col-md-12 {
    border-bottom: 1px dashed #333;
}

.cnt_row_list .col-md-6:nth-child(2) {
    border-right: 1px dashed #333;
}

.cnt_address {
    text-align: center;
}

.cnt_address i {
    position: relative;
    width: 54px;
    height: 55px;
    background: #e51384;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 53px;
    box-shadow: 0px 0px 10px #858383;
    border-radius: 6px;
    margin: 0 0 10px;
}

.cnt_address span {
    display: block;
    font-size: 16px;
}

._c_form_sub {
    position: relative;
    padding: 0px 25px 31px;
    margin-top: 30px;
    text-align: center;
}

._c_form_sub h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #603085;
    font-weight: 700;
    font-size: 33px;
}

._c_form_sub .form-control {
    background-color: #fff;
    height: 50px;
    border: 0px;
    border-radius: 13px;
    border: 1px solid #ccc;
}

._c_form_sub textarea.form-control {
    height: 93px;
}

._c_form_sub .btn {
    margin-top: 19px;
    background: #603085;
    border: transparent;
}

.c_map iframe {
    height: 270px;
    border: 8px solid #ffffff;
    width: 100%;
    box-shadow: 0px 0px 10px #cbcbcb;
}

.testimonila_timelien.main-timeline {
    position: relative;
}

.testimonila_timelien.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.testimonila_timelien.main-timeline .timeline {
    width: 50%;
    padding: 0 15px 30px 0;
    margin: 0 5px 30px 0;
    float: left;
}

.testimonila_timelien.main-timeline .timeline-content {
    padding: 20px 120px 20px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
    background: #f5f5f5;
}

.testimonila_timelien.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.testimonila_timelien.main-timeline .timeline-content:before {
    content: '';
    background: linear-gradient(to left, #f999cb, #ffddee);
    height: 30px;
    width: 100%;
    position: absolute;
    left: 30px;
    top: 100%;
}

.testimonila_timelien.main-timeline .timeline-icon {
    color: #6e3799;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-left: 1px solid #6e3799;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
}

.testimonila_timelien.main-timeline .title {
    color: #6e3799;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.testimonila_timelien.main-timeline .description {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}

.testimonila_timelien.main-timeline .timeline:nth-child(even) {
    padding: 0 0 30px 15px;
    margin: 0 0 30px 5px;
    float: right;
}

.testimonila_timelien.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 20px 20px 120px;
}

.testimonila_timelien.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 30px;
    background: linear-gradient(to right, #f999cb, #ffddee);
}

.testimonila_timelien.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 1px solid #000;
}

@media screen and (max-width:767px) {
    .testimonila_timelien.main-timeline .timeline,
    .testimonila_timelien.main-timeline .timeline:nth-child(even) {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .testimonila_timelien.main-timeline .timeline,
    .testimonila_timelien.main-timeline .timeline:nth-child(even) {
        padding: 0 0 30px;
    }
    .testimonila_timelien.main-timeline .timeline-content,
    .testimonila_timelien.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 120px 20px 20px;
    }
    .testimonila_timelien.main-timeline .timeline-content:before,
    .testimonila_timelien.main-timeline .timeline:nth-child(even) .timeline-content:before {
        left: 0;
        right: auto;
    }
    .testimonila_timelien.main-timeline .timeline-icon,
    .testimonila_timelien.main-timeline .timeline:nth-child(even) .timeline-icon {
        border: none;
        border-bottom: 1px solid #000;
        transform: translateX(-50%) translateY(0);
        top: 0;
        left: 50%;
        right: auto;
    }
}

.innerdoc_img img {
    width: auto;
}

.about_doctor_info {
    padding-top: 0px;
    text-align: left;
}

.about_doctor_info::before {
    display: none;
}

.about_doctor_info h2 {
    border-top: 0px;
    padding: 0 0 0;
    font-size: 44px;
}

.inner_about_text {
    position: relative;
}

.inner_about_text h3 {
    text-transform: uppercase;
    color: #56247b;
    font-weight: 700;
    border-left: 4px solid #e51384;
    padding-left: 7px;
    margin: 17px 0 8px;
    font-size: 22px;
}

.list_styles {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}

.list_styles li {
    position: relative;
    font-size: 15px;
    padding-left: 16px;
    line-height: 26px;
}

.list_styles li::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 10px;
    border: 2px solid #e51384;
    top: 7px;
}

.ppr_cnf_cme_list {
    text-align: center;
    font-size: 22px;
    background: #d93a8f;
    color: #fff;
    padding: 17px 0;
    margin-top: 14px;
    border-radius: 13px;
}

._inner_services_text h2 {
    font-size: 25px;
    font-weight: 600;
    color: #603085;
    margin: 18px 0 7px;
}

._inner_services_text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #d94792;
    margin: 15px 0 8px;
}

._inner_services_text p {
    margin-bottom: 10px;
}

.serqote {
    background-color: #ffcee8;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    padding: 14px 0;
    margin-top: 36px;
}

.box {
    background: linear-gradient(to left, #643287, #f31b8b);
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 187px;
    margin-bottom: 30px;
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.box:hover img {
    opacity: 0.4;
    transform: scale(1.1);
}

.box-content {
    color: #fff;
    width: 100%;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.4s ease 0s;
}

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

.box .title {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 8px;
}

.box .title:after {
    content: '';
    height: 7px;
    width: 130px;
    margin: 8px auto 0;
    border: 2px solid #fff;
    border-left: none;
    border-right: none;
    clear: both;
    display: block;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease 0s;
}

.box:hover .title:after {
    opacity: 0.5;
    transform: scale(1);
}

.box .post {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%) scale(0);
    position: absolute;
    top: 75px;
    left: 50%;
    transition: all 0.5s linear;
}

.box:hover .icon {
    transform: translateX(-50%) scale(1);
}

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

.box .icon li a {
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.4s ease 0s;
}

.box .icon li a:hover {
    color: #603085;
    background-color: #fdfdfd;
}

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

.heading h1 {
    text-align: center;
    color: #56247b;
    font-weight: 700;
    font-size: 40px;
    margin: 12px 0 20px;
}

.inner_blogs {
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 30px;
    background: #fff;
}

.blog_info {
    position: relative;
    margin: 7px 0 0;
    padding: 17px 16px;
}

.blog_info h2 {
    font-size: 20px;
    margin: 0 0 8px;
}

.blog_info a._b_link {
    display: inline-block;
    background: #56247b;
    color: #fff;
    padding: 3px 10px;
    border-radius: 7px;
    margin: 12px 0 0;
}

._blog_nav {
    position: relative;
    padding: 17px 18px;
    margin: 0 0 26px;
    border-top: 4px solid #f7389d;
    background: #f5f5f5;
    box-shadow: 0px 5px 3px #9a9a9a;
}

._blog_nav h4 {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 13px;
    color: #ea0c7f;
    font-weight: 500;
}

._blog_nav ul {
    padding: 0;
    list-style: none;
}

._blog_nav ul li a {
    display: block;
    position: relative;
    background: #603085;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 13px;
    line-height: 21px;
    border-radius: 6px;
}

._blog_nav ul li a::before {
    content: "";
    position: absolute;
}

._blog_nav ul li:last-child a {
    margin-bottom: 0;
}

.inner_blog_img img {
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}