html {
    font-size: 14px;
}
body {
    backface-visibility: hidden;
    color: #6d6c6c;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
}
[data-bg-image] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    position: absolute !important;
    width: 1px;
}
.dt-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.14286em;
    font-weight: 700;
    margin-right: 20px;
    overflow: hidden;
    padding: 8px 50px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.dt-btn::after {
    background: #f70c0c none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}
.dt-btn:hover, .dt-btn:focus {
    border-color: #f70c0c;
    color: #fff;
    text-decoration: none;
}
.dt-btn:hover::after, .dt-btn:focus::after {
    height: 200px;
    opacity: 1;
}
.dt-btn-white::after {
    background: #fff none repeat scroll 0 0 !important;
}
.dt-btn-white:hover {
    border-color: #fff;
    color: #000 !important;
    text-decoration: none;
}
.btn-skew {
    border: 2px solid #f70c0c;
}
.btn-skew::after {
    background: #f70c0c none repeat scroll 0 0;
    content: "";
    height: 85px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}
.btn-skew:hover {
    border-color: #f70c0c;
    color: #fff;
    text-decoration: none;
}
.btn-skew:hover::after {
    height: 200px;
}
.sm-btn {
    font-size: 1em;
    padding: 6px 33px;
}
.md-btn {
    font-size: 1em;
    padding: 11px 45px;
    text-transform: uppercase;
}
#top-menu {
    background: #111111 none repeat scroll 0 0;
    padding: 13px 0;
}
#top-menu .top-contact-info {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#top-menu .top-contact-info li {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    line-height: 1.85714em;
    margin-right: 10px;
}
#top-menu .top-contact-info li i {
    padding-right: 10px;
}
#top-menu .top-contact-info li:first-child {
    padding-right: 100px;
}
#top-menu .dt-social-link {
    float: right;
}
.dt-social-link {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.dt-social-link li {
    display: inline-block;
    font-size: 1em;
    line-height: 1.85714em;
    padding: 0 12px;
    text-decoration: none;
}
.dt-social-link li:last-child {
    padding: 0;
}
.dt-social-link li a {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.dt-social-link li a:hover {
    color: #f70c0c;
}
#dt-header {
    position: fixed;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1000;
}
.navbar-fixed-top {
    background-color: #252525;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(-51px);
}
.navbar-fixed-top #navigation-menu .navbar .navbar-header .brand-logo {
    padding: 10px 0;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-fixed-top #navigation-menu .navbar .navbar-nav li {
    padding: 21px 0;
}
.navbar-fixed-top #navigation-menu .navbar .navbar-nav li.border-right::before {
    top: 25px;
}
.navbar-fixed-top #navigation-menu .navbar .child-menu li {
    padding: 10px 0;
}
#navigation-menu {
    background-color: rgba(255, 255, 255, 0.1);
}
.navbar-collapse {
    padding: 0;
}
.navbar {
    border: medium none;
    height: auto;
    margin-bottom: 0;
}
.navbar .navbar-header .brand-logo {
    display: block;
    padding: 26px 0;
    transition: all 0.3s ease-in-out 0s;
}
.navbar .navbar-header .brand-logo .transparent-logo {
    display: block;
}
.navbar .navbar-header .brand-logo .normal-logo {
    display: none;
}
.navbar .navbar-nav li {
    padding: 38px 0;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}
.navbar .navbar-nav li a {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.85714em;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
	background-color: transparent;
	color: #f70c0c;
}
.navbar .navbar-nav li.border-right {
    position: relative;
}
.navbar .navbar-nav li.border-right::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 14px;
    position: absolute;
    right: 8px;
    top: 43px;
    transition: all 0.3s ease-in-out 0s;
    width: 1px;
}
.navbar .navbar-nav li .form {
    padding: 0;
}
.navbar .navbar-nav li .form-search {
    display: inline-block;
    margin-left: 10px;
    padding-right: 0;
    position: relative;
}
.navbar .navbar-nav li .form-search-input {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    height: 30px;
    margin-left: 12px;
    margin-top: -4px;
    padding: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}
.navbar .navbar-nav li .search-input-open {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    display: initial;
    margin-left: -7px;
    outline: medium none;
    padding: 5px;
    width: 150px;
}
.navbar .navbar-nav li .form-search-submit {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 2px;
}
.navbar .navbar-nav li .child-menu {
    background: #252525 none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 102%;
    transform: translateY(50px);
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    visibility: hidden;
    width: 300px;
}
.navbar .navbar-nav li .child-menu li {
    border-bottom: 1px solid #4e4e4e;
    padding: 10px 0;
    transition: all 0.3s ease-in-out 0s;
}
.navbar .navbar-nav li .child-menu li:last-child {
    border-bottom: medium none;
}

.navbar .navbar-nav li .child-menu li a {
    display: block;
}


