@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Merienda:400,700&amp;subset=latin-ext');
@import "font-awesome.min.css";
@import "font-awesome-animation.min.css";
@import "flaticon.css";
@import "bootstrap-dropdownhover.css";
@import "owl.css";
@import "animate.min.css";
@import "animated-text.css";
@import "lightbox.min.css";
body {
    background-repeat: repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    overflow-x: hidden;
}

body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
/*    height: 100%;*/
    /*background-color:rgba(255,255,255,0.8);*/
}

section {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oxygen', sans-serif;
    color: #151515;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

ul {
    margin: 0;
    padding: 0;
}

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

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

.nmt {
    color: #e84328;
    font-weight: 700 !important;
    font-size: 22px;
    text-transform: uppercase;
}

.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 5px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

::-webkit-input-placeholder {
    color: #626262;
}

::-moz-placeholder {
    color: #626262;
}

::-o-placeholder {
    color: #626262;
}

:-ms-input-placeholder {
    color: #626262;
}

input:-moz-placeholder {
    color: #626262;
}

.appointment-col::-webkit-input-placeholder {
    color: #ffffff !important;
}

.appointment-col::-moz-placeholder {
    color: #ffffff !important;
}

.appointment-col::-o-placeholder {
    color: #ffffff !important;
}

.appointment-col:-ms-input-placeholder {
    color: #ffffff !important;
}

.appointment-col input:-moz-placeholder {
    color: #ffffff !important;
}

::-moz-selection {
    background: #f36f5a;
    color: #ffffff;
}

::-webkit-selection {
    background: #f36f5a;
    color: #ffffff;
}

::selection {
    background: #f36f5a;
    color: #ffffff;
}

.imgcen {
    margin-top: 6px;
}

.simple-btn {
    border-color: #f36f5a;
    border-radius: 0;
    color: #ffffff;
    background: #f36f5a;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.simple-btn:before {
    content: '';
    width: 40px;
    height: 200px;
    background: #ffffff;
    position: absolute;
    left: -50px;
    top: -100px;
    z-index: 0;
    opacity: 0.3;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.simple-btn:hover:before {
    left: 300px;
    z-index: -1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.simple-btn:hover {
    color: #ffffff;
    background: #f36f5a;
    z-index: 1;
    border-color: #f36f5a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-black {
    position: relative;
}

.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-white {
    position: relative;
}

.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.color-1 {
    color: white !important;
}

.defult-title {
    position: relative;
    width: 100%;
    display: inline-block;
}

.defult-title span {
    color: #f36f5a;
}

.defult-title h1,
.defult-title h2 {
    font-size: 36px;
    line-height: 28px;
    padding-bottom: 0px;
    padding: 0;
    margin: 0 50px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.defult-title h1:after,
.defult-title h1:before,
.defult-title h2:after,
.defult-title h2:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #f36f5a;
    transform: translate(0, -50%);
    top: 50%;
    content: '';
}

.defult-title h1:after,
.defult-title h2:after {
    left: -60px;
}

.defult-title.bl-none h1,
.defult-title.bl-none h2 {
    margin-left: 0;
    padding-left: 0;
}

.defult-title.bl-none h1:after,
.defult-title.bl-none h2:after {
    width: 0;
    height: 0;
    background: none;
}

.defult-title h1:before,
.defult-title h2:before {
    right: -60px;
}

.defult-title h5 {
    line-height: 20px;
    padding-bottom: 60px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 5px;
}

#dyscrollup-btn {
    z-index: 9999999;
    position: fixed;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #ffffff;
    text-align: center;
    bottom: 8%;
}

#dyscrollup-btn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #e84328;
    font-size: 45px;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff url('../images/preloader.gif') no-repeat center center;
}

.pagination {
    margin-bottom: 30px;
    z-index: 0;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    border-radius: 0;
}

.pagination>li>a,
.pagination>li>span {}

.pagination>.active>a {
    color: #ffffff;
    background: #f36f5a;
    border-color: #f36f5a;
}

.pagination>.active>a:hover {
    color: #ffffff;
    background: #f36f5a;
}

.main-herader {
    position: relative;
    background: #ffffff;
}

.header-topbar {
    background: #f36f5a;
    position: relative;
    padding: 10px 0 10px;
    overflow: hidden;
}

.header-topbar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60%;
    height: 500px;
    background: #ffffff;
    margin-left: -300px;
    -ms-transform: rotate(52deg);
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
	display: none;
}

.herader-topbar-col {
    /* margin-bottom:10px; */
}

.herader-topbar-col.tobar-leftside span {
    color: #555555;
    margin-right: 20px;
}

.herader-topbar-col i {
    color: #fff;
    margin-right: 5px;
    transition: all 1s;
}

.after-bdr {
    position: relative;
}

.herader-topbar-col .after-bdr:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 5px;
    width: 2px;
    height: 20px;
    background: #ffffff;
    display: inline-block;
    margin-top: -5px;
}

.herader-topbar-col.tobar-rightside {
    text-align: left;
    display: inline;
    margin-left: 0; 
}

.herader-topbar-col.tobar-rightside span {
    color: #fff;
    margin-left: 18px;
}

.herader-topbar-col.tobar-rightside span a {
    color: #ffffff;
}

.herader-topbar-col.tobar-rightside p {
    display: inline-block;
}

.herader-topbar-col.tobar-rightside p a span {
    color: #ffffff;
    background: #40486D;
    padding: 8px 15px;
}

.popup-box-on {
    display: block !important;
}

.off {
    display: none;
}

.chat_box .chat_message_wrapper ul.chat_message>li+li {
    margin-top: 4px;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}

#search {
    background-color: rgba(0, 0, 0, 0.95);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;
}

#search .close {
    color: #f36f5a;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}

.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #666666;
    font-size: 36px;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

#search .btn {
    left: 50%;
    margin-top: 30px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}

.ml0 {
    margin-left: 0 !important;
}

.s-icon {
    color: #40486D;
}

.header-navbar {
    background: #ffffff;
}

.header-navbar .navbar-brand {
    padding: 0;
    margin: 3px 0px;
    height: auto;
}

.header-navbar .navbar-brand img {
    width: 220px;
    height: auto;
}

.header-navbar .navbar {
    margin-bottom: 0;
}

.header-navbar .navbar-default {
    background: transparent;
    border: none;
    padding: 0;
}

.header-navbar .navbar-default .navbar-nav>li>a {
    color: #333333;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-left: 6px;
    padding: 30px 5px;
    font-weight: 500;
    font-size: 13.5px;
}

.nav>li {
    position: relative;
    padding: 0 18px 0 0px;
}

.header-navbar .navbar-default .navbar-nav>.active>a,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    color: #f36f5a;
    background-color: transparent;
}

.header-navbar .navbar-default .navbar-nav>li>a:focus,
.header-navbar .navbar-default .navbar-nav>li>a:hover {
    background: transparent;
}

.header-navbar .dropdown-menu {
    min-width: 220px;
}

.header-navbar .navbar-right .dropdown-menu {
    right: auto;
}

.header-navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
/*     border-top: 3px solid #f36f5a; */
    border-radius: 0;
    margin-left: 20px;
	background: var(--white);
	color: #323232;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	min-width: 300px;
}

.header-navbar .navbar-nav .dropdown-menu>li>a {
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-top: 1px solid #dddddd4a;
}

.header-navbar .navbar-nav .dropdown-menu>li>a:hover {
    padding-left: 15px;
    color: #fff !important;
    background-color: #f36f5a;
}

.header-navbar .navbar-nav .dropdown-menu>li.active>a {
    background-color: #f36f5a;
}

.header-navbar .navbar-default .navbar-nav>.open>a,
.header-navbar .navbar-default .navbar-nav>.open>a:focus,
.header-navbar .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}

.nav>li.dropdown.open {
    position: static;
}