.navbar .navbar-nav li .child-menu li:hover {
    background-color: #f70c0c;
}
.navbar .navbar-nav li .child-menu li:hover a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.navbar .navbar-nav li:hover .child-menu {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-out 0s;
    visibility: visible;
    z-index: 9999;
}
.menu-toggle {
    display: none;
    float: right;
    height: 23px;
    margin: 6px;
    position: relative;
    width: 30px;
}
.menu-toggle:hover {
    cursor: pointer;
}
.menu-toggle > div {
    background-color: #f70c0c;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.menu-toggle > div:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.menu-toggle > div:nth-child(3) {
    bottom: 0;
    top: auto;
}
.menu-toggle.active > div:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
}
.menu-toggle.active > div:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active > div:nth-child(3) {
    transform: translateY(-12px) rotate(-135deg);
}
.home-two {
}
.home-two #dt-header {
    position: static;
}
.home-two #navigation-menu {
    background-color: #fff;
}
.home-two #navigation-menu .navbar .navbar-header .brand-logo {
    transition: all 0.3s ease-in-out 0s;
}
.home-two #navigation-menu .navbar .navbar-header .brand-logo .transparent-logo {
    display: none;

}
.home-two #navigation-menu .navbar .navbar-header .brand-logo .normal-logo {
    display: block;
}
.home-two #navigation-menu .navbar .navbar-nav li {
    transition: all 0.3s ease-in-out 0s;
}
.home-two #navigation-menu .navbar .navbar-nav li a {
    color: #6f6c6c;
}
.home-two #navigation-menu .navbar .navbar-nav li a:hover {
    color: #f70c0c;
}
.home-two #navigation-menu .navbar .navbar-nav li a.top-search::before {
    background: #6f6c6c none repeat scroll 0 0;
}
.home-two #navigation-menu .navbar .navbar-nav li.border-right::before {
    background: #6f6c6c none repeat scroll 0 0;
}
.home-two #navigation-menu .navbar .navbar-nav li .form-search-submit {
    color: #000;
}
.home-two #navigation-menu .navbar .navbar-nav li .search-input-open {
    border-color: #6f6c6c;
}
.home-two #navigation-menu .navbar .navbar-nav li .child-menu li a {
    color: #fff;
}
.home-two .navbar-fixed-top {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    z-index: 1200;
}
.home-two .navbar-fixed-top #navigation-menu {
    background-color: #fff;
}
.home-two .navbar-fixed-top #navigation-menu .dropdown-menu {
    top: 48px;
}
.home-two .navbar-fixed-top #navigation-menu .navbar .navbar-header .brand-logo {
    transition: all 0.3s ease-in-out 0s;
}
.home-three #dt-header #top-menu {
    display: none;
}
.home-three .navbar-fixed-top {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(0px);
}
.home-three .navbar-fixed-top .navbar .navbar-header .brand-logo {
    transition: all 0.3s ease-in-out 0s;
}
#mobile-wrapper {
    display: none;
}
#mobile-header {
    background: #222533 none repeat scroll 0 0;
    display: none;
    height: 50px;
    padding: 8px 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;
}
#mobile-header .main-logo {
    display: inline-block;
    width: 100px;
}
#mobile-header .main-logo img {
    width: 100%;
}
.menu-container {
    float: right;
}
#mobile-wrapper {
    background: #222533 none repeat scroll 0 0;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 270px;
    z-index: 1000;
}
#mobile-wrapper .mobile-menu-container ul {
    margin: 0;
    padding: 0;
}
#mobile-wrapper .mobile-menu-container ul li {
    list-style: outside none none;
}
#mobile-wrapper #mobile_menu_search {
    background: #2b2b2b none repeat scroll 0 0;
    font: inherit;
    margin-bottom: 20px;
    padding: 12px 0;
    text-align: center;
}
#mobile-wrapper #mobile_menu_search #search form input, #mobile-wrapper #mobile_menu_search #search form #searchsubmit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #19172f none repeat scroll 0 0;
    border-color: rgba(145, 157, 201, 0.14) -moz-use-text-color rgba(145, 157, 201, 0.14) rgba(145, 157, 201, 0.14);
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #fff;
    outline: medium none;
    padding: 10px;
}
#mobile-wrapper #mobile_menu_search #search form input #searchsubmit, #mobile-wrapper #mobile_menu_search #search form #searchsubmit #searchsubmit {
    border-left: medium none;
    border-right: 1px solid rgba(145, 157, 201, 0.14);
    margin-left: -5px;
}
#mobile-wrapper hr {
    border-color: #545454;
}
.return-to-top {
    background: #f70c0c none repeat scroll 0 0;
    bottom: 50px;
    height: 40px;
    opacity: 0;
    position: fixed;
    right: 50px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 1000;
}
.return-to-top.visible {
    opacity: 1;
}
.return-to-top i {
    color: #fff;
    font-size: 19px;
    left: 11px;
    margin: 0;
    position: relative;
    top: 9px;
    transition: all 0.3s ease 0s;
}
.return-to-top:hover {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.cbp-spmenu-right {
    right: -270px;
}
.cbp-spmenu-vertical a {
    border-bottom: medium none;
}
.cbp-spmenu-vertical a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cbp-spmenu-push-toleft::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.cbp-spmenu-push-toleft {
    left: -270px;
}
.accordion-menu {
    border-radius: 4px;
    margin: 60px auto 20px;
    max-width: 350px;
    width: 100%;
}
.accordion-menu > li {
    border-bottom: 1px solid #333;
}
.accordion-menu > li > a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.accordion-menu li.open .dropdownlink {
    color: #f70c0c;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
    transform: rotate(180deg);
}
.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0 none;
}
.dropdownlink {
    border-bottom: 1px solid #ccc;
    color: #212121;
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 15px 15px 15px 45px;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.dropdownlink i {
    font-size: 14px;
    left: 16px;
    position: absolute;
    top: 13px;
}
.dropdownlink .fa-chevron-down {
    left: auto;
    right: 12px;
}
.submenuItems {
    background: #0c0c0c none repeat scroll 0 0;
    display: none;
}
.submenuItems li {
    border-bottom: 1px solid #252525;
}
.submenuItems li:last-child {
    border-bottom: medium none;
}
.submenuItems a {
    color: #fff;
    display: block;
    padding: 12px;
    text-decoration: none;
    transition: all 0.4s ease-out 0s;
}
.submenuItems a:hover, .submenuItems a:focus {
    background-color: #f70c0c;
    color: #fff;
}
#footter {
    background: #111 none repeat scroll 0 0;
}
.footer-wrapper {
    padding: 50px 0;
}
.footer-wrapper .dt-social-link {
    float: none;
    margin-left: -10px;
    margin-top: 20px;
}
.footer-wrapper .dt-social-link li {
    padding: 0 15px;
}
.footer-wrapper .brand-logo {
    margin-bottom: 25px;
}
.footer-wrapper p {
    color: #a9a9a9;
    font-weight: 700;
}
.address {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.address li {
    color: #fff;
    padding: 10px 0;
}
.address li i {
    padding-right: 5px;
}
.footer-title {
    border-bottom: 1px solid #2c2a2a;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 15px;
}
.dt-service-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.dt-service-menu li {
    border-bottom: 1px solid #2c2a2a;
    padding: 13px 0;
}
.dt-service-menu li:last-child {
    border-bottom: medium none;
}
.dt-service-menu li a {
    color: #fff;
    display: inline-block;
    font-size: 1.14286em;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.dt-service-menu li a i {
    margin-right: 10px;
}
.dt-service-menu li a:hover {
    color: #f70c0c;
}
.footer-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu li {
    padding: 10px;
}
.footer-menu li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.footer-menu li a:hover {
    color: #f70c0c;
}
.footer-news {
    margin-top: 40px;
}
.news-item {
    margin-bottom: 25px;
}
.news-item a {
    text-decoration: none;
}
.news-item img {
    float: left;
}
.news-item .news-content {
    margin-left: 80px;
    margin-top: -7px;
}
.news-item .news-content p {
    color: #a9a9a9;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 6px;
}
.news-item .news-content span {
    color: #f70c0c;
    font-weight: 700;
}
.copyright-bar {
    background: #000 none repeat scroll 0 0;
    padding: 25px 0;
    text-align: center;
}
.copyright-bar p {
    margin-bottom: 0;
}
.copyright-bar p a {
    text-decoration: none;
}
.swiper-banner {
    overflow: hidden;
    position: relative;
}
.swiper-banner .swiper-slide [data-animate] {
    opacity: 0;
    transition-delay: 0.6s;
}
.swiper-banner .swiper-slide-active [data-animate] {
    opacity: 1;
}
.swiper-banner .swiper-slide {
    margin-top: 45px;
}
.swiper-banner .swiper-slide > img {
    height: auto;
    width: 100%;
}
.swiper-banner .swiper-slide .slider-caption {
    left: 20%;
    position: absolute;
    top: 40%;
}
.swiper-banner .swiper-slide .slider-caption h3 {
    color: #fff;
    font-size: 1.42857em;
    font-weight: 700;
    letter-spacing: 0.6em;
    margin-bottom: 30px;
    margin-top: 0;
    text-shadow: 0 4px 5.88px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.swiper-banner .swiper-slide .slider-caption h2 {
    color: #fff;
    font-size: 3.57143em;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
    text-shadow: 0 4px 5.88px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.swiper-banner .swiper-slide .slider-caption p {
    color: #fff;
    line-height: 1.85714em;
    margin-bottom: 50px;
}
.banner-next, .banner-prev {
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 500;
}
.banner-next {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    right: 5%;
    transition: all 0.3s ease 0s;
}
.banner-next::before, .banner-next::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 13px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 1px;
}
.banner-next::before {
    left: 0;
    top: 0;
}
.banner-next::after {
    bottom: 0;
    left: 0;
}
.banner-next .next-btn {
    background-image: url("../img/right-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 40px;
    transform: translateX(-15px);
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}
.banner-next:hover {
    border-color: #f70c0c;
}
.banner-next:hover::before, .banner-next:hover::after {
    background: #f70c0c none repeat scroll 0 0;
}
.banner-next:hover .next-btn {
    background-image: url("../img/right-arrow-two.svg");
    transform: translateX(-5px);
}
.banner-prev {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid;
    left: 5%;
    transition: all 0.3s ease 0s;
}
.banner-prev::before, .banner-prev::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 13px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 1px;
}
.banner-prev::before {
    right: 0;
    top: 0;
}
.banner-prev::after {
    bottom: 0;
    right: 0;
}
.banner-prev .prev-btn {
    background-image: url("../img/left-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 40px;
    transform: translateX(15px);
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}
.banner-prev:hover {
    border-color: #f70c0c;
}
.banner-prev:hover::before, .banner-prev:hover::after {
    background: #f70c0c none repeat scroll 0 0;
}
.banner-prev:hover .prev-btn {
    background-image: url("../img/left-arrow-two.svg");
    transform: translateX(5px);
}
.banner-prev .swiper-pagination-bullets {
    bottom: 25px;
    left: auto;
    right: 12%;
    width: auto;
}
.banner-prev .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    opacity: 1;
    width: 10px;
}
.banner-prev .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #f70c0c none repeat scroll 0 0;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.home-two .swiper-banner .swiper-slide {
    margin-top: 0;
}
.home-two .swiper-banner .swiper-slide .slider-caption {
    left: 30%;
    top: 30%;
}
.home-two .swiper-banner .swiper-slide .slider-caption h3 {
    font-size: 2.85714em;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-transform: none;
}
.home-two .swiper-banner .swiper-slide .slider-caption h2 {
    font-size: 4.28571em;
    margin-bottom: 35px;
}
.home-two .swiper-banner .slider-control {
    left: 30%;
    position: absolute;
    top: 20%;
    width: 150px;
}
.home-two .swiper-banner .slider-control::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 73px;
    position: absolute;
    top: -4px;
    width: 3px;
    z-index: 800;
}
.home-three .swiper-banner .swiper-slide {
    margin-top: 0;
}
.feature {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.feature img {
    width: 100%;
}
.feature h3 {
    color: #fff;
    font-size: 1.42857em;
    font-weight: 700;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.feature .overlay {
    transition: all 0.3s ease-in-out 0s;
}
.feature .overlay-content {
    background-color: rgba(000, 000, 000, 0.7);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.feature .overlay-content .content {
    left: 40%;
    position: absolute;
    top: 50%;
    transform: translate(-25%, -50%);
    width: 100%;
}
.feature .overlay-content .content h2 {
    color: #f70c0c;
    font-size: 1.42857em;
    font-weight: 700;
    margin-bottom: 26px;
    margin-top: 0;
    transform: translateY(200px);
    transition: all 0.5s ease-in-out 0s;
}
.feature .overlay-content .content p {
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 30px;
    transform: translateY(200px);
    transition: all 0.7s ease-in-out 0s;
	width:80%;
}
.feature .overlay-content .content .dt-btn-white {
    color: #fff;
    font-size: 1em;
    line-height: 1em;
    padding: 9px 27px;
    transform: translateY(200px);
    transition: all 0.9s ease-in-out 0s;
}
.feature:hover .overlay {
    transform: translateY(-100%);
}
.feature:hover .overlay-content {
    transform: translateY(0px);
}
.feature:hover .overlay-content .content h2 {
    transform: translateY(0px);
}
.feature:hover .overlay-content .content p {
    transform: translateY(0px);
}
.feature:hover .overlay-content .content .dt-btn-white {
    transform: translateY(0px);
}
#our-featured {
    padding-top: 100px;
}
.section-title {
    color: #111111;
    display: inline-block;
    font-size: 2.28571em;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.section-title::after {
    background: #f70c0c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 50px;
}
.feature-item {
    margin-top: 60px;
}
.feature-item .featured {
    cursor: pointer;
    margin-bottom: 77px;
}
.feature-item .featured .item-icon {
    border: 1px solid #f70c0c;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 95px;
    padding: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 95px;
}
.feature-item .featured .item-icon i {
    background: #f70c0c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    height: 83px;
    line-height: 2.42857em;
    width: 83px;
}
.feature-item .featured .feature-content {
    margin-left: 115px;
}
.feature-item .featured .feature-content h3 {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 8px;
}
.feature-item .featured .feature-content p {
    color: #7e7e7e;
    line-height: 1.4em;
}
.feature-item .featured:nth-child(5) {
    margin-bottom: 0;
}
.feature-item .featured:hover .item-icon {
    background: #f70c0c none repeat scroll 0 0;
}
#finance {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 70px 0;
    text-align: center;
}
#finance .finance-content {
    color: #c2c2c2;
    line-height: 1.85714em;
    margin-bottom: 60px;
}
.finance-title {
    color: #fff;
    font-size: 2.14286em;
    font-weight: 700;
    margin-top: 0;
}
.counter .count-item {
    border-bottom: 2px solid #f70c0c;
    border-left: 2px solid #f70c0c;
    border-top: 2px solid #f70c0c;
    height: 160px;
    position: relative;
    width: 160px;
}
.counter .count-item p {
    color: #fff;
    font-size: 3.57143em;
    font-weight: 700;
    margin: 43px 20px 43px 0;
}
.counter .count-item span {
    color: #fff;
    font-size: 1em;
    position: absolute;
    right: -45px;
    top: 46%;
}
.counter .count-item::before {
    background: #f70c0c none repeat scroll 0 0;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}
.counter .count-item::after {
    background: #f70c0c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    width: 2px;
}
#about-us {
	overflow: hidden;
	padding-top: 20px;
}
#about-us .about-image {
    height: auto;
    width: 100%;
}
#about-us .section-title {
    margin-bottom: 30px;
    margin-top: 60px;
}
#about-us p {
    margin-bottom: 60px;
}
#about-us #skills {
    max-width: 550px;
    position: relative;
}
#about-us .skills {
    position: relative;
}
#about-us .skills span {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    left: 2%;
    position: absolute;
    top: -60px;
}
#about-us .skills p {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -90px;
}
progress {
    background-color: #dbecfa;
    border: 0 none;
    height: 30px;
    margin-bottom: 30px;
    width: 100%;
}
progress::-moz-progress-bar {
    background-color: #f70c0c;
}
.home-three #about-us .section-title {
    margin-top: 0;
}
#our-service {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    text-align: center;
}
#our-service .section-title {
    margin-bottom: 70px;
}
#our-service .section-title::after {
    left: 40%;
}
.service .service-box h3 {
    color: #111111;
    font-size: 1.71429em;
    margin-bottom: 35px;
}
.service .service-box p {
    color: #7e7e7e;
}
#feedback {
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
#feedback .section-title {
    color: #fff;
    margin-bottom: 50px;
}
#feedback .section-title::after {
    left: 42%;
}
.feedback-slider .item {
    margin-right: 40px;
    overflow: hidden;
}
.feedback-slider .item .cliten-thumbs {
    float: left;
}
.feedback-slider .item .cliten-thumbs .thumbs {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 100px;
    padding: 8px;
    width: 100px;
}
.feedback-slider .item .cliten-thumbs .thumbs img {
    border-radius: 50%;
    display: block;
    height: auto;
    width: 83px;
}
.feedback-slider .item .cliten-thumbs h4 {
    color: #fff;
}
.feedback-slider .content {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    float: right;
    padding: 30px;
    position: relative;
    text-align: left;
}
.feedback-slider .content::before {
    border-bottom: 10px solid transparent;
    border-right: 12px solid rgba(255, 255, 255, 0.3);
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: -12px;
    position: absolute;
    top: 25%;
    width: 0;
}
.feedback-slider .content p {
    color: #fff;
}
.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-dots {
    margin-top: 50px !important;
    position: relative;
}
.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    height: 6px;
    width: 14px;
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
    background: #f70c0c none repeat scroll 0 0;
}
.feedback-slider-two .item .content {
    margin-bottom: 30px;
}
.feedback-slider-two .item .content p {
    line-height: 1.85714em;
}
.feedback-slider-two .item .content::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, 0.3);
    bottom: -15px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}
.feedback-slider-two .item .cliten-thumbs {
    display: inline-block;
    float: none;
}
.feedback-slider-two .item .cliten-thumbs .thumbs {
    margin: 0 auto;
    padding: 6px;
}
.feedback-slider-two .item .cliten-thumbs .thumbs img {
    width: 86px;
}
#team {
    overflow: hidden;
    padding: 100px 0;
    text-align: center;
}
#team .section-title {
    margin-bottom: 50px;
}
#team .section-title::after {
    left: 43%;
}
.team .team-member {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.team .team-member img {
    width: 100%;
}
.team .team-member .overlay {
    opacity: 0;
    padding: 20px 30px;
    transition: all 0.3s ease-in-out 0s;
}
.team .team-member .overlay .dt-social-link {
    transform: translateX(150px);
    transition: all 0.5s ease 0s;
}
.team .team-member .overlay .dt-social-link li {
    padding: 0 6px;
}
.team .team-member .overlay .name {
    bottom: 30px;
    position: absolute;
    right: 30px;
    text-align: right;
    transform: translateY(85px);
    transition: all 0.5s ease 0s;
}
.team .team-member .overlay .name h3 {
    color: #f70c0c;
    font-weight: 700;
    margin-top: 0;
}
.team .team-member .overlay .name p {
    color: #fff;
    margin-bottom: 0;
}
.team .team-member:hover .overlay {
    opacity: 1;
}
.team .team-member:hover .overlay .dt-social-link {
    transform: translateX(52px);
}
.team .team-member:hover .overlay .name {
    transform: translateY(0px);
}
#call-back {
    background: #222222 none repeat scroll 0 0;
    padding: 100px 0;
}
.call-back-content .section-title {
    color: #fff;
    margin-bottom: 40px;
}
.call-back-content p {
    color: #fff;
    line-height: 1.85714em;
}
.call-back-form {
    margin-top: 20px;
}
.call-back-form .form-subject {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #636565;
    height: 40px;
    margin-bottom: 20px;
    outline: medium none;
    padding: 10px;
    width: 100%;
}
.call-back-form .full {
    padding: 0 10px;
}
.call-back-form .half-input {
    float: left;
    padding: 0 10px;
    position: relative;
    width: 50%;
}
.call-back-form .half-input label {
    background: #222 none repeat scroll 0 0;
    left: 30px;
    padding: 0 10px;
    position: absolute;
    top: -10px;
    z-index: 100;
}
.call-back-form .half-input .call-back-input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #636565;
    color: #fff;
    margin-bottom: 20px;
    outline: medium none;
    padding: 10px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.call-back-form .half-input:hover::before, .call-back-form .half-input:hover::after, .call-back-form .half-input:focus::before, .call-back-form .half-input:focus::after {
    background: #a6a7a7 none repeat scroll 0 0;
}
.call-back-form .half-input:hover .call-back-input, .call-back-form .half-input:focus .call-back-input {
    border-color: #a6a7a7;
}
.call-back-form .dt-btn {
    bottom: -30px;
    font-size: 1em;
    padding: 6px 41px;
    position: absolute;
    right: 5px;
}
.call-back-form .dt-btn > i {
    display: none;
}
.call-back-form .dt-btn.clicked > i {
    display: block;
}
.call-back-form .dt-btn.clicked > span {
    display: none;
}
.call-back-form .btn-skew::after {
    height: 62px;
}
.call-back-form .btn-skew:hover::after {
    height: 120px;
}
#choose-us {
    padding-top: 100px;
    text-align: center;
}
#choose-us .section-title::after {
    left: 44%;
}
.choose-wrapper {
    overflow: hidden;
}
.choose-item {
    margin-top: 150px;
}
.category {
    margin-bottom: 50px;
    text-align: left;
}
.category .serial {
    color: #eeeeee;
    font-size: 3.57143em;
    margin-bottom: 0;
    margin-top: 10px;
    position: absolute;
}
.icon-box {
    border-radius: 50%;
    display: block;
    float: left;
    height: 88px;
    margin-left: 50px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 88px;
}
.pink::after, .green::after, .red::after {
    border-radius: 50%;
    content: "";
    height: 76px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 76px;
}
.pink i, .green i, .red i {
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 64px;
    left: 12px;
    line-height: 2.14286em;
    position: absolute;
    top: 12px;
    width: 64px;
    z-index: 100;
}
.pink {
    background-color: rgba(199, 68, 253, 0.2);
}
.pink::after {
    background-color: rgba(199, 68, 253, 0.4);
}
.pink i {
    background-color: #c744fd;
}
.green {
    background-color: rgba(46, 184, 81, 0.2);
}
.green::after {
    background-color: rgba(46, 184, 81, 0.4);
}
.green i {
    background-color: #2eb851;
}
.red {
    background-color: rgba(240, 90, 40, 0.2);
}
.red::after {
    background-color: rgba(240, 90, 40, 0.4);
}
.red i {
    background-color: #f05a28;
}
.red .content h3 {
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}
.red .content p {
    color: #7e7e7e;
    line-height: 1.85714em;
    margin-bottom: 0;
}
#letest-news {
    padding: 50px 0;
}
#letest-news .news-heading {
    text-align: center;
}
#letest-news .section-title {
    margin-bottom: 50px;
}
#letest-news .section-title::after {
    left: 41%;
}
#letest-news .dt-btn {
    font-size: 1em;
    padding: 6px 30px;
}
#letest-news .btn-skew::after {
    height: 62px;
}
#letest-news .btn-skew:hover::after {
    height: 120px;
}
#letest-news .news {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding-bottom: 15px;
    position: relative;
}
#letest-news .news .news-details {
    position: absolute;
    width: 90px;
}
#letest-news .news .news-details .details {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    text-align: right;
}
#letest-news .news .news-details .details:last-child {
    border-bottom: medium none;
}
#letest-news .news .news-details .details p {
    color: #111;
    font-size: 36px;
    margin-bottom: 0;
}
#letest-news .news .news-details .details span {
    color: #7e7e7e;
    font-size: 1em;
}
#letest-news .news .news-details .details a {
    color: #111;
    display: block;
    font-size: 30px;
}
#letest-news .news .news-thumb {
    padding-left: 110px;
}
#letest-news .news .news-thumb img {
    width: 100%;
}
#letest-news .news-caption {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin-left: 110px;
    padding: 20px 0;
}
#letest-news .news-caption .news-title {
    font-size: 1.42857em;
    margin-top: 0;
}
#letest-news .news-caption .news-title a {
    color: #111;
    transition: all 0.3s ease-in-out 0s;
}
#letest-news .news-caption .news-title a:hover {
    color: #f70c0c;
}
#letest-news .news-caption p {
    line-height: 1.85714em;
    margin-bottom: 40px;
}
.latest-news-two .news-heading h1 {
    color: #111;
    font-weight: 700;
    margin-top: 0;
}
.latest-news-two .news-heading h1 span {
    font-weight: 400;
    margin-top: 0;
}
.latest-news-two .news-heading p {
    color: #6d6c6c;
    line-height: 1.85714em;
    margin-bottom: 40px;
}
#brand {
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
#brand .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
#brand-slide .slide-thumb {
    height: 160px;
    width: 160px;
}
#brand-slide .slide-thumb img {
    height: auto;
    width: 100%;
}
#brand-slide .owl-nav {
    display: none;
}
#contact-form {
    overflow: hidden;
    padding: 80px 0;
}
#contact-form .dt-btn {
    bottom: 0;
    font-size: 1.14286em;
    margin-left: 15px;
    padding: 8px 60px;
    position: relative;
}
#contact-form .btn-skew::after {
    height: 85px;
}
#contact-form .btn-skew:hover::after {
    height: 200px;
}
#contact-form .full {
    position: relative;
}
#contact-form .full label {
    background: #fff none repeat scroll 0 0;
    color: #7e7e7e;
    left: 30px;
    padding: 0 10px;
    position: absolute;
    top: -10px;
}
#contact-form .full .dt-massage {
    background-color: transparent;
    border: 1px solid #747474;
    height: 170px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}
#contact-form .call-back-form {
    margin-top: 0;
}
#contact-form .call-back-form .half-input label {
    background: #fff none repeat scroll 0 0;
    color: #7e7e7e;
}
#contact-form .call-back-form .half-input .call-back-input {
    color: #000;
}
.contact-caption {
    padding-left: 10px;
}
.contact-caption h3 {
    color: #111;
    font-size: 1.85714em;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}
.contact-caption h3 span {
    font-weight: 400;
}
.contact-caption p {
    color: #000;
    line-height: 1.85714em;
    margin-bottom: 35px;
}
.contact-caption .half-input .call-back-input {
    border: 1px solid #747474;
}
.map-two {
    margin-top: 130px;
}
.map {
    background: #f70c0c none repeat scroll 0 0;
    padding: 40px 0;
    text-align: center;
}
.map button {
    background-color: transparent;
    border: medium none;
    color: #fff;
    outline: medium none;
}
.map button i {
    padding-left: 5px;
}
.map button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.gmap3-area {
    height: 400px;
}
.show-map {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.show-map.map-open {
    height: 400px;
    opacity: 1;
}
#feature-two .feature {
    border: 1px solid #d9d9d9;
    box-shadow: 0 -20px 36px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-40%);
    z-index: 200;
}
#feature-two .feature .section-caption {
    margin-top: -80px;
}
#feature-two .feature .feature-box {
    background: #f5f5f7 none repeat scroll 0 0;
    border-right: 1px solid #d9d9d9;
    cursor: pointer;
    padding: 40px 0;
}
#feature-two .feature .feature-box i {
    color: #d9d9d9;
    font-size: 50px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out 0s;
}
#feature-two .feature .feature-box h4 {
    color: #111;
    font-size: 26px;
    font-weight: 700;
}
#feature-two .feature .feature-box p {
    color: #6d6c6c;
    margin-bottom: 25px;
}
#feature-two .feature .feature-box .btn-skew::after {
    height: 62px;
}
#feature-two .feature .feature-box .btn-skew:hover::after {
    height: 120px;
}
#feature-two .feature .feature-box:hover i {
    color: #f70c0c;
}
#feature-two .feature-item .section-caption {
    margin-top: -80px;
}
#feature-two .feature-item .featured {
    margin-bottom: 65px;
}
#feature-two .featured .feature-content {
    margin-bottom: 0;
    margin-left: 108px;
}
#feature-two .featured-right .item-icon {
    float: right;
}
#feature-two .featured-right .feature-content {
    margin-left: 0;
    margin-right: 108px;
    text-align: right;
}
.section-caption {
    margin-bottom: 50px;
    text-align: center;
}
.section-caption .title {
    color: #111;
    font-size: 36px;
    font-weight: 700;
}
.section-caption .title span {
    font-weight: 400;
    text-transform: initial;
}
.section-caption p {
    color: #6d6c6c;
    line-height: 1.85714em;
}
#theme {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}
#theme .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
#theme .theme-title {
    color: #fff;
    font-size: 2.14286em;
    font-weight: 700;
    margin-bottom: 20px;
}
#theme .theme-caption {
    color: #cecece;
    line-height: 1.85714em;
    margin-bottom: 30px;
}
#theme .theme-discription {
    margin-bottom: 50px;
}
#theme .theme-discription p {
    color: #fff;
    line-height: 1.85714em;
    margin-left: 25px;
    position: relative;
}
#theme .theme-discription p::before {
    background: #f70c0c none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: -25px;
    position: absolute;
    top: 8px;
    width: 10px;
}
#theme .btn-skew::after {
    height: 70px;
}
#theme .btn-skew:hover::after {
    height: 200px;
}
#client {
    padding: 50px 0;
    text-align: center;
}
#client .client-caption {
    margin-bottom: 50px;
}
#client .swiper-slide {
    padding: 0 150px;
    text-align: left;
}
#client .swiper-slide .client-comments {
    background-color: #f5f5f7;
    margin-bottom: 20px;
    padding: 35px;
    position: relative;
}
#client .swiper-slide .client-comments p {
    color: #7e7e7e;
    line-height: 26px;
}
#client .swiper-slide .client-comments::after {
    border-left: 26px solid transparent;
    border-top: 16px solid #e5e5e5;
    bottom: -15px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