.nav>li.dropdown.open .mega-menu {
    display: table;
    width: 85%;
    text-align: center;
    left: 10%;
    right: 0;
    padding: 30px;
}

.mega-menu {}

.mega-menu>li {
    display: table-cell;
}

.mega-menu li {
    padding: 5px 0;
    text-align: left;
    border-bottom: 1px solid #ebebeb !important;
}

.mega-menu li a {
    color: #ffffff;
    text-transform: capitalize;
    text-transform: uppercase;
}

.mega-menu li:hover a {
    padding-left: 5px;
    color: white;
}

ul.dropdown-menu.mega-menu.dropdownhover-bottom li:hover a { 
    color: #fff !important;
}

.mega-menu li:hover {
    background-color: #f36f5a;
}

.mega-menu img {
    margin-top: 0;
}

.nav-img {
    width: 85%;
    margin: auto;
}

.dis1 {
    color: #fff;
}

.dis1:hover {
    background-color: transparent !important;
}

.scroll-to-fixed-fixed {
    background: #ffffff;
    top: 0;
    width: 100% !important;
    z-index: 9;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-slider-area {
    overflow: hidden;
}

.carousel-fade .carousel-inner .item {
    height: 100vh;
    opacity: 0.6;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 99;
}

.main-slider-area .carousel-control .glyphicon-chevron-right {
    right: 20px;
}

.main-slider-area .carousel-control .glyphicon-chevron-left {
    left: 10px;
}

.main-slider-area .carousel-control.right,
.main-slider-area .carousel-control.left {
    width: 0;
}

.glyphicon-chevron-right:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: #000000;
    padding: 10px 15px;
    ;
}

.glyphicon-chevron-left:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    background: #000000;
    padding: 10px 15px;
    ;
}

.carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    text-align: inherit;
    padding: 0 150px;
    text-shadow: none;
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.slide-1 {
    background: url(../images/8th.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-2 {
    background: url(../images/slider/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-3 {
    background: url(../images/slider/banner111111.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-4 {
    background: url(../images/resaller.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-newone {
    background: url(../images/slider/4.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-5 {
    background: url(../images/banner-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-2:before,
.slide-3:before,
.slide-4:before,
.slide-newone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel .item {
    height: 75vh;
    width: 100%;
}

.carousel-caption p {
    letter-spacing: 3px;
    font-size: 16px;
    text-transform: uppercase;
}

.carousel-caption h3 {
    color: #ffffff;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.carousel-caption h3 span {
    color: #f36f5a;
}

.carousel-caption .btn {
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.carousel-caption .btn:hover {
    background: #f36f5a;
    border-color: #f36f5a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 1s;
}

.carousel-caption a {
    animation-delay: 2s;
}

.p {
    padding-top: 125px;
    text-align: center;
}

.p a {
    text-decoration: underline;
}

.hero-area {
    padding: 200px 0;
    background: url(../images/bg/3.html);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.hero-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60%;
    height: 100%;
    margin-left: -5%;
    background: rgba(255, 205, 0, 0.8);
    -ms-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);
}

.hero-col h5 {
    letter-spacing: 8px;
}

.hero-col h2 {
    font-size: 36px;
    color: #ffffff;
}

.hero-col .cd-headline {
    font-size: 18px;
    margin-bottom: 40px;
}

.hero-col .simple-btn {
    background: #000000;
}

.about-area {
    overflow-x: hidden;
    padding: 50px 0 25px;
}

.about-col {
    margin-bottom: 30px;
}

.experience-box {
    background: #f36f5a;
    padding: 10px;
    margin-left: 5px;
    text-align: center;
    outline-offset: 5px;
    outline: 1px solid #f36f5a;
}

.experience-box h1 {
    font-size: 80px;
    line-height: 62px;
    margin-bottom: 20px;
    color: #ffffff;
}

.experience-box h4 {
    color: #ffffff;
    margin-bottom: 0;
}

.about-col h2 {
    display: inline-block;
}

.welcome-text h2 {
    color: #f36f5a;
    font-size: 36px;
}

.welcome-text p {
    margin-bottom: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #999999;
}

.about-image {
    background: #F5F5F5;
    position: relative;
    padding: 20px 20px 0 20px;
}

.about-image img {}

.about-area-two {}

.about-area-two .about-col h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.choose-box {
    margin-bottom: 30px;
}

.choose-icon {
    position: relative;
    padding-left: 60px;
}

.choose-icon i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    color: #f36f5a;
}

.choose-icon i:before {
    font-size: 50px;
}

.choose-box h4 {
    padding-top: 10px;
    margin-bottom: 20px;
}

.about-area-three {
    padding: 120px 0 70px;
}

.about-three-col {
    margin-bottom: 50px;
}

.about-three-col h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
}

.about-three-col h3:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #f36f5a;
}

.separator-area {
    padding: 120px 0 120px;
    position: relative;
    overflow: hidden;
}

.separator-area:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: -50px;
    background: #2f344e;
    -ms-transform: skewX(12deg);
    -webkit-transform: skewX(12deg);
    transform: skewX(12deg);
}

.separator-area:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    background: url(../images/bg/1.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.separator-col {
    position: relative;
    z-index: 99;
}

.separator-col h2 {
    color: #f36f5a;
    margin-bottom: 30px;
}

.separator-col h4 {
    color: #ffffff;
    font-size: 22px;
    text-transform: lowercase;
}

.separator-col h4 span {
    text-transform: capitalize;
}

.separator-col img {
    margin-top: -120px;
}

.pt-30 {
    padding-top: 30px;
}

.services-color h1,
h5 {
    color: black;
    text-transform: uppercase;
}

.services {
    font-size: 45px;
    color: #f36f5a;
    text-align: center;
}

.space {
    padding: 40px 0px 50px 0px;
}

.services .title {
    display: block;
    font-size: 20px;
    margin: 0 0 12px 0;
    position: relative;
    text-shadow: 0 1px 0 #666;
    text-align: center;
    padding: 5px 0px 0px 0px;
}

.services i.fa {
    transition: transform 0.6s ease;
    color: #f36f5a !important;
}

.services:hover i {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -ms-transition: 0.70s;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.readmore {
    font-size: 16px;
    background: #f36f5a;
    color: #fff;
    border-radius: 15px;
    padding: 5px 20px;
}

.readmore:hover {
    color: #f36f5a;
    background-color: white;
    border: 1px solid #f36f5a;
}

.services-area {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 0px 0 50px;
    background-size: cover;
    overflow: hidden;
}

.blackbg {
    width: 80%;
    margin: auto;
}

.serviceBox {
    padding: 35px 20px 35px 90px;
    position: relative;
}

.serviceBox:before {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(119, 94, 28, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale3d(1.08, 1.08, 1.08);
    transition: all 0.33s ease 0s;
}

.serviceBox:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.serviceBox .service-icon {
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #f36f5a;
    text-align: center;
    border: 2px solid #f36f5a;
    position: absolute;
    top: 15px;
    left: 20px;
    transition: all 0.3s ease 0s;
}

.serviceBox .service-icon i:before {
    font-size: 30px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

.serviceBox:hover .service-icon {
    transform: translateY(20px);
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    height: 2px;
    background: #f36f5a;
    position: absolute;
    top: -20px;
    left: 10px;
    right: 10px;
    transition: all 0.3s ease 0s;
}

.serviceBox .service-icon:after {
    top: auto;
    bottom: -20px;
    left: 10px;
    right: 10px;
}

.serviceBox:hover .service-icon:before {
    top: -20px;
    transform: rotate(90deg);
}

.serviceBox:hover .service-icon:after {
    transform: rotate(-90deg);
    bottom: -20px;
}

.serviceBox .title {
    display: block;
    font-size: 20px;
    color: #40486D;
    margin: 0 0 12px 0;
    position: relative;
}

.serviceBox .description {}

.services-area-two {
    padding: 120px 0 90px;
    overflow: hidden;
}

.service-col-two {
    margin-bottom: 30px;
    text-align: center;
}

.service-two-content {
    background: #f5f5f5;
    padding: 20px;
    position: relative;
}

.service-two-content h4 {
    color: #2F344E;
}

.service-two-content .simple-btn {
    margin-top: 20px;
}

.service-inner-area {}

.service-inner-area .title {
    font-size: 16px;
}

.service-details-area {
    padding: 21px 0 0px;
}

.service-details-col {
    margin-bottom: 30px;
}

.service-details-sidebar {
    margin-bottom: 30px;
}

.service-faq {
    margin-top: 50px;
}

.service-faq h3 {
    margin-bottom: 20px;
}

.service-details-title {
    margin-top: -7px;
    margin-bottom: 20px;
}

.service-details-title h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.service-details-title h2 span {
    color: #f36f5a;
}

.service-details-title h4 {
    font-size: 14px;
}

.service-details-list h3 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.service-details-list ul li {
    margin-bottom: 10px;
}

.service-details-list ul li i {
    margin-right: 10px;
    color: #f36f5a;
}

.service-given-list {
    margin-bottom: 40px;
}

.service-given-list ul li {
    padding: 8px 20px;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #8080807d;
}

.service-given-list ul li:hover {
    background: #f36f5a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-given-list ul li.active {
    background: #f36f5a;
}

.service-given-list ul li.active a {
    color: #ffffff;
}

.service-given-list ul li.active i {
    color: #ffffff;
}

.service-given-list ul li i {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-given-list ul li:hover i {
    margin-right: 10px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-given-list ul li a {
    color: #333333;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-given-list ul li:hover a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pdf-books {
    margin-bottom: 40px;
}

.serice-sidebar-title {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.pdf-books ul li {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.pdf-books ul li i {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pdf-books ul li:hover i {
    margin-right: 10px;
    color: #f36f5a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pdf-books ul li a {
    color: #424242;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pdf-books ul li:hover a {
    color: #f36f5a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.support-box {
    margin-bottom: 40px;
}

.support-content {
    background: #f36f5a;
    padding: 30px 30px;
}

.support-content h4 {
    color: #ffffff;
}

.support-content h3 {
    margin-bottom: 0;
}

.video-tutorial {}

.video-tutorial-content {
    position: relative;
}

.appointment-area {
    padding: 120px 0 0;
    background: url(../images/bg/2.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.appointment-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.appointment-col {
    margin-bottom: 30px;
}

.appointment-col h2 {
    color: #40486D;
    font-size: 36px;
    margin-bottom: 30px;
}

.appointment-img {
    margin-bottom: 0;
}

.appointment-col .form-control {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.packages-title h1,
.packages-title h2 {
    color: white !important;
}

.package-plan {
    padding: 35px 0px;
    background-image: url(../images/business-card.png);
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 100;
    background-size: cover;
}

.packages1 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 15px;
    border: 1px solid #2e2e2f;
    text-align: center;
    position: relative;
    margin: 20px 5px;
    border-radius: 10px;
    height: 245px;
    color: white !important;
    transition: all 1s;
}

.packages1 h2,
h4 {
    color: black;
}

.packages1 h2 {
    font-weight: 200;
    font-size: 24px;
    text-transform: uppercase;
}

.price {
    font-weight: 900 !important;
    padding-bottom: 25px;
}

.smallicon {
    margin-top: -40px;
    height: 80px;
    display: inline-block;
    width: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.smallicon img {
    vertical-align: middle;
    padding: 0px 14px;
}

.readmore1 {
    font-size: 16px;
    background: #f36f5a;
    color: #fff;
    border-radius: 15px;
    padding: 5px 20px;
}

.readmore1:hover {
    background-color: white;
    color: #f36f5a;
}

.packages1 .smallicon {
    transition: transform 1s ease;
}

.packages:hover .smallicon {
    transition: all 1s;
    transform: rotate(360deg);
}

.team-area {
    padding: 35px 0;
}

.our-team {
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our-team .team-pic>img {
    width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    margin-bottom: -30px;
    margin-right: 1px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our-team:hover img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our-team .team-profile {
    text-align: center;
    background: #f36f5a;
    position: relative;
    width: 100%;
    padding: 20px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our-team:hover .team-profile {
    position: relative;
    z-index: 99;
    background: #40486D;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our-team .team-profile:before {
    content: "";
    border-bottom: 28px solid #f36f5a;
    border-right: 120px solid transparent;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our-team:hover .team-profile:before {
    border-bottom-color: #40486D;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.our-team .team-title {
    line-height: 22px;
    display: inline-block;
}

.our-team .team-title a {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-team .team-title a:hover {
    color: #f36f5a;
    text-decoration: none;
}

.our-team .team-title>small {
    font-size: 13px;
    color: #fff
}

.our-team .team-social {
    padding: 0;
}

.our-team .team-social>li {
    display: inline-block;
    margin-right: 12px;
}

.our-team .team-social>li>a {
    color: #fff;
    font-size: 18px;
}

.our-team .team-social>li>a:hover {
    text-decoration: none;
    color: #f36f5a;
}

.team-area .owl-theme .owl-nav {
    margin-top: 0;
}

.team-area .owl-theme .owl-nav [class*=owl-] {
    padding: 10px 20px;
    border-radius: 50%;
    color: #3C4767;
    font-size: 20px;
}

.team-area .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -15px;
    top: 35%;
}

.team-area .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    top: 35%;
}

.team-inner-area {
    padding: 120px 0 90px;
}

.team-inner-area .our-team {
    margin-bottom: 30px;
    height: 377px;
}

.team-details-area {
    padding: 120px 0 90px;
}

.team-singel-img {
    border: 1px solid #f36f5a;
}

.team-details-col {
    padding: 30px 30px;
    background: #F5F5F5;
    position: relative;
}

.team-details-col h4 {
    font-size: 24px;
}

.team-details-col h4 span {
    font-size: 14px;
    color: #f36f5a;
}

.team-details-col strong {
    margin-right: 10px;
}

.team-details-col p {
    margin-bottom: 8px;
}

.team-info-contact {
    margin-bottom: 10px;
}

.team-info-contact a i {
    color: #111111;
    margin-right: 10px;
}

.team-info-contact a i:hover {
    color: #f36f5a;
}

.start-group {
    margin-bottom: 15px;
}

.start-group i {
    font-size: 30px;
    color: #f36f5a;
}

.other-team-membars {
    margin-top: 80px;
}

.counter-area {
    padding: 110px 0px 60px;
    position: relative;
    background-image: url(../images/business-card.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 100;
    background-size: cover;
}

.counter-box {
    margin-bottom: 30px;
    text-align: center;
}

.counter-item {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.counter-item:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    z-index: 0;
    margin-top: -1px;
    width: 40px;
    height: 2px;
    background: #ffffff;
}

.counter-item:after {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    z-index: 0;
    margin-top: -1px;
    width: 40px;
    height: 2px;
    background: #ffffff;
}

.counter-title h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #ffffff;
}

.project-area {
    padding: 35px 0 35px;
    position: relative;
}

.project-col {
    margin-bottom: 30px;
}

.hover-box {
    background: #000000;
    text-align: center;
    position: relative;
}

.hover-box img {
    width: 100%;
    height: auto;
    transition: all 0.35s ease 0s;
}

.hover-box:hover img {
    opacity: 0.5;
}

.hover-box .hover-box-content {
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}

.hover-box:hover .hover-box-content {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}

.hover-box h3 {
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin: 5px 0;
    position: absolute;
    bottom: 55%;
    letter-spacing: 1px;
}

.hover-box .icon {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    position: absolute;
    top: 50%;
}

.hover-box .icon li {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.35s ease 0s;
}

.hover-box:hover .icon li {
    opacity: 1;
    transform: translateY(0px);
}

.hover-box:hover .icon li:first-child {
    transition-delay: 0.1s;
}

.hover-box:hover .icon li:nth-child(2) {
    transition-delay: 0.2s;
}

.hover-box .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f36f5a;
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    margin-right: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hover-box .icon a:hover {
    color: #f36f5a;
    background: #ffffff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.project-two-area {
    padding: 120px 0 90px;
    overflow: hidden;
    position: relative;
}

.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-nav li:hover {
    color: #f36f5a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.filtr-item {
    width: 33.25%;
}

.filtr-item .hover-box {
    margin-bottom: 30px;
}

.project-three-area {
    padding: 120px 0 90px;
    position: relative;
}

.project-three-area .filtr-item {
    width: 25%;
}

.project-title-area {
    padding: 120px 0 90px;
    position: relative;
}

.project-title-area .hover-box {}

.project-title-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 20px;
    background: #40486D;
}

.project-title-box h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

.projects-title-col .hover-box .icon li a {
    margin-top: -10px;
}

.projects-title-col:hover img {
    opacity: 0.5;
}

.projects-title-col:hover .hover-box-content {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}

.projects-title-col:hover .icon li {
    opacity: 1;
    transform: translateY(0px);
}

.projects-title-col:hover .icon li:first-child {
    transition-delay: 0.1s;
}

.projects-title-col:hover .icon li:nth-child(2) {
    transition-delay: 0.2s;
}

.hover-box .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f36f5a;
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    margin-right: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.project-details-area {
    padding: 120px 0 90px;
}

.project-details-area .mt30 {
    margin-top: 30px;
}

.project-details-content h2 {
    margin-bottom: 20px;
}

.project-info-box {
    background: #f36f5a;
    padding: 20px;
}

.project-info-box ul li {
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}

.project-info-box ul li a {
    text-transform: lowercase;
    color: #ffffff;
}

.project-info-box a i {
    margin-left: 5px;
}

.related-title {
    margin-top: 80px;
    margin-bottom: 50px;
    text-align: center;
}

.related-title h3 {
    font-size: 36px;
}

.project-details-area .projects-title-col {
    margin-bottom: 30px;
}

.testimonial iframe {
    box-shadow: 0px 0px 14px 0px #00000073;
}

.testimonial-area {
    padding: 0px 0;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url(../images/business-card.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 99;
    background-size: cover;
}

.testimonial-area1 {
    background-color: #00000073;
    padding: 35px 0;
}

.bg-white {
    background: #ffffff;
}

.testimonial {
    margin: 20px 10px 0;
    position: relative;
}

.testimonial .pic {
    padding: 5px;
    background: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    top: -20px;
    left: 10px;
    z-index: 1;
}

.testimonial .description {
    padding: 30px 30px 30px 90px;
    margin-left: 34px;
    position: relative;
    color: white;
    height: 300px;
}

.description a {
    border-top: 1px solid #fff;
}

.testimonial .testimonial-content {
    margin: 20px 0 0 34px;
}

.testimonial .title {
    display: inline-block;
    font-size: 14px;
    color: #f36f5a;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-top: 2px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #fc6963;
}

.testimonial-area .owl-theme .owl-nav [class*=owl-] {
    background: #00000073;
}

.testiminial-inner-area {
    padding: 120px 0 70px;
}

.testimonial-col {
    margin-bottom: 50px;
}

.blog-area {
    padding: 35px 0 35px;
    overflow: hidden;
}

.post-box {
    margin-bottom: 30px;
    text-align: center;
}

.post-box .post-img {
    position: relative;
    margin-bottom: 20px;
}

.post-box .post-img img {
    width: 100%;
    height: auto;
}

.post-box .post-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.post-box .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}

.post-box .post-bar li:after {
    content: "/";
    margin-left: 5px;
}

.post-box .post-bar li:last-child:after {
    content: "";
}

.post-box .post-bar li a {
    color: #424242;
    font-weight: bold;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.post-box .post-bar li a:hover {
    color: #333;
    text-decoration: none;
}

.post-box .post-bar li a:after {
    content: ",";
    margin: 0 5px;
}

.post-box .post-bar li a:last-child:after {
    content: "";
}

.post-box .post-title {
    margin: 15px 0;
    text-transform: capitalize;
}

.post-box .post-title a {
    font-size: 24px;
    color: #424242;
    transition: all 300ms linear 0ms;
}

.post-box .post-title a:hover {
    color: #f36f5a;
    text-decoration: none;
}

.post-box .post-description {
    color: #424242;
    padding-bottom: 20px;
}

.blog-details-area {
    padding: 120px 0 70px;
}

.blog-details-area .post-bar {
    background: #f5f5f5;
    padding: 10px 10px;
    margin-bottom: 30px;
}

.blog-details-area .post-bar li {
    margin-right: 20px;
    display: inline-block;
}

.blog-details-area .post-bar li a {
    color: #111111;
}

.blog-single-sec .blog-content p {
    margin-bottom: 0;
}

.highlight-text {
    padding: 30px 30px;
    background: #F5F5F5;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.highlight-text p {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
    color: #353535;
}

.comment-row {
    margin-bottom: 60px;
}

.comment-row h3 {
    margin-bottom: 50px;
    margin-top: 20px;
}

.comment-row h3 a {
    font-size: 18px;
    color: #111111;
}

.comment-item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 100px;
}

.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.comment-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.comment-item a i {
    color: #f36f5a;
}

.form-area .hvr-bounce-to-right {
    margin-top: 0;
    margin-bottom: 0;
}

.middel-item {
    margin-left: 50px;
}

.form-area .btn {
    margin-bottom: 30px;
}

.sidebar {
    margin-bottom: 30px;
}

.sedebar-title {
    color: #40486D;
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.sidebar-search {
    margin-bottom: 30px;
}

.sidebar-search .form-control {
    color: #666666;
    background: #e6e6e6;
    border: none;
    height: 50px;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar-search .input-group-btn .btn {
    border-radius: 0;
    height: 50px;
    width: 60px;
    background: #f36f5a;
}

.sidebar-search .input-group-btn .btn i {
    font-size: 28px;
    color: #ffffff;
}

.sidebar-search .input-group-btn .btn:hover {
    background: #111111;
}

.categories {
    margin-bottom: 30px;
}

.categories ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories ul li:last-child {
    border-bottom: none;
}

.categories ul li:hover {
    border-color: #f36f5a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories ul li a {
    color: #676767;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories ul li:hover a {
    color: #f36f5a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.categories ul li:hover span {
    color: #f36f5a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.latest-news {
    margin-bottom: 30px;
}

.latest-news ul li {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.latest-news ul li:last-child {
    border-bottom: none;
}

.news-item {
    position: relative;
    padding-left: 100px;
}

.news-item p {
    margin-bottom: 30px;
}

.news-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.news-item h4 {
    margin-bottom: 5px;
}

.news-item h4 a {
    color: #f36f5a;
    font-size: 15px;
}

.sidebar-tags {
    margin-bottom: 30px;
}

.sidebar-tags ul li {
    display: inline-block;
}

.sidebar-tags a {
    padding: 10px 18px;
    background: transparent;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #676767;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-tags a:hover {
    border-color: #f36f5a;
    background: #f36f5a;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.preview {}

.client-area {
    padding: 60px 0 50px;
    background: #ffff;
    position: relative;
}

.client-carousel .item img {
    opacity: 0.7;
}

.client-carousel .item:hover img {
    opacity: 1;
}

.innerpage-titlebar {
    padding: 150px 0 0;
    margin-bottom: 30px;
    position: relative;
    background: url(../images/bg/titlebar-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.titlebar-box {
    padding: 30px 30px;
    background: #f5f5f5;
    margin-bottom: -50px;
    position: relative;
}

.titlebar-col h2,
.titlebar-col h1 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.titlebar-col p {
    text-align: right;
    vertical-align: middle;
}

.titlebar-col p a {
    text-transform: capitalize;
    color: #333333;
}

.titlebar-col p span {
    color: #f36f5a;
}

.pricing-area {
    padding: 120px 0 90px;
}

.pricingTable {
    padding: 50px 20px;
    margin-bottom: 30px;
    border: 1px solid #f36f5a;
    text-align: center;
}

.pricingTable .price-value {
    margin-bottom: 30px;
}

.pricingTable .price-value h2 {
    font-size: 60px;
    font-weight: 800;
    color: #2F344E;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.pricingTable .month {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #2F344E;
    letter-spacing: 2px;
    line-height: 10px;
    text-transform: uppercase;
}

.pricingTable .title {
    display: inline-block;
    padding: 15px 40px;
    margin: 0 0 20px 0;
    background: #eee;
    font-size: 18px;
    color: #f36f5a;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricingTable:hover .title {
    background: #f36f5a;
    color: #fff;
}

.pricingTable .title:before,
.pricingTable .title:after {
    content: "";
    border-right: 26px solid #eee;
    border-top: 25px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    top: 0;
    left: -26px;
    transition: all 0.3s ease 0s;
}

.pricingTable .title:after {
    border-right: none;
    border-left: 26px solid #eee;
    left: auto;
    right: -26px;
}

.pricingTable:hover .title:before {
    border-right-color: #f36f5a;
}

.pricingTable:hover .title:after {
    border-left-color: #f36f5a;
}

.pricingTable .pricing-content {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}

.pricingTable .pricing-content li {
    font-size: 17px;
    color: #0d3b66;
    line-height: 40px;
}

.pricing-content ul {
    margin-bottom: 30px;
}

.account-area {
    padding: 120px 0;
}

.tab {
    padding: 70px 50px 25px;
    margin-top: 40px;
    background: #2F344E;
    position: relative;
}

.tab:before {
    content: "\f007";
    font-family: fontawesome;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #f36f5a;
    font-size: 40px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.tab .nav-tabs {
    padding: 0 20px 15px;
    position: relative;
}

.tab .nav-tabs li a {
    padding: 0 20px 0;
    margin: 0;
    background: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    opacity: 0.5;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tab .nav-tabs li a:hover {
    border: none;
}

.tab .nav-tabs li a:before {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover {
    border: none;
    background: none;
    opacity: 1;
    color: #fff;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li.active a:hover:before {
    width: 100%;
}

.tab .tab-content {
    padding: 20px 0 0 0;
    margin-top: 15px;
    background: none;
    position: relative;
}

.form-horizontal .form-group {
    position: relative;
    margin-bottom: 0;
}

.form-horizontal .form-control {
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease 0s;
}

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

.form-horizontal .form-group label {
    color: #adadad;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.form-horizontal .btn {
    display: inline-block;
    width: 50%;
    background: #f36f5a;
    padding: 10px 20px;
    margin: 20px auto 0;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}

.form-horizontal .btn:focus {
    background: #f36f5a;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.form-horizontal .forgot-pass {
    margin: 0;
    text-align: center;
}

.form-horizontal .forgot-pass a {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #615f6c;
    font-size: 14px;
    font-weight: bold;
    color: #adadad;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.form-horizontal .forgot-pass a:hover {
    color: #f36f5a;
}

.faq-area {
    padding: 120px 0;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px 0;
    overflow: hidden;
    position: relative;
}

#accordion .panel:last-child {
    margin-bottom: 0;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #f36f5a;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a.collapsed {
    background: #2F344E;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #f36f5a;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}

#accordion .panel-title a.collapsed:after {
    width: 19px;
    background: #ababab;
}

#accordion .panel-body {
    border-left: 3px solid #f36f5a;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #1c2336;
    line-height: 27px;
    position: relative;
}

#accordion .panel-body:before {
    content: "";
    height: 3px;
    width: 50%;
    background: #f36f5a;
    position: absolute;
    bottom: 0;
    left: 0;
}

.error-section {
    padding: 50px 0;
}

.error-col {
    text-align: center;
}

.error-col h1 {
    font-size: 100px;
    line-height: 1.1;
    letter-spacing: 8px;
    font-style: italic;
    color: #f36f5a;
}

.error-col h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.error-col img {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}

.error-col a {
    font-size: 30px;
    color: #f36f5a;
    padding: 8px 20px;
}

.error-col a:hover {
    color: #ffffff;
    background: #f36f5a;
}

.contact-area {
    overflow: hidden;
    padding: 50px 0 90px;
}

.contact-section {
    overflow: hidden;
    padding: 100px 0 70px;
}

.contact-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.contact-title h2 span {
    color: #f36f5a;
}

.contact-title p {
    margin-bottom: 30px;
}

.contact-box {
    background: #00000082;
    padding: 10px 8px;
    margin-bottom: 50px;
    position: relative;
    height: 266px;
}

.address12 {
    padding: 0 5px 0 0;
}

.heading-line {
    border-bottom: 3px solid #f36f5a;
    width: 10%;
    margin: 0px 0px 12px 0px;
}

.contact-area h4 {
    font-size: 25px;
}

.contact-box i {
    font-size: 20px;
    color: #f36f5a;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.contact-box address {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.contact-section .contact-form {
    margin-top: 50px;
}

.contact-section form .form-control {
    height: 45px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #cccccc;
    color: #676767;
    padding-left: 0;
}

.contact-area form .textarea-hight-full {
    height: 100%;
}

.contact-area .simple-btn {
    margin-bottom: 30px;
    border-radius: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.address h2 {
    color: white !important;
    padding: 6px 0 6px 0;
}

.address h4 {
    color: white !important;
}

h5 .blackcol {
    color: black !important;
}

.main-footer {
    padding: 35px 0 0px;
    background: #2f344e;
    overflow: hidden;
    position: relative;
}

.main-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60%;
    height: 180%;
    margin-left: -5%;
    background: #262a40;
    -ms-transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
}

.mb50 {
    margin-bottom: 0px !important;
}

.main-footer .footer-logo img {
    width: 250px;
    height: auto;
    margin-bottom: 30px;
}

.about-info {
    margin-top: 20px;
}

.about-info li {
    padding: 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
}

.about-info li i {
    font-size: 14px;
    color: #f36f5a;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 0;
}

.main-footer h4 {
    font-size: 20px;
    line-height: 18px;
    color: #f36f5a;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid white;
    padding: 25px 0 15px 0;
    margin: 0;
}

.main-footer .heading-under-line {
    width: 55px;
    height: 3px;
    background-color: #f36f5a;
    position: relative;
    margin: -2px 0 0px;
    margin-bottom: 40px;
}

.heading-under-line1 {
    margin: 0px 0 0 0 !important;
}

.footer-about-col p {
    color: #f1f1f1;
}

.footer-post-col {
    margin-bottom: 40px;
}

.footer-post-col ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 8px;
}

.footer-post-col ul li a {
    color: white;
    transition: all 1s;
    text-transform: uppercase;
}

.footer-post-col ul li a:hover {
    color: #f36f5a;
    padding: 0px 0px 0 4px;
    transition: all 1s;
}

.footer-post-col ul li:last-child {
    margin-bottom: 0;
}

.footer-post-col ul li img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 60px;
    height: auto;
}

.footer-post-col ul li h5 {
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 0;
}

.footer-post-col ul li h5 a {
    color: #f1f1f1;
}

.footer-post-col ul li h5 a:hover {
    color: #f36f5a;
}

.footer-post-col ul li p a {
    color: #f36f5a;
    text-transform: capitalize;
}

.footer-subscribe {}

.subscribe-box {
    padding: 5px 5px;
    background: #262A40;
}

.subscribe-box p {
    color: #f36f5a;
    margin-bottom: 20px;
    line-height: 16px;
}

.subscribe-box .form-control {
    margin-bottom: 0;
}

.subscribe-box .subscribe-btn {
    margin-bottom: 0;
    width: 100%;
}

.copyright {
    padding: 15px 15px 62px;
    background-color: #0a0a0a;
    position: relative;
}

.copyright-col p {
    color: #848484;
    line-height: 35px;
    font-size: 13px;
}

.copyright p a {
    color: #f36f5a;
}

.social {
    margin-top: 0;
}

.social li {
    display: inline-block;
    margin-right: 5px;
}

.social li i {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    color: #f36f5a;
    line-height: 36px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.social i:hover {
    background: #f36f5a;
    color: #ffffff;
}

textarea#massage {
    width: 100%;
    padding: 6px 12px;
}

.dropdown-menu {
    background-color: #fff !important;
}

span.plus {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

input[type=file] {
    margin-bottom: 30px;
}

.contact-fo {
    border: 2px solid #f36f5a;
    padding: 30px 25px 0 25px;
}

.contact-area1 {
    padding: 35px 0 90px !important;
}

.apply {
    background-color: #f36f5a;
    padding: 10px 0 10px 0;
    border-radius: 5px;
}

.apply a p {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.casestudytable-cls tr,
th,
td {
    border-style: solid;
    border-width: 1.5px;
    border-color: #374f5a42;
    padding: 6px;
    text-align: center;
}

.casestudytable-cls tr:hover {
    color: #ffff;
    background-color: #374f5a;
}

.clearfix ul li .fa {
    color: #f36f5a;
    font-size: 17px;
}

.plans tr td:first-child {
    text-align: left !important;
    width: 32%;
}

.plans .main_heading td {
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 20px 0 20px 0!important;
    font-weight: bold;
    font-size: 20px;
}

.table-gray {
    background: #f4f4f4;
}

.heading {
    background: #dbdbdb none repeat scroll 0 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.plans {
    border: medium none;
    margin-top: 18px;
    width: 100%;
}

.plans tr td {
    border: 1px solid #dbdbdb;
    color: #000;
    font-size: 15px;
    padding: 8px 5px;
    text-align: center;
}

.plans tr td img {
    width: 20%;
}

.main_heading td img {
    width: 100% !important;
}

.amount_sumbit {
    background: #ff6f58;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    transition: all 0.5s ease 0s;
}

.amount_sumbit:hover {
    background: #374F5A !important;
    transition: all 0.5s ease 0s;
}

.simple-btn1 {
    text-align: center !important;
}

.center9911 {
    padding: 110px 0 15px 0;
}

i.fa.fa-check-square-o {
    color: green;
    font-size: 20px;
}

i.fa.fa-close {
    color: red;
    font-size: 20px;
}

.color123 {
    background-color: #364a54;
    color: white !important;
    border-radius: 5px;
}

.color1234 {
    background-color: #ff6f58;
    border-radius: 5px;
    color: white !important;
}

.color1235 {
    background-color: #f0644d;
    border-radius: 5px;
    color: white !important;
}

.color1236 {
    background: #e75a43 url(../images/top.png)top right no-repeat;
    border-radius: 5px;
    color: white !important;
}

.color1237 {
    background-color: #dd533c;
    border-radius: 5px;
    color: white !important;
}

.color1238 {
    background-color: #d64d36;
    border-radius: 5px;
    color: white !important;
}

.update_input:hover td input {
    color: #374f5a;
}

.payment-form input,
.payment-form select {
    width: 100%;
    padding: 7px 0 7px 10px;
    border-radius: 5px;
    border-style: groove;
}

select#currency_code {
    padding: 10px 0px 10px 10px;
}

.payment-form1 {
    padding: 15px 0 0 0;
}

.submit11111 {
    border-style: none !important;
    margin: 10px 0 0 0;
    transition: all 1s;
}

.submit11111:hover {
    background-color: #455a64 !important;
    transition: all 1s;
}

.about-three-col img {
    width: 50%;
    float: left;
    padding: 0 20px 0px 0;
}

.about-three-col1 img {
    width: 100%;
}

.about-three-col p {
    padding: 0 0 10px 0;
}

.about-three-col p b {
    color: black;
    font-weight: bold;
}

.about-three-col p i.fa {
    color: #f36f5a;
    font-size: 17px;
    font-weight: bold;
}

.pt-30 {
    padding-top: 30px;
}

.about-info li {
    margin-bottom: 0px !important;
}

.footer2 {
    padding: 20px 0 20px 0;
    border-top: 1px solid #ffffff38;
    position: relative;
}

.pb-15 {
    padding-bottom: 15px;
}

.payment-1 li {
    padding: 20px 0 0 0;
}

.ser {
    padding: 15px 7px 0px 7px;
}

.pt-20 {
    padding-top: 20px !important;
}

.heading-under-line22 {
    margin-bottom: 15px !important;
}

.ftr_cta_blk {
    bottom: 0px;
    background-color: #e84328;
}

.ftr_cta_blk {
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
}

.call_wrapnew {
    cursor: default;
    position: absolute;
    height: 96px;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all .3s ease 0s;
}

.call_wrapnew>span:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    text-transform: uppercase;
}

.call_wrapnew>span:last-child {
    padding-top: 7px;
}

.call_wrapnew,
.call_wrapnew>span {
    display: block;
}

.call_wrapnew {
    cursor: default;
    position: absolute;
    height: 96px;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all .3s ease 0s;
}

.call_wrapnew a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.fa-phone:before {
    content: "\f095";
}

.call_wrapnew>span i {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 35px;
    color: #fff;
    margin-right: 5px;
    width: 35px;
    line-height: 35px;
}

.call_wrapnew:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, .41);
    top: -44px;
    transition: all .3s ease 0s;
    background: #e84328;
}

.service-details-col p {
    padding: 0 0 10px 0;
}

.service-details-col p b {
    color: black;
}

.after-bdr2 a i.fa:hover {
    color: black !important;
    transition: all 1s;
    transform: rotate(360deg);
}

.col-md-12.packages1:hover .smallicon {
    transition: all 1s;
    transform: rotate(360deg);
}

.packages1:hover {
    background-color: black;
    transition: all 1s;
}

.testimonial {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.heading-under-line123 {
    width: 55px;
    height: 3px;
    background-color: #f36f5a;
    position: relative;
    margin: -2px 0 0px;
    margin-bottom: 40px;
}

section.ouraddress {
    padding: 25px 0 0 !important;
    background-image: url(../images/business-card.png);
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 100;
    background-size: cover;
}

.ouraddress h4 {
    color: white !important;
    text-transform: uppercase;
}

.contact-box p {
    color: white;
    margin: 0 0 0 -12px;
}

.contactp {
    font-weight: 900;
    font-size: 20px;
    padding: 0 0 11px;
    text-transform: uppercase;
}

section.service-details-area img {
    padding: 0 0 20px 0;
}

.gapping {
    padding: 20px 0 30px 0 !important;
}

.test-2 {
    margin: 0px 0 0 0 !important;
}

.po {
    padding: 120px 0 290px !important;
}

.thank {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.page404 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.page404 {
    background-color: #f3f2f0;
    padding: 45px 0 45px 0;
}

.page404 p b a {
    color: #f36f5a;
    font-weight: bold;
}

.page404 p b a:hover {
    color: #000;
}

.page404 p {
    padding: 12px 30px;
}

.table-sc {
    overflow-x: auto;
}

.table-sc table {
    width: 100%;
    margin: 15px 0 0 0;
}

.table-sc td,
.table-sc th {
    text-align: left;
    width: 33%;
    text-transform: uppercase;
    border-color: transparent;
}

.career-table {
    width: 50% !important;
}

.table-sc td a {
    color: black;
}

.table-sc td a:hover {
    color: #e84328;
}

.table-sc th {
    color: #e84328;
}

.profolio-img {
    background-image: url("../images/back.png");
    height: 319px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 0 60px;
    clear: both;
}

.profolio-img img {
    width: 79.7%;
    margin: 28px auto 0;
    display: block;
    height: 258px;
    object-fit: cover;
    object-position: top;
    transition: all 12s;
}

.profolio-img img:hover {
    object-position: bottom;
    transition: all 12s;
}

.profolio-img h4 a {
    font-weight: bold;
    font-size: 30px;
    color: #000;
}

.profolio-img h4 {
    padding: 32px 0 0;
}

.protfolio {
    padding: 30px 0 60px;
}

.portfolio-tab .tablinks.active,
.portfolio-tab .tablinks:hover {
    border-bottom: 3px solid #f36f5a;
}

.portfolio-tab .tablinks {
    background-color: transparent;
    border: none;
    padding: 18px 20px 11px;
    font-weight: bold;
    color: #455a64;
    margin: 0 0 10px;
}

.portfolio-tab .tablinks:focus {
    outline: none;
}

.profolio-mobileimg {
    height: 363px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 0 60px;
    clear: both;
}

.profolio-mobileimg.android {
    background-image: url("../images/aa.png");
}

.profolio-img-logo {
    padding: 0 15px 30px;
}

.profolio-img-logo img {
    height: 170px;
    object-fit: contain;
    object-position: center;
}

.ourpartnerspage {
    padding: 50px 0;
}

.header-navbar .navbar-default .navbar-nav>li i.fa {
    position: absolute;
    top: 40%;
    right: 0px;
}

.ourpartnerspage h4.part {
    padding: 15px 0 0;
}

.ourpartnerspage h4 {
    padding: 20px 0 0;
}

.information p a {
    color: #f36e5a;
}


/*---4-11-20--*/

.container.futterinindia h2 {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    line-height: 52px;
}

.container.futterinindia p {
    margin-bottom: 30px;
}

.dm-width {
    width: 100%;
    margin: 0 auto;
}

.owl-item img {
    width: 100%;
}

.iphone-mockup {
    position: relative;
    z-index: 5;
}

.dm-device {
    position: relative;
    width: 100%;
    padding-bottom: 203.477897%;
    margin-bottom: 20px;
}

.device {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../../res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
    background-size: cover;
    background-position: center center;
}

.screen {
    overflow: hidden;
    position: absolute;
    top: 18.1%;
    bottom: 20.6%;
    left: 12.49%;
    right: 17.4%;
    background-color: #E91E63;
}

.slider,
.slider2,
.slider3 {
    height: 100%;
    border-radius: 40px;
}

.slider div,
.slider2 div,
.slider3 div {
    height: 100%;
    max-height: 380px;
}

.slider__item {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.7);
    /* display: flex;*/
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 20px;
}

.mobilearea video {
    height: 380px;
    width: 100%;
    border-radius: 19px;
}

.profolio-img-visiting {
    /* background: #f3f3f3; */
    /* padding: 15px; */
    /* border-radius: 5px; */
    background: transparent;
    box-shadow: 6px 6px 14px 0 rgb(0 0 0 / 20%), -8px -8px 18px 0 rgb(255 255 255 / 55%);
    border-radius: 40px;
    padding: 30px;
    border: 1px solid #f3f3f3;
}

.profolio-img-visiting img {
    border-radius: 20px 20px 20px;
    border: 1px solid #f1f1f1;
    box-shadow: inset 6px 6px 14px 0 rgb(0 0 0 / 20%), -8px -8px 18px 0 rgb(255 255 255 / 55%);
    padding: 20px;
    object-fit: fill;
}

.videotestimonials {
    padding: 30px 0 0;
}

.vidopart {
    box-shadow: 3px 3px 9px 0px #b9b6b6;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    height: 515px;
}

.vidopart video {
    height: 415px;
    width: 100%;
}

.vidopart h2 {
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 7px 0 0;
    text-transform: capitalize;
}

.vidopart p {
    text-align: center;
    font-size: 13px;
    margin: 0;
    padding: 7px 0 0;
}

.innerpagestest .testimonial .description {
    color: #000;
}

.innerpagestest .testimonial .description {
    height: unset;
    padding: 0px 30px 30px 90px;
}

.innerpagestest .testimonial .pic {
    top: 0;
    left: 0;
}

.innerpagestest .testimonial-col {
    box-shadow: 3px 3px 9px 0px #b9b6b6;
    border-radius: 10px;
    padding: 15px;
}

.about-area.about-area-three.farea h3.wow.fadeInRight {
    text-align: center;
    margin-bottom: 40px;
}

.about-three-col.fluter {
    display: flex;
    align-items: center;
}

.afad h3 {
    text-align: center;
}

.afad .box8 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.afad .card {
    background-color: #ffffff;
    border-radius: 4px;
    flex: 1;
    margin: 5% 0;
    min-width: 200px;
    min-height: 300px;
    text-align: center;
    align-items: center;
    padding: 30px;
    position: relative;
    bottom: 0;
    transition: all 0.5s;
}

.afad .card:hover {
    /*	bottom:5px;*/
}

.icon-app img {
    height: 45px;
    width: auto;
    margin: 20px auto;
}

.afad {
    padding-bottom: 85px;
}

.f_appdev:before {
    content: "";
    background: rgba(0, 0, 0, 0.82);
    padding: 60px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.f_appdev {
    background: url(../images/bgf.jpg);
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

.f_appdev h1 {
    color: #e84328;
    position: relative;
    margin-bottom: 30px;
}

.f_appdev p {
    color: #fff;
    position: relative;
}

.f_appdev a {
    position: relative;
    border: 2px solid #f36e5a;
    background: none;
    color: #fff;
    padding: 10px 20px;
    margin: 20px auto;
    display: block;
    max-width: 250px;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 18px;
}

.f_appdev a:hover {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    background: #fff;
    color: #000;
}

.appbanner_custome {
    padding: 320px 0 0;
    background-size: contain !important;
    background-color: #f36f5a !important;
}

.apppadding-right img.wow.zoomIn {
    padding-right: 100px;
}

.icon-appn img {
    height: 300px;
    transition: all 0.5s;
    max-width: 300px;
    overflow: hidden;
}

.afad .card .icon-appn {
    transition: all 0.5s;
}

.afad .card:hover .icon-appn {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
    transition: 1s;
}

section.afad .card-content h3 {
    font-size: 16px !important;
    min-height: 45px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}

.startimg img {
    height: 400px;
    width: auto;
}

.f_appdev p {
    text-align: initial;
}

section.f_appdevsec {
    padding: 60px 0;
}

section.f_appdevsec .row.align-items-center {
    display: flex;
    align-items: center;
}

section.f_appdevsec h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

section.f_appdevsec .startimg img {
    height: auto;
}

section.innerpage-titlebar.christmas {
    background: url(../images/banner-ch.jpg);
    min-height: 450px;
    padding-top: 362px;
    background-size: 100%;
}

section.innerpage-titlebar.christmas .banner-area-content {
    position: absolute;
    top: 20%;
    max-width: 500px;
    float: left;
    left: 10%;
}

section.innerpage-titlebar.christmas .banner-area-content h2 {
    color: #d80001;
    font-size: 62px;
    font-weight: bold;
    line-height: 40px;
}

section.innerpage-titlebar.christmas .banner-area-content ul li {
    position: relative;
    font-size: 16px;
    color: #000;
}

section.innerpage-titlebar.christmas .banner-area-content ul li:before {
    content: "\f06b";
    position: absolute;
    left: -20px;
    font-family: FontAwesome;
    color: #d80001;
}

.banner-area-content span {
    color: #d80001;
    font-size: 62px;
}

.banner-area-content ul {
    margin-left: 20px;
}

.special-offer {
    background: url(../images/special-offer.jpg);
    padding: 60px 0;
    background-size: cover;
    margin-top: 60px;
    background-position: center;
    position: relative;
}

section.special-offer:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2442e+0,000000+70&0.65+0,0+69 */
    background: -moz-linear-gradient(-45deg, rgba(242, 68, 46, 0.65) 0%, rgba(3, 1, 1, 0) 69%, rgba(0, 0, 0, 0) 70%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(242, 68, 46, 0.65) 0%, rgba(3, 1, 1, 0) 69%, rgba(0, 0, 0, 0) 70%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(242, 68, 46, 0.65) 0%, rgba(3, 1, 1, 0) 69%, rgba(0, 0, 0, 0) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6f2442e', endColorstr='#00000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.special-offer .special-offer-contentarea {
    position: relative;
}

.special-offer .special-offer-contentarea h1,
.special-offer .special-offer-contentarea h5,
.special-offer .special-offer-contentarea p,
.special-offer .special-offer-contentarea h6 {
    color: #fff;
}

.special-offer .special-offer-contentarea h5 {
    font-size: 24px;
    text-transform: capitalize;
    font-style: italic;
}

.special-offer .special-offer-contentarea p {
    font-size: 18px;
    margin-bottom: 15px;
}

.special-offer .special-offer-contentarea p span {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.special-offer .special-offer-contentarea h6 {
    font-size: 16px;
}


/*.christ-table tr:nth-child(2) {
    background: #d44a34;
    font-weight: bold;
}
.christ-table tr:nth-child(3) {
    background:#2a4a5a;
    font-weight: bold;
    color: #fff;
}
.christ-table tr:nth-child(2) td:first-child, {
    background: #23353e;
}
.christ-table tr:nth-child(3) td:first-child{
    background:#203844;
}

.christ-table tr:nth-child(4) {
    background: #008000;
}
.christ-table tr:nth-child(3) td,.christ-table tr:nth-child(4) td{
    color: #fff;
}*/

@media (min-width: 1300px) {
    .container-footer {
        width: 1300px;
    }
}

@media (max-width: 400px) {
    .clutch-widget {
        width: 100% !important;
        text-align: center;
    }
    .goodfirm-widget {
        width: 100% !important;
        text-align: center;
    }


    .tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #f36f5a;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    font-size: 20px;
    margin-bottom: 10px;
}

}
section.team-inner-area.team-page .our-team .team-pic>img {
    height: 269px !important;
}
section.team-inner-area.team-page .our-team .team-profile {
    height: 130px !important;
}
.mt-20{
    margin-top: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}















/* New Css Add Start here  */

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}



.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  font-size: 20px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}



.tabset {
  max-width: 100%;
  overflow-x: hidden;

}

.over {
    overflow-x: scroll !important;
}





/* new */


h2{
  color:#000;
  text-align:center;
  font-size:2em;
}
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
      cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #f36f5a;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
        font-size: 20px;
}
.panels{
  background:#fffffff6;
  box-shadow: 0 0rem 2rem #00000080;
  min-height:200px;
  width:100%;
/*  max-width:500px;*/
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
      margin: 30px 0px;
      margin-top: 0px;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#fffffff6;
  color:#4f4f4f;
  border-top: 3px solid #4f4f4f;
      font-size: 20px;
}



.warpper-tabbing .tab:before {
    display: none;
}


@media (max-width: 480px) {
    .tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #f36f5a;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    font-size: 20px;
    margin-bottom: 10px;
} 
}

/* New Css Add End here New blog Layout    */

.blog-section.latest-blog-UI .blog-colom h3, .blog-section.latest-blog-UI .blog-colom h3 a {
    font-size: 19px;
    color: #313131;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 0;
    font-weight: 600;
    text-decoration: none;
}
.blog-section.latest-blog-UI .admin-dl span.admin i {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #0e1350;
    text-align: center;
    line-height: 33px;
    border-radius: 100px;
    border: 1px solid #ccc;
}
.blog-section.latest-blog-UI.blog-list .blog-colom.row p {
    margin-bottom: 0;
    font-size: 17px;
}
.blog-section.latest-blog-UI .blog-colom {
    border-bottom: 2px solid #ccc9 !important;
    margin: 0;
    padding: 10px 0 10px 0;
}
.blog-section.latest-blog-UI.blog-list .blog-colom.row img {
    min-height: 150px;
    object-fit: unset;
    width: 100%;
}

.blog-section.latest-blog-UI .blog-colom a.btn.btn-info-.btn-lg:hover {
    background: #ffc107;
    color: #444;
    border-radius: 20px;
}
.blog-section.latest-blog-UI .admin-dl span.admin i {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #0e1350;
    text-align: center;
    line-height: 33px;
    border-radius: 100px;
    border: 1px solid #ccc;
}



/* ==== Header section css here ==== */
.header-top .container-fluid {
    padding: 0 50px;
}

.header-top {
    padding: 4px 0 !important;
    border-bottom: 1px solid #2a283300;
    background-color: #323232 !important;
}

.header-top-wrapper {
    display: flex;
    justify-content: space-between;
}

.header-top-wrapper ul {
    display: flex;
    align-items: center;
    gap: 85px;
}

.header-top-wrapper ul li {
    color: #2a2833;
}

.header-top-wrapper ul li i {
    color: #f8563d;
    margin-right: 10px;
}

.header-top-wrapper ul li a {
    color: #fff;
    font-size: 14px;
}

.header-button .theme-btn {
    padding: 2px 10px;
    font-weight: 400;
    border-radius: 7px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}

.analysis-btn {
    background-color: #fff;
    background-image: none !important;
    color: #f8563d !important;
}

.header-top:before{
	display:none;
}

.header-top-wrapper ul li a span{
color: #fff;
}

.theme-btn{
    background-image: linear-gradient(to left, #f8563d, #f8563d, #ff583f, #dd543f, #b54230); 
}

.header-navbar .container-fluid{
     padding: 0 50px;
}

.header-navbar{
     padding: 10px 0px;
}

.breadcrumb-area{
    background-color: #323232;
    margin-bottom: 50px;
}

.radios-breadcrumb li:not(:last-child)::after{
     display: block;
    color: #ffffff !important;
}

ul.dropdown-menu.single li a{
     color: #000 !important;
}

.mega-menu li:hover a{
     color: #fff !important;
}

.radios-breadcrumb li a{
color: var(--color-primary) !important;
}

.radios-breadcrumb li {
    color: #ffffff !important;
}
/* ==== // Header Section css here ==== */


/* ==== footer Section css here ==== */
.footer .container-fluid{
    padding-right: 25px;
    padding-left: 25px;
}

.single-footer-widget h5{
    font-size: 15px;
    color: #fff;
}

.cont-col1 {
    margin-top: 8px;
}

.widget-head{
    margin-bottom: 13px;
}

.pay-info{
margin-top: 30px;
}

.shape-left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}

.right-shape {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.foot-row3 {
    text-align: center;
}

.foot-social-icon a {
    margin: 0px 19px 0px 0px;
    font-weight: 400;
    font-size: 13.5px;
    color: #dfdfdf;
}

.foot-social-icon a i {
    color: #f8563d !important;
    font-size: 20px !important;
}

.twitter-img3 {
    width: 15px;
    height: auto;
}

.footer__main.pt-90.pb-91 {
    padding-bottom: 0px !important;
}

.foot-social-icon {
    margin: 20px 0px;
}

.radios-breadcrumb ul{
    display: flex;
}
/* ==== // Footer Section css here ==== */

.admin-dl .admin i{
    width: 30px;
    height: 30px;
    background: #fff;
    color: #f36e5a;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    border: 1px solid #ccc;
    margin-right: 6px;
}

.watch i{
    margin-right: 6px;
}

.blog-colom figure img{
    width: 100%;
    height: 140px;
    object-fit: cover;
}

/* ==== Responsive css here ==== */
/* Mobile tab css */
@media (max-width: 767px){
     .rd-logo img{width: 50%; float: inline-start;}
     .header-navbar .container-fluid{padding: 0 0px;}
     .header-top{display: none;}
     .header-navbar .navbar-default .navbar-nav>li>a{padding: 5px 5px;}
     .nav>li.dropdown.open .mega-menu{padding: 0px;}
}
/* // Mobile tab css */
/* ==== // Responsive css here ==== */