#client .next-btn {
    background-image: url("../img/right-arrow-three.svg");
}
#client .prev-btn {
    background-image: url("../img/left-arrow-three.svg");
}
#client .banner-prev {
    left: 0;
}
#client .banner-next {
    right: 0;
}
#client .banner-next, #client .banner-prev {
    border-color: #e5e5e5;
    top: 25%;
    transition: all 0.5s ease 0s;
}
#client .banner-next::after, #client .banner-next::before, #client .banner-prev::after, #client .banner-prev::before {
    background: #e5e5e5 none repeat scroll 0 0;
}
#client .banner-next:hover, #client .banner-prev:hover {
    border-color: #f70c0c;
}
#client .banner-next:hover::after, #client .banner-next:hover::before, #client .banner-prev:hover::after, #client .banner-prev:hover::before {
    background: #f70c0c none repeat scroll 0 0;
}
#client .banner-next:hover .prev-btn, #client .banner-prev:hover .prev-btn {
    background-image: url("../img/left-arrow-two.svg");
}
#client .banner-next:hover .next-btn, #client .banner-prev:hover .next-btn {
    background-image: url("../img/right-arrow-two.svg");
}
.client-details .client-thumb {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    float: left;
    height: 98px;
    padding: 5px;
    text-align: center;
    width: 98px;
}
.client-details .client-thumb img {
    border-radius: 5px;
    width: 100%;
}
.client-details .details {
    padding-left: 110px;
}
.client-details .details h5 {
    color: #f70c0c;
    font-size: 18px;
}
.client-details .details p {
    color: #6d6c6c;
}
.client-details .details .dt-social-link {
    display: inline-block;
}
.client-details .details .dt-social-link li {
    padding: 0 5px;
}
.client-details .details .dt-social-link li a {
    color: #c6c6c6;
}
.client-details .details .dt-social-link li a:hover {
    color: #f70c0c;
}
#aboute-two {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 135px 0;
}
#aboute-two .btn-skew::after {
    height: 80px;
}
#aboute-two .btn-skew:hover::after {
    height: 200px;
}
.aboute-caption .aboute-title {
    color: #111;
    font-size: 3.57143em;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
.aboute-caption .aboute-title span {
    color: #f70c0c;
}
.aboute-caption p {
    color: #6d6c6c;
    line-height: 1.85714em;
    margin-bottom: 35px;
}
.aboute-details {
    margin-bottom: 50px;
}
.aboute-details p {
    line-height: 2.85714em;
    margin-bottom: 0;
    margin-left: 20px;
    position: relative;
}
.aboute-details p::before {
    background: #f70c0c none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -20px;
    position: absolute;
    top: 15px;
    width: 10px;
}
#choose {
    padding: 50px 0 0;
}
#choose .choose-caption h1 {
    color: #111;
    font-size: 2.57143em;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
#choose .choose-caption h1 span {
    font-weight: 400;
}
#choose .choose-caption p {
    line-height: 1.85714em;
    margin-bottom: 50px;
}
#choose .choose-item {
    margin-top: 0;
}
#choose .choose-item .category {
    margin-top: 70px;
}
#choose .choose-item .category .icon-box {
    margin-left: 0;
    margin-right: 0;
}
#choose .content {
    margin-left: 100px;
}
#choose .content h3 {
    margin-top: 10px;
}
.choose-thumb {
    margin-top: -75px;
}
#team {
    overflow: hidden;
    padding: 100px 0;
    text-align: center;
}
#team .section-title {
    margin-bottom: 50px;
}
#team .section-title::after {
    left: 43%;
}
.team .team-member {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.team .team-member img {
    width: 100%;
}
.team .team-member .overlay {
    opacity: 0;
    padding: 20px 30px;
    transition: all 0.3s ease-in-out 0s;
}
.team .team-member .overlay .dt-social-link {
    transform: translateX(150px);
    transition: all 0.5s ease 0s;
}
.team .team-member .overlay .dt-social-link li {
    padding: 0 6px;
}
.team .team-member .overlay .name {
    bottom: 30px;
    position: absolute;
    right: 30px;
    text-align: right;
    transform: translateY(85px);
    transition: all 0.5s ease 0s;
}
.team .team-member .overlay .name h3 {
    color: #f70c0c;
    font-weight: 700;
    margin-top: 0;
}
.team .team-member .overlay .name p {
    color: #fff;
    margin-bottom: 0;
}
.team .team-member:hover .overlay {
    opacity: 1;
}
.team .team-member:hover .overlay .dt-social-link {
    transform: translateX(52px);
}
.team .team-member:hover .overlay .name {
    transform: translateY(0px);
}
#team-two {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 80px;
    position: relative;
}
#team-two .team-two-caption {
    margin-bottom: 50px;
    text-align: left;
}
#team-two .team-two-caption h1 {
    color: #fff;
    font-size: 2.57143em;
    font-weight: 700;
}
#team-two .team-two-caption h1 span {
    font-weight: 400;
}
#team-two .team-two-caption p {
    color: #fff;
    line-height: 1.85714em;
}
#team-two .gallery-top, #team-two .gallery-thumbs {
    overflow: hidden;
}
#team-two .gallery-top .banner-next, #team-two .gallery-top .banner-prev {
    right: 22%;
}
#team-two .gallery-top .banner-next .next-btn, #team-two .gallery-top .banner-next .prev-btn, #team-two .gallery-top .banner-prev .next-btn, #team-two .gallery-top .banner-prev .prev-btn {
    height: 22px;
    width: 24px;
}
#team-two .gallery-top .banner-next::before, #team-two .gallery-top .banner-next::after, #team-two .gallery-top .banner-prev::before, #team-two .gallery-top .banner-prev::after {
    height: 7px;
}
#team-two .gallery-top .banner-next {
    top: auto;
    transform: rotate(90deg);
}
#team-two .gallery-top .banner-next .next-btn {
    transform: translateX(-10px);
}
#team-two .gallery-top .banner-next:hover .next-btn {
    transform: translateX(-5px);
}
#team-two .gallery-top .banner-prev {
    left: auto;
    top: 20%;
    transform: rotate(90deg);
}
#team-two .gallery-top .banner-prev .prev-btn {
    transform: translateX(10px);
}
#team-two .gallery-top .banner-prev:hover .prev-btn {
    transform: translateX(5px);
}
#team-two .gallery-thumbs {
    height: 330px;
    position: absolute;
    right: 20%;
    top: 30%;
    width: 100px;
}
#team-two .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.3;
}
#team-two .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
#team-two .swiper-slide img {
    float: left;
}
#team-two .swiper-slide .slider-content {
    margin-left: 310px;
}
#team-two .swiper-slide .slider-content h4 {
    color: #f70c0c;
    font-size: 1.71429em;
    font-weight: 700;
}
#team-two .swiper-slide .slider-content span {
    color: #c8c8c8;
    display: block;
    margin-bottom: 30px;
}
#team-two .swiper-slide .slider-content p {
    color: #c8c8c8;
    line-height: 1.85714em;
    margin-bottom: 50px;
}
#dt-tabs {
    padding: 50px 0;
}
#dt-tabs .sm-btn {
    margin-left: 50px;
}
#dt-tabs .btn-skew::after {
    height: 60px;
}
#dt-tabs .btn-skew:hover::after {
    height: 130px;
}
.tabs-items {
    border-right: 1px solid #ededed;
}
.tabs-items .dt-tabs-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tabs-items .dt-tabs-nav li a {
    text-decoration: none;
}
.tabs-items .dt-tabs-nav li.active .icon-box {
    background: #d7eeff none repeat scroll 0 0;
}
.tabs-items .dt-tabs-nav li.active .icon-box::after {
    background: #97d2ff none repeat scroll 0 0;
}
.tabs-items .dt-tabs-nav li.active .icon-box i {
    background: #f70c0c none repeat scroll 0 0;
    color: #fff;
}
.tabs-items .tabs {
    margin-bottom: 70px;
    position: relative;
    text-align: center;
}
.tabs-items .tabs h3 {
    color: #111;
    font-size: 1.14286em;
}
.tabs-items .icon-box {
    background: #eeeeee none repeat scroll 0 0;
    cursor: pointer;
    float: none;
    height: 98px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    width: 98px;
}
.tabs-items .icon-box::after {
    background: #f5f5f7 none repeat scroll 0 0;
    height: 86px;
    left: 6px;
    top: 6px;
    transition: all 0.3s ease-in-out 0s;
    width: 86px;
}
.tabs-items .icon-box i {
    background: #f5f5f7 none repeat scroll 0 0;
    color: #111;
    height: 74px;
    left: 12px;
    line-height: 2.5em;
    top: 12px;
    transition: all 0.3s ease-in-out 0s;
    width: 74px;
}
.tabs-items .icon-box:hover {
    background: #d7eeff none repeat scroll 0 0;
}
.tabs-items .icon-box:hover::after {
    background: #97d2ff none repeat scroll 0 0;
}
.tabs-items .icon-box:hover i {
    background: #f70c0c none repeat scroll 0 0;
    color: #fff;
}
.tabs-content {
    padding: 0 50px;
}
.tabs-content .desing-caption h3 {
    color: #111;
    font-size: 2.57143em;
    margin-top: 90px;
}
.tabs-content .desing-caption span {
    color: #f70c0c;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.tabs-content .desing-caption p {
    color: #6d6c6c;
    line-height: 26px;
    margin-bottom: 40px;
}
.tabs-details {
    list-style: outside none none;
    margin: 0 0 40px;
    padding: 0;
}
.tabs-details li {
    color: #111;
    float: left;
    font-size: 1.14286em;
    padding: 10px 0;
    width: 50%;
}
.tabs-details li i {
    color: #f70c0c;
    padding-right: 10px;
}
#feature-top-three {
    background: #f5f5f7 none repeat scroll 0 0;
    padding: 100px 0 40px;
}
#feature-top-three .feature-items .box {
    cursor: pointer;
    margin-bottom: 60px;
}
#feature-top-three .feature-items .box .feature-thumb {
    float: left;
    position: relative;
    text-align: center;
}
#feature-top-three .feature-items .box .feature-thumb .overlay {
    background-color: rgba(54, 168, 255, 0.5);
    padding: 35px 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
}
#feature-top-three .feature-items .box .feature-thumb .overlay a {
    color: #fff;
    display: block;
    font-size: 2.14286em;
}
#feature-top-three .feature-items .box .feature-content {
    margin-left: 200px;
}
#feature-top-three .feature-items .box .feature-content h3 {
    color: #111;
    font-size: 1.42857em;
    margin-top: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
#feature-top-three .feature-items .box .feature-content p {
    line-height: 26px;
}
#feature-top-three .feature-items .box:hover .feature-thumb .overlay {
    transform: scale(1);
}
#feature-top-three .feature-items .box:hover .feature-content h3 {
    color: #f70c0c;
}
#feature-three {
    padding: 100px 0;
    text-align: center;
}
#feature-three .section-title::after {
    left: 37%;
}
#feature-three .feature-item .featured {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    margin-bottom: 0;
    padding: 35px;
}
#feature-three .feature-item .featured .item-icon {
    float: none;
    margin-bottom: 30px;
}
#feature-three .feature-item .featured .feature-content {
    margin-left: 0;
}
.boder-bottom-none {
    border-bottom: medium none !important;
}
.border-right-none {
    border-right: medium none !important;
}
.page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 265px 0 150px;
    text-align: center;
}
.page-banner .banner-title h1 {
    color: #fff;
    font-size: 2.28571em;
    font-weight: 700;
    text-transform: uppercase;
}
.page-banner .banner-title p {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.page-banner .banner-title p span {
    color: #f70c0c;
}
.expart-team .team-member {
    margin-bottom: 30px;
    text-align: left;
}
.expart-team .team-member .name {
    margin-bottom: 100px;
}
.expart-team .team-member .name h3 {
    color: #f70c0c;
    font-size: 1.57143em;
    font-weight: 700;
    margin-top: 0;
}
.expart-team .team-member .name p {
    color: #fff;
    margin-bottom: 0;
}
.expart-team .team-member .overlay {
    opacity: 1;
    top: 78%;
}
.expart-team .team-member .overlay h3 {
    color: #f70c0c;
    font-size: 1.71429em;
    font-weight: 700;
    margin-top: 0;
}
.expart-team .team-member .overlay span {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.expart-team .team-member .overlay span::after {
    background: #f70c0c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 50px;
}
.expart-team .team-member .overlay p {
    color: #fff;
}
.expart-team .team-member .overlay .dt-social-link {
    transform: translateX(0px) !important;
}
.expart-team .team-member:hover .overlay {
    padding-top: 130px;
    top: 0;
}
.expart-team .team-member:hover .overlay span::after {
    opacity: 1;
}
.team-details {
    padding: 100px 0;
}
.team-details .team-thumb {
    float: left;
}
.team-details .team-caption {
    margin-left: 315px;
}
.team-details .team-caption h3 {
    color: #111;
    font-size: 1.71429em;
    font-weight: 700;
    margin-top: 0;
}
.team-details .team-caption .content {
    border-bottom: 1px solid #f8f8fa;
    border-right: 1px solid #f8f8fa;
    border-top: 1px solid #f8f8fa;
    padding: 10px 20px 37px 0;
}
.team-details .team-caption .content span {
    color: #f70c0c;
    display: block;
    margin-bottom: 30px;
}
.team-details .team-caption .content p {
    line-height: 1.85714em;
}
.team-details .team-caption .content .dt-social-link {
    padding-top: 20px;
}
.team-details .team-caption .content .dt-social-link li {
    padding: 0 7px;
}
.team-details .team-caption .content .dt-social-link li a {
    color: #c2c2c2;
}
.team-details .team-caption .content .dt-social-link li a:hover {
    color: #f70c0c;
}
.insurance {
    padding: 50px 0 30px;
}
.insurance-thumb img {
    width: 100%;
}
.insurance-thumb h2 {
    color: #111;
    font-size: 1.71429em;
}
.insurance-content {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin-bottom: 15px;
    padding: 10px 10px 10px 0;
}
.insurance-content p {
    color: #6d6c6c;
}
.insurance-content .insu-thumb {
    list-style: outside none none;
    margin: 0;
    padding: 20px 0;
}
.insurance-content .insu-thumb li {
    display: inline-block;
    margin-right: 30px;
    width: 30%;
}
.insurance-content .insu-thumb li:last-child {
    margin-right: 0;
}
.insurance-content .insu-thumb li img {
    width: 100%;
}
.insu-support {
    border: 1px solid #ededed;
    margin-bottom: 20px;
    margin-top: 20px;
}
.insu-support .support {
    border-right: 1px solid #ededed;
    cursor: pointer;
    float: left;
    padding: 26px 10px;
    width: 33%;
}
.insu-support .support .support-logo {
    float: left;
    margin-left: 40px;
    margin-right: 10px;
}
.insu-support .support .support-logo i {
    color: #7e7e7e;
    font-size: 3.21429em;
    transition: all 0.3s ease-in-out 0s;
}
.insu-support .support .support-title p {
    color: #7e7e7e;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out 0s;
}
.insu-support .support .support-title h5 {
    color: #7e7e7e;
    font-size: 1.71429em;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
}
.insu-support .support:last-child {
    border: medium none;
}
.insu-support .support:hover .support-logo i {
    color: #f70c0c;
}
.insu-support .support:hover .support-title p {
    color: #111;
}
.insu-support .support:hover .support-title h5 {
    color: #f70c0c;
}
.blog {
    padding: 50px 0;
}
.blog-all-item .news {
    margin-bottom: 40px;
}
.blog-all-item .news .news-thumbs img {
    width: 100%;
}
.blog-all-item .news .post-date {
    padding: 10px 0;
}
.blog-all-item .news .post-date a {
    color: #f70c0c;
    text-decoration: none;
}
.blog-all-item .news .post-date a i {
    margin-right: 10px;
}
.blog-all-item .news h3 {
    font-size: 1.42857em;
    margin-bottom: 10px;
    margin-top: 0;
}
.blog-all-item .news h3 a {
    color: #111;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.blog-all-item .news h3 a:hover {
    color: #f70c0c;
}
.blog-all-item .news .news-content {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 20px 0;
}
.blog-all-item .news .news-content .news-details {
    list-style: outside none none;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
.blog-all-item .news .news-content .news-details li {
    display: inline-block;
    padding-right: 5px;
}
.blog-all-item .news .news-content .news-details li a {
    color: #111;
    text-decoration: none;
}
.blog-all-item .news .news-content .news-details li a i {
    padding-right: 5px;
}
.blog-all-item .news .news-content .news-details li .dt-social-link li {
    padding: 0 2px;
}
.blog-all-item .news .news-content .news-details li .dt-social-link li a {
    color: #bdbdbd;
}
.blog-all-item .news .news-content p {
    color: #6d6c6c;
    line-height: 1.85714em;
    margin-bottom: 20px;
}
.blog-all-item .news .btn-skew::after {
    height: 65px;
}
.blog-all-item .news .btn-skew:hover::after {
    height: 150px;
}
.page-control {
    margin: 30px auto;
    position: relative;
    width: 400px;
}
.page-control .control {
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.page-control .control li {
    border: 1px solid #ededed;
    display: inline-block;
    height: 40px;
    margin: 0 5px;
    padding: 10px 0;
    transition: all 0.5s ease-in-out 0s;
    width: 40px;
}
.page-control .control li a {
    color: #111;
    display: block;
    font-weight: 700;
    text-decoration: none;
}
.page-control .control li:hover {
    background: #f70c0c none repeat scroll 0 0;
    border-color: transparent;
}
.page-control .control li:hover a {
    color: #fff;
}
.page-control .banner-next, .page-control .banner-prev {
    border-color: #f1f1f1;
    top: 12%;
}
.page-control .banner-next::after, .page-control .banner-next::before, .page-control .banner-prev::after, .page-control .banner-prev::before {
    background: #f1f1f1 none repeat scroll 0 0;
}
.page-control .banner-next:hover, .page-control .banner-prev:hover {
    border-color: #f70c0c;
}
.page-control .banner-next:hover::after, .page-control .banner-next:hover::before, .page-control .banner-prev:hover::after, .page-control .banner-prev:hover::before {
    background: #f70c0c none repeat scroll 0 0;
}
.page-control .banner-next:hover .prev-btn, .page-control .banner-prev:hover .prev-btn {
    background-image: url("../img/left-arrow-two.svg");
}
.page-control .banner-next:hover .next-btn, .page-control .banner-prev:hover .next-btn {
    background-image: url("../img/right-arrow-two.svg");
}
.page-control .banner-prev .prev-btn {
    background-image: url("../img/left-arrow-three.svg");
}
.page-control .banner-next .next-btn {
    background-image: url("../img/right-arrow-three.svg");
}
.blog-two {
    padding: 50px 0;
}
.blog-item-two .news .news-thumbs {
    float: left;
}
.blog-item-two .news .news-post {
    margin-bottom: 30px;
    margin-left: 420px;
}
.blog-item-two .news .news-post h3 {
    font-size: 1.42857em;
    margin: 10px 0;
}
.blog-item-two .news .news-post h3 a {
    color: #111;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.blog-item-two .news .news-post h3 a:hover {
    color: #f70c0c;
}
.blog-item-two .news .news-content {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 26px 0;
}
.blog-item-two .news .news-content p {
    margin-bottom: 30px;
}
.blog-item-two .news .news-content .btn-skew::after {
    height: 65px;
}
.blog-item-two .news .news-content .btn-skew:hover::after {
    height: 150px;
}
.post-date {
    color: #f70c0c;
    display: inline-block;
}
.post-date i {
    padding-right: 10px;
}
.post-date:hover {
    color: #f70c0c;
    text-decoration: none;
}
.news-details {
    list-style: outside none none;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-top: 10px;
}
.news-details li {
    display: inline-block;
    padding-right: 5px;
}
.news-details li a {
    color: #111;
    text-decoration: none;
}
.news-details li a i {
    padding-right: 5px;
}
.news-details li .dt-social-link li {
    padding: 0 3px;
}
.news-details li .dt-social-link li a {
    color: #bdbdbd;
}
.news-details li .dt-social-link li a:hover {
    color: #f70c0c;
}
.blog-three {
    padding: 50px 0;
}
.blog-three .blog-thumb {
    margin-bottom: 20px;
}
.blog-three .blog-thumb img {
    width: 100%;
}
.blog-three h3 {
    color: #111111;
    font-size: 1.42857em;
}
.blog-three .blog-content {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin-bottom: 50px;
    padding: 10px 10px 10px 0;
}
.blog-three .blog-content p {
    line-height: 1.85714em;
    margin-bottom: 20px;
}
.admin {
    margin-bottom: 50px;
}
.admin .media {
    border-bottom: 1px solid #f5f5f7;
    border-right: 1px solid #f5f5f7;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-top: 20px;
    position: relative;
}
.admin .media::before {
    background: #f5f5f7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 84.5%;
}
.admin .dt-social-link {
    position: absolute;
    right: 30px;
    top: 0;
}
.admin .dt-social-link li {
    padding: 0 5px;
}
.admin .dt-social-link li a {
    color: #a9a9a9;
}
.admin .dt-social-link li a:hover {
    color: #f70c0c;
}
.media-body {
    position: relative;
}
.media-body .media-heading {
    color: #111111;
    font-size: 1.28571em;
    margin-bottom: 10px;
}
.media-body p {
    color: #6d6c6c;
    font-size: 1em;
    line-height: 1.85714em;
}
.comments h3 {
    color: #111111;
    font-size: 2.28571em;
    margin-bottom: 50px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
}
.comments h3::after {
    background: #f70c0c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.comments .media-list .media .media-inner {
    border-bottom: 1px solid #f5f5f7;
    border-right: 1px solid #f5f5f7;
    margin-bottom: 50px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-top: 20px;
    position: relative;
}
.comments .media-list .media .media-inner::before {
    background: #f5f5f7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 84.5%;
}
.comments .media-list .media .comment-date {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.comments .media-list .media .comment-date li {
    display: inline;
    margin-left: 10px;
    padding-right: 15px;
    position: relative;
}
.comments .media-list .media .comment-date li a {
    color: #f70c0c;
    text-decoration: none;
}
.comments .media-list .media .comment-date li:first-child {
    position: relative;
}
.comments .media-list .media .comment-date li:first-child::after {
    background: #f70c0c none repeat scroll 0 0;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
}
.comments .media-list .media-list-child {
    padding-left: 120px;
}
.user-comments h3 {
    color: #111111;
    font-size: 2.28571em;
    margin-bottom: 50px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
}
.user-comments h3::after {
    background: #f70c0c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.user-comments .full {
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.user-comments .full label {
    background: #fff none repeat scroll 0 0;
    left: 20px;
    padding: 0 10px;
    position: absolute;
    top: -10px;
}
.user-comments .full .dt-massage {
    height: 180px;
    padding: 10px;
    width: 100%;
}
.user-comments .half-input {
    float: left;
    padding: 0 10px;
    position: relative;
    width: 50%;
}
.user-comments .half-input label {
    background: #fff none repeat scroll 0 0;
    left: 20px;
    padding: 0 10px;
    position: absolute;
    top: -10px;
}
.user-comments .half-input .call-back-input {
    padding: 10px 0;
    width: 100%;
}
.user-comments .dt-btn {
    font-size: 1em;
    margin-left: 10px;
    margin-top: 20px;
    padding: 10px 33px;
}
.contact {
    padding: 50px 0;
}
.contact .contact-title h3 {
    color: #111;
    font-size: 1.85714em;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.contact .contact-title h3::after {
    background: #f70c0c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 50px;
}
.contact .form-input {
    position: relative;
}
.contact .form-input label {
    background: #fff none repeat scroll 0 0;
    left: 20px;
    padding: 0 10px;
    position: absolute;
    top: -10px;
}
.contact .form-input input {
    border: 1px solid #c2c2c2;
    margin-bottom: 20px;
    outline: medium none;
    padding: 10px;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
}
.contact .form-input input:focus {
    border-color: #f70c0c;
}
.contact .textarea {
    position: relative;
}
.contact .textarea label {
    background: #fff none repeat scroll 0 0;
    left: 20px;
    padding: 0 10px;
    position: absolute;
    top: -10px;
}
.contact .textarea textarea {
    height: 185px;
    outline: medium none;
    padding: 15px 20px;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
}
.contact .textarea textarea:focus {
    border-color: #f70c0c;
}
.contact .contact-btn {
    background: #f70c0c none repeat scroll 0 0;
    border: 1px solid #f70c0c;
    color: #fff;
    display: block;
    margin-top: 20px;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s ease-in-out 0s;
    width: 100%;
}
.contact .contact-btn:hover, .contact .contact-btn:focus {
    background-color: transparent;
    color: #f70c0c;
    outline: medium none;
}
.contact .contact-btn > i {
    display: none;
}
.contact .contact-btn.clicked > i {
    display: block;
}
.contact .contact-btn.clicked > span {
    display: none;
}
.contact-address .contant-info {
    margin-bottom: 20px;
}
.contact-address .contant-info .icon {
    float: left;
    height: 50px;
    text-align: center;
    width: 50px;
}
.contact-address .contant-info .icon i {
    color: #f70c0c;
    font-size: 2.85714em;
    padding-right: 15px;
}
.contact-address .gmap3-area {
    border: 4px solid #f5f5f7;
}
.intro-page #dt-header {
    position: static;
}
.intro-page #navigation-menu {
    background: #252525 none repeat scroll 0 0;
}
.intro-banner {
    background-color: #252525;
    padding: 100px 0;
    position: relative;
    text-align: center;
}
.intro-banner h1 {
    color: #fff;
    font-size: 3.21429em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.intro-banner h1 span {
    color: #f70c0c;
}
.intro-banner p {
    color: #fff;
    font-size: 1.42857em;
    font-weight: 300;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.intro-banner p span {
    color: #f89406;
}
.intro-banner .dt-intro-btn {
    border: 1px solid #f70c0c;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.14286em;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.intro-banner .dt-intro-btn i {
    padding-right: 10px;
}
.intro-banner .dt-intro-btn:hover {
    background: #f70c0c none repeat scroll 0 0;
}
.intro-feature {
    padding: 100px 0;
    text-align: center;
}
.intro-feature h2 {
    color: #000;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.intro-feature h2::after {
    background: #f70c0c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 35%;
    position: absolute;
    width: 50px;
}
.intro-feature .multi-page {
    margin-bottom: 30px;
    position: relative;
}
.intro-feature .multi-page .page-thumb {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.08);
    display: inline-block;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out 0s;
}
.intro-feature .multi-page .page-thumb img {
    width: 100%;
}
.intro-feature .multi-page .page-thumb:hover {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.28);
    transform: translateY(-10px);
}
.intro-feature .multi-page .dt-btn {
    border-color: #111;
    color: #111;
}
.intro-feature .multi-page .dt-btn:hover {
    border-color: #f70c0c;
    color: #fff;
}
#color-switcher {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 18px;
    overflow: hidden;
    position: fixed;
    right: -250px;
    top: 155px;
    width: 280px;
    z-index: 9999 !important;
}
#color-switcher .color-switcher-button {
    float: left;
    height: 40px;
    margin-top: 30px;
    width: 30px;
}
#color-switcher .color-switcher-button a {
    background-color: #f70c0c;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 30px;
}
#color-switcher .color-switcher-button a:hover {
    color: #000;
}
#color-switcher .color-switcher-bar {
    background: #e8e8e8 none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    float: right;
    height: 100%;
    padding: 30px 20px;
    width: 250px;
}
#color-switcher h4 {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 1.4em 0 1em;
    padding: 0;
    text-transform: uppercase;
}
#color-switcher h4:first-child {
    margin-top: 0;
}
#color-switcher .button-buy-template {
    background-color: #000 !important;
    color: #fff !important;
}
#color-switcher .button-buy-template:hover {
    background-color: #27ae60 !important;
    color: #fff !important;
}
#color-switcher .switcher-list {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 210px;
}
#color-switcher .switcher-list li {
    float: left;
    margin: 0 5px 10px 0;
}
#color-switcher .switcher-list li.last {
    margin-right: 0;
}
#color-switcher .switcher-list li a {
    border: 1px solid #fff;
    display: block;
    height: 40px;
    text-decoration: none;
    text-indent: -9999px;
    transition: all 0.3s ease 0s;
    width: 40px;
}
#color-switcher .switcher-list li a:hover {
    border: 1px solid #000;
}
#color-switcher .switcher-text-list {
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
#color-switcher .switcher-text-list a {
    color: #000;
    text-decoration: none;
}
#color-switcher .switcher-text-list a:hover {
    color: #27ae60;
}
#color-switcher .switcher-text-list a i {
    display: inline-block;
    text-align: center;
    width: 15px;
}
@media screen and (max-width: 800px) {
#color-switcher {
    display: none;
}
}
#footter {
    background: #111 none repeat scroll 0 0;
}
.footer-wrapper {
    padding: 50px 0;
}
.footer-wrapper .dt-social-link {
    float: none;
    margin-left: -10px;
    margin-top: 20px;
}
.footer-wrapper .dt-social-link li {
    padding: 0 15px;
}
.footer-wrapper .brand-logo {
    margin-bottom: 25px;
}
.footer-wrapper p {
    color: #a9a9a9;
    font-weight: 700;
}
.address {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.address li {
    color: #fff;
    padding: 10px 0;
}
.address li i {
    padding-right: 5px;
}
.footer-title {
    border-bottom: 1px solid #2c2a2a;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 15px;
}
.dt-service-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.dt-service-menu li {
    border-bottom: 1px solid #2c2a2a;
    padding: 13px 0;
}
.dt-service-menu li:last-child {
    border-bottom: medium none;
}
.dt-service-menu li a {
    color: #fff;
    display: inline-block;
    font-size: 1.14286em;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.dt-service-menu li a i {
    margin-right: 10px;
}
.dt-service-menu li a:hover {
    color: #f70c0c;
}
.footer-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu li {
    padding: 10px;
}
.footer-menu li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.footer-menu li a:hover {
    color: #f70c0c;
}
.footer-news {
    margin-top: 40px;
}
.news-item {
    margin-bottom: 25px;
}
.news-item a {
    text-decoration: none;
}
.news-item img {
    float: left;
}
.news-item .news-content {
    margin-left: 80px;
    margin-top: -7px;
}
.news-item .news-content p {
    color: #a9a9a9;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 6px;
}
.news-item .news-content span {
    color: #f70c0c;
    font-weight: 700;
}
.copyright-bar {
    background: #000 none repeat scroll 0 0;
    padding: 25px 0;
    text-align: center;
}
.copyright-bar p {
    margin-bottom: 0;
}
.copyright-bar p a {
    text-decoration: none;
}
@media (max-width: 1440px) {
.feature h3 {
    font-size: 1.42857em;
}
.feature .overlay-content .content {
    transform: translate(-30%, -50%);
}
.feature .overlay-content .content h2 {
    font-size: 1.71429em;
    margin-bottom: 10px;
}
.feature .overlay-content .content p {
    margin-bottom: 10px;
}
.feature .overlay-content .content .dt-btn-white {
    padding: 10px 30px;
}
#team-two .gallery-top .banner-next, #team-two .gallery-top .banner-prev {
    right: 13%;
}
#team-two .gallery-thumbs {
    right: 10%;
}
}
@media (max-width: 1024px) {
.section-title {
    font-size: 24px;
    padding-bottom: 10px;
}
.navbar .navbar-nav li a {
    padding: 0 14px;
}
.swiper-banner .swiper-slide .slider-caption {
    left: 15%;
    top: 34%;
}
.swiper-banner .swiper-slide .slider-caption h3 {
    font-size: 1.28571em;
    margin-bottom: 20px;
}
.swiper-banner .swiper-slide .slider-caption h2 {
    font-size: 2.85714em;
    margin-bottom: 20px;
}
.swiper-banner .swiper-slide .slider-caption p {
    margin-bottom: 35px;
}
.swiper-banner .banner-prev {
    left: 2%;
}
.swiper-banner .banner-next {
    right: 2%;
}
.home-two .swiper-banner .swiper-slide .slider-caption {
    left: 15%;
    top: 20%;
}
.home-two .swiper-banner .swiper-slide .slider-caption h3 {
    font-size: 1.71429em;
    margin-bottom: 10px;
}
.home-two .swiper-banner .swiper-slide .slider-caption h2 {
    font-size: 2.14286em;
    margin-bottom: 10px;
}
.home-two .swiper-banner .swiper-slide .slider-caption p {
    margin-bottom: 10px;
}
.home-two .swiper-banner .slider-control {
    left: 15%;
    top: 7%;
}
.feature-item .featured .feature-content p br {
    display: none;
}
.feature h3 {
    font-size: 1em;
}
.feature .overlay-content .content {
    transform: translate(-48%, -50%);
}
.feature .overlay-content .content h2 {
    font-size: 1.14286em;
    margin-bottom: 10px;
}
.feature .overlay-content .content p {
    font-size: 0.92857em;
    line-height: 1.42857em;
    margin-bottom: 10px;
}
.feature .overlay-content .content p br {
    display: none;
}
.feature .overlay-content .content .dt-btn-white {
    padding: 7px 20px;
}
#feature-two .feature-item .featured {
    margin-bottom: 30px;
}
.counter .count-item {
    height: 130px;
    width: 130px;
}
.counter .count-item p {
    font-size: 2.85714em;
    margin: 35px 35px 35px 0;
}
.counter .count-item span {
    top: 41%;
}
#about-us {
    padding-top: 30px;
}
#about-us .section-title {
    margin-bottom: 20px;
    margin-top: 0;
}
#about-us img {
    width: 100%;
}
#about-us .skill-bar p {
    margin-bottom: 35px;
}
#about-us .skill-bar p br {
    display: none;
}
#about-us .skill-bar #skills {
    width: 425px;
}
#about-us .skill-bar #skills .skills p {
    top: -60px;
}
#about-us .skill-bar #skills .skills span {
    font-size: 0.92857em;
    top: -39px;
}
progress {
    height: 20px;
    margin-bottom: 15px;
}
#aboute-two {
    padding: 15px 0;
}
.aboute-details {
    margin-bottom: 30px;
}
.aboute-caption .aboute-title {
    margin-bottom: 20px;
}
.choose-thumb {
    transform: translateY(0px);
}
.choose-thumb img {
    width: 100%;
}
#choose .content p br {
    display: none;
}
.feedback-slider .item .cliten-thumbs {
    float: none;
}
.feedback-slider .item .cliten-thumbs .thumbs {
    margin: 0 auto;
}
.feedback-slider .content p {
    margin-bottom: 0;
}
.feedback-slider .content p br {
    display: none;
}
#team-two .gallery-top .swiper-slide img {
    width: 220px;
}
#team-two .gallery-top .swiper-slide .slider-content {
    margin-left: 240px;
}
#team-two .gallery-top .swiper-slide .slider-content h4 {
    margin-top: 0;
}
#team-two .gallery-top .swiper-slide .slider-content span {
    margin-bottom: 10px;
}
#team-two .gallery-top .swiper-slide .slider-content p {
    margin-bottom: 10px;
}
#team-two .gallery-top .banner-next, #team-two .gallery-top .banner-prev {
    right: 5%;
}
#team-two .gallery-top .banner-next {
    bottom: 15px;
}
#team-two .gallery-thumbs {
    right: 2%;
}
#our-service {
    padding: 40px 0;
}
.feedback-slider .item {
    margin-right: 6px;
}
.feedback-slider .content {
    padding: 15px 10px;
}
.team .team-member .overlay {
    padding: 20px 10px;
}
.team .team-member .overlay .name h3 {
    font-size: 15px;
}
.team-details {
    padding: 50px 0;
}
.team-details .team-thumb {
    float: none;
}
.team-details .team-caption {
    margin-left: 0;
    margin-top: 30px;
}
#letest-news .news .news-details .details {
    padding-bottom: 5px;
}
#letest-news .news .news-details .details p, #letest-news .news .news-details .details a {
    font-size: 24px;
}
#letest-news .news-caption p {
    margin-bottom: 15px;
}
#letest-news .news-caption p br {
    display: none;
}
.news-item-two .news .news-post h3 {
    font-size: 1.28571em;
}
.news-item-two .news .news-content {
    padding: 9px 0;
}
.widget_dt_search input[type="search"] {
    width: 100% !important;
}
}
@media (min-width: 800px) and (max-width: 992px) {
#navigation-menu .brand-logo {
    margin-bottom: 0;
}
.navbar .navbar-nav li {
    padding: 0;
}
.feedback-slider .item .cliten-thumbs {
    float: none;
}
.feedback-slider .item .cliten-thumbs .thumbs {
    margin: 0 auto;
}
.feedback-slider .content p br {
    display: none;
}
#feature-two .feature {
    transform: translateY(0px);
}
#feature-two .feature-item .section-caption {
    margin-top: 0;
}
.tabs-items {
    border-bottom: 1px solid #ededed;
    border-right: medium none;
}
.tabs-items .tabs {
    margin-bottom: 30px;
}
.dt-tabs-nav li {
    display: inline-block;
    margin-right: 30px;
}
.tabs-content {
    padding: 0;
}
.tabs-content .desing-caption h3 {
    margin-top: 20px;
}
}
@media (max-width: 768px) {
.return-to-top {
    bottom: 20px;
    right: 20px;
}
#dt-header {
    display: none;
}
.md-btn {
    padding: 7px 30px;
}
#mobile-wrapper {
    display: block;
}
#mobile-header {
    display: block;
}
#mobile-header .menu-container .menu-toggle {
    display: block;
}
#mobile-header .brand-logo {
    display: block;
    width: 100px;
}
#mobile-header .brand-logo img {
    width: 100%;
}
.swiper-banner .swiper-slide img {
    width: 100%;
}
.swiper-banner .swiper-slide .slider-caption {
    left: 6%;
    padding: 0 50px;
    top: 15%;
}
.swiper-banner .swiper-slide .slider-caption h3 {
    font-size: 1.07143em;
    margin-bottom: 10px;
}
.swiper-banner .swiper-slide .slider-caption h2 {
    font-size: 2.14286em;
    margin-bottom: 15px;
}
.swiper-banner .swiper-slide .slider-caption p {
    line-height: 1.42857em;
    margin-bottom: 15px;
}
.swiper-banner .swiper-slide .slider-caption p br {
    display: none;
}
.swiper-banner .dt-btn {
    font-size: 1em;
    padding: 7px 32px;
}
.swiper-banner .btn-skew::after {
    height: 65px;
}
.swiper-banner .btn-skew:hover::after {
    height: 200px;
}
.banner-prev .prev-btn {
    height: 35px;
    width: 35px;
}
.banner-next .next-btn {
    height: 35px;
    width: 35px;
}
.home-two .swiper-banner .slider-control {
    left: 7%;
    top: 5%;
}
.home-two .swiper-banner .slider-control::after {
    height: 40px;
    top: 0;
}
.home-two .swiper-banner .swiper-slide .slider-caption {
    left: 1%;
    top: 22%;
}
.home-two .swiper-banner .swiper-slide .slider-caption h3 {
    font-size: 1.28571em;
    margin-bottom: 5px;
}
.home-two .swiper-banner .swiper-slide .slider-caption h2 {
    font-size: 1.71429em;
    margin-bottom: 10px;
}
.home-two .swiper-banner .swiper-slide .slider-caption p {
    font-size: 0.85714em;
    line-height: 1.42857em;
}
.home-three .swiper-banner .swiper-slide .slider-caption {
    top: 10%;
}
.home-three .swiper-banner .swiper-slide .slider-caption h3 {
    font-size: 1.28571em;
    margin-bottom: 5px;
}
.home-three .swiper-banner .swiper-slide .slider-caption h2 {
    font-size: 1.71429em;
    margin-bottom: 10px;
}
.feature h3 {
    font-size: 1.14286em;
}
.feature .overlay-content {
    text-align: center;
}
.feature .overlay-content .content h2 {
    font-size: 1.42857em;
    margin-bottom: 10px;
}
.feature .overlay-content .content p {
    font-size: 1.07143em;
}
.feature .overlay-content .content p br {
    display: block;
}
.feature .overlay-content .content .dt-btn-white {
    padding: 7px 20px;
}
#feature-two .feature-item .section-caption {
    margin-top: 0;
}
#feature-two .feature {
    transform: translateY(0px);
}
#feature-two .feature .feature-box {
    border-bottom: 1px solid #c5c0c0;
}
.feature-item .featured {
    margin-bottom: 50px;
}
.feature-item .featured .feature-content p {
    line-height: 1.42857em;
}
.feature-item .featured .feature-content p br {
    display: none;
}
.feature-item .feature-thumbs {
    text-align: center;
}
#theme .btn-skew::after {
    height: 65px;
}
.counter .count-item {
    margin: 0 auto 30px;
}
#about-us img {
    width: 100%;
}
#about-us .skill-bar {
    padding: 20px;
}
#aboute-two .btn-skew::after {
    height: 65px;
}
.aboute-caption .aboute-title {
    font-size: 2.14286em;
}
#client {
    padding: 30px 0;
}
#client .swiper-slide {
    padding: 0 48px;
}
#client .swiper-slide .client-comments {
    padding: 10px;
}
#client .section-caption {
    margin-bottom: 20px;
}
#client .section-caption .title {
    font-size: 2.14286em;
    margin: 0;
}
#about-us {
    padding: 0;
}
#about-us .skill-bar #skills {
    width: 500px;
}
#feedback {
    padding: 50px 0;
}
.feedback-slider .item {
    margin: 0 auto;
    width: auto;
}
.feedback-slider .item .content {
    padding: 20px;
}
#team {
    padding: 50px 0;
}
#team .team-member {
    margin-bottom: 20px;
}
#team .team-member .overlay .name h3 {
    font-size: 1.57143em;
}
#team-two .gallery-top .banner-prev, #team-two .gallery-top .banner-next {
    top: 90%;
    transform: rotate(0deg);
}
#team-two .gallery-top .banner-prev {
    right: 25%;
}
#team-two .gallery-top .banner-next {
    bottom: 35px;
    right: 15%;
}
#team-two .gallery-top .swiper-slide .slider-content {
    margin-left: 235px;
}
#team-two .gallery-top .swiper-slide .slider-content h4 {
    margin-top: 0;
}
#team-two .gallery-top .swiper-slide .slider-content span {
    margin-bottom: 15px;
}
#team-two .gallery-top .swiper-slide .slider-content p {
    line-height: 1.42857em;
    margin-bottom: 12px;
}
#team-two .gallery-top .swiper-slide .slider-content p br {
    display: none;
}
#team-two .gallery-thumbs {
    display: none;
}
#call-back {
    padding: 50px 0;
}
#choose-us {
    padding-top: 50px;
}
#choose-us img {
    display: none;
}
.choose-item {
    margin-top: 0;
}
#theme {
    padding: 50px 0;
}
.tabs-items {
    border-bottom: 1px solid #ededed;
    border-right: medium none;
}
.tabs-items .tabs {
    margin-bottom: 30px;
}
.tabs-items .design::after {
    left: 36%;
}
.dt-tabs-nav li {
    display: inline-block;
    margin-right: 30px;
}
.tabs-content {
    padding: 0;
}
.tabs-content .desing-caption h3 {
    margin-top: 20px;
}
.news .news-details .details {
    padding-bottom: 10px;
}
.news .news-details .details p, .news .news-details .details a {
    font-size: 28px;
}
.news-item-two .news .news-thumbs {
    float: none;
}
.news-item-two .news .news-thumbs img {
    width: 100%;
}
.news-item-two .news .news-post {
    margin-left: 0;
    margin-top: 20px;
}
.comments .media-list .media-list-child {
    padding-left: 100px;
}
.page-banner {
    padding: 100px 0;
}
}
@media (max-width: 500px) {
.full-width {
    margin-bottom: 20px;
    width: 100% !important;
}
.banner .swiper-banner .swiper-slide img {
    height: 460px;
    width: auto;
}
.banner .swiper-banner .swiper-slide .slider-caption {
    left: 6%;
    padding: 0 33px;
    top: 22%;
}
.banner .swiper-banner .swiper-slide .slider-caption h3 {
    font-size: 0.92857em;
    margin-bottom: 5px;
}
.banner .swiper-banner .swiper-slide .slider-caption h2 {
    font-size: 1.57143em;
    margin-bottom: 10px;
}
.banner .swiper-banner .swiper-slide .slider-caption p {
    line-height: 1.42857em;
}
.banner .swiper-banner .dt-btn {
    font-size: 0.85714em;
    margin-right: 10px;
    padding: 6px 22px;
}
.banner .swiper-banner .btn-skew::after {
    height: 49px;
}
.banner .swiper-banner .btn-skew:hover::after {
    height: 200px;
}
.banner .banner-prev .prev-btn {
    height: 30px;
    width: 30px;
}
.banner .banner-next .next-btn {
    height: 30px;
    width: 30px;
}
.home-two .swiper-banner .swiper-slide .slider-caption {
    left: 0;
    top: 30%;
}
.home-two .swiper-banner .slider-control {
    width: 120px;
}
.home-two .swiper-banner .slider-control::after {
    height: 35px;
    left: 60px;
}
.feature .overlay-content .content h2 {
    font-size: 1.28571em;
    margin-bottom: 0;
}
.feature .overlay-content .content p {
    font-size: 1em;
    line-height: 1.71429em;
}
.feature .overlay-content .content .dt-btn-white {
    padding: 7px 16px;
}
.feture-thumb img {
    width: 100%;
}
#feature-top-three .feature-items .box .feature-thumb {
    float: none;
}
#feature-top-three .feature-items .box .feature-thumb img {
    width: 100%;
}
#feature-top-three .feature-items .box .feature-content {
    margin-left: 0;
    margin-top: 20px;
}
#theme .theme-thumb img {
    width: 100%;
}
#theme .theme-title {
    font-size: 1.57143em;
}
#about-us {
    padding: 30px 0;
}
#about-us .skill-bar {
    padding: 20px 0;
}
#about-us .skill-bar #skills {
    width: 300px;
}
.dt-tabs-nav li {
    margin-right: 10px;
}
.design-details li {
    font-size: 1em;
}
#our-service .section-title::after {
    left: 43%;
}
#feedback {
    padding: 50px 0;
}
#feedback .section-title::after {
    left: 43%;
}
.feedback-slider .item {
    margin: 0 auto;
}
.feedback-slider .item .cliten-thumbs {
    float: none;
}
.feedback-slider .item .cliten-thumbs .thumbs {
    margin: 0 auto;
}
.feedback-slider .item .content p {
    margin-bottom: 0;
}
.feedback-slider .item .content p br {
    display: none;
}
.owl-theme .owl-nav {
    display: none;
}
#team .section-title::after {
    left: 43%;
}
.team .team-member .overlay {
    padding: 20px 10px;
    top: 82%;
}
.category .content p br {
    display: none;
}
.category .serial {
    display: none;
}
.category .icon-box {
    margin-left: 0;
}
#team-two .gallery-top .banner-next, #team-two .gallery-top .banner-prev {
    top: 95%;
}
#team-two .gallery-top .banner-next {
    right: 10%;
}
#team-two .gallery-top .swiper-slide img {
    float: none;
    margin-bottom: 15px;
    width: 100%;
}
#team-two .gallery-top .swiper-slide .slider-content {
    margin-left: 0 !important;
}
#letest-news .news .news-details {
    width: 60px;
}
#letest-news .news .news-details .details {
    padding-bottom: 0;
}
#letest-news .news .news-details .details p, #letest-news .news .news-details .details a {
    font-size: 16px;
}
#letest-news .news .news-details .details span {
    font-size: 0.85714em;
}
#letest-news .news .news-thumb {
    padding-left: 70px;
}
#letest-news .news-caption {
    margin-left: 30px;
}
#letest-news .news-caption .news-title {
    font-size: 1.14286em;
}
.page-banner {
    padding: 70px 0;
}
.insurance-thumb h2 {
    font-size: 1.28571em;
}
.insurance-content .insu-thumb li {
    margin-right: 8px;
}
.insu-support .support .support-logo {
    margin-bottom: 20px;
    margin-left: 15px;
}
.blog-all-item .news h3 {
    font-size: 1.28571em;
}
.blog-item-two .news .news-thumbs {
    float: none;
    margin-bottom: 20px;
}
.blog-item-two .news .news-thumbs img {
    width: 100%;
}
.blog-item-two .news .news-post {
    margin-left: 0;
}
.comments .media-list .media .media-inner {
    margin-bottom: 0;
}
.comments .media-list .media-body .comment-date li {
    padding-right: 10px;
}
.comments .media-list .media-list-child {
    padding-left: 30px;
}
.media-left a {
    display: block;
    height: 70px;
    width: 70px;
}
.media-left a img {
    width: 100%;
}
}
.widget_dt_search .search-form {
    width: 100%;
}
.widget_dt_search .search-form label {
    position: relative;
    width: 270px;
}
.widget_dt_search .search-form .search-icon {
    position: absolute;
    right: 6px;
    top: 12px;
}
.widget_dt_search input[type="search"] {
    border: 1px solid #eeeeee;
    color: #c2c2c2;
    font-size: 1em;
    outline: medium none;
    padding: 10px 20px;
    width: 100%;
}
.widget_dt_search .search-submit {
    display: none;
}
.widget {
    margin-bottom: 50px;
}
.widget .widget-title {
    color: #111;
    font-size: 1.42857em;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.widget .widget-title::after {
    background: #f70c0c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_nav_menu ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}
.widget_nav_menu ul li:last-child {
    border-bottom: medium none;
}
.widget_nav_menu ul li a {
    color: #6d6c6c;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.widget_nav_menu ul li a:hover {
    color: #f70c0c;
}
.download {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.download li {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    position: relative;
}
.download li a {
    color: #6d6c6c;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.download li a i {
    font-size: 1.42857em;
    padding-right: 10px;
}
.download li span {
    position: absolute;
    right: 0;
}
.download li span i {
    color: #6d6c6c;
    transition: all 0.3s ease 0s;
}
.download li:hover a {
    color: #f70c0c;
}
.download li:hover span i {
    color: #f70c0c;
}
.dt-tag a {
    border: 1px solid #eee;
    color: #6d6c6c;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 4px 8px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.dt-tag a:hover {
    background: #f70c0c none repeat scroll 0 0;
    color: #fff;
}
.widget_recent_entries .resent-post {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.widget_recent_entries .resent-post .post-thumbs {
    float: left;
}
.widget_recent_entries .resent-post .post-content {
    margin-left: 90px;
}
.widget_recent_entries .resent-post .post-content h5 {
    font-size: 1em;
    margin-top: 0;
}
.widget_recent_entries .resent-post .post-content h5 a {
    color: #111111;
    line-height: 1.71429em;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.widget_recent_entries .resent-post .post-content h5 a:hover {
    color: #f70c0c;
}
.widget_recent_entries .resent-post .post-content .post-meta {
    list-style: outside none none;
    margin-left: 0;
    padding: 0;
}
.widget_recent_entries .resent-post .post-content .post-meta li {
    display: inline;
    padding-right: 10px;
}
.widget_recent_entries .resent-post .post-content .post-meta li a {
    color: #f70c0c;
    text-decoration: none;
}
.widget_recent_entries .resent-post .post-content .post-meta li a i {
    padding-right: 10px;
}
.widget_archive ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_archive ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
    position: relative;
}
.widget_archive ul li a {
    color: #6d6c6c;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.widget_archive ul li a span {
    float: right;
    padding-right: 35px;
}
.widget_archive ul li p {
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.widget_archive ul li:hover a {
    color: #f70c0c;
}
.widget_archive ul li:hover p {
    color: #f70c0c;
}


#justMyPopUpAlert { 
    background:#fcebec url(../images/bgew.jpg);
    color:#000;
    display:none; 
    padding:5px;
    width:450px;
    min-height:50px;
	border:1px solid #C5DBF2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}

#loadingPop { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}



#loadingPopReg { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}


#myNewRegPop_up { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
    width:200px;
    height:100px;
	margin-right:200px;
}



#successDiv { 
    background:#fff;
    color:#000;
    display:none; 
    padding:5px;
    width:450px;
    min-height:50px;
	border:1px solid #C5DBF2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}



#myNewRegPop_up { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
    width:200px;
    height:100px;
	margin-right:200px;
}

#logRegPop_up { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
    width:200px;
    height:100px;
	margin-left:200px;
}


#thanksCantact { 
    background:#4C756C;
    border-radius:15px;
    color:#FFF;
    display:none; 
    padding:40px 20px 20px 20px;
    width:500px;
    height:100px;
	text-align:center;
	font-size:14px;
	
}


#portalLogin { 
    background:#fcebec;
    color:#000;
    display:none; 
    padding:10px;
	text-align:left;
	margin-left:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
}



#brokersNameEmail { 
    background:#fcebec;
    color:#000;
    display:none; 
    padding:10px;
	text-align:left;
	margin-left:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	width:700px;
	font-size:12px;
}


#justMyPopUp { 
    background:#fcebec url(../img/bg1.jpg);
    color:#000;
    display:none; 
    padding:10px;
    min-width:200px;
    min-height:50px;
	border:1px solid #C5DBF2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}






#iniTransfer { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
    min-width:400px;
    height:100px;
}




#downloading { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
    min-width:200px;
    height:100px;
}


#downloading2 { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
    min-width:200px;
    height:100px;
}


.petLog input[type="text"],.petLog input[type="password"]{
	background:#069;
	border:1px solid #069;
	font-size:14px;
	color:#ccc;
}
