
/*
  Theme Name: seoico 
*/
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;500;600;700;800&family=Rubik:wght@300;400;500;600;700;800&display=swap');


html,
body {
	overflow-x:hidden;
} 
img {
    max-width: 100%;
    height: auto;
}
/* box layout */



body {
    color:#6a6c7c;
    font-family: 'Rubik', sans-serif; 
    font-weight:300;
    font-style: normal;
    font-size: 19px;
    line-height: 1.6;
}

p {
font-style:normal;
font-size:18px;
margin:0;
}

h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a {
     font-family: 'Baloo Thambi 2', cursive; 
    font-style: normal;
	margin-bottom: 0;
	/* margin-top: 11px; */
    line-height: 1.3;	
    font-weight: 700;
    transition: .5s;
	font-size:24px;
    color:#10184f;
    margin: 0 0 10px;;
}

a:focus,a:hover {
text-decoration:none;
text-decoration:none;
color:#d71700;
}
.slick-slide:focus{
	outline:none;
}
ul,
li{
	margin:0px;
	padding:0px;
}

.box.wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */

.fix {
    overflow: hidden;
}
.clear_both {
    clear: both;
}
/*=====================
seoico HEADING TOP AREA CSS
=========================*/
/* LEFT RIGHT CSS */

.em40_header_area_main {} .em40_header_area_main.hdisplay_none {
    display: none;
}
.seoico-header-top {
background: #202168;
background: linear-gradient(45deg, #202168, #07103b);
border-bottom:1px solid #313868;
padding:16px 0px;
    
}

.top-address p {
    margin-bottom: 0;
}
.top-address p span,
.top-address p a {
    margin-right: 20px;
}
.top-welcome p span i,
.top-address p span i,
.top-address p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}
.top-address p a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}
.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
}
.top-right-menu ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}
.top-welcome p span,
.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
    color: #fff;
    font-size: 15px;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
    color: #d71700;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
    margin-right: 0px;
    margin-left: 12px;
}
/* sub menu css */

.top-right-menu ul .sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-top: 1px solid #f00;
    width: 150px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: left;
    background: #fff;
    z-index: 1;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.top-right-menu ul .sub-menu li {
    padding: 5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
    font-size: 12px;
}
.top-right-menu ul .sub-menu ul {
    display: none;
}
.top-welcome p {
    padding: 0px;
    margin: 0px;
}
.top-address.em-login a {
    margin-right: 10px;
}
.top-address.em-login a + a {
    margin-right: 0;
}
.top-address.em-login p a i,
.top-address.em-login p a i {
    margin-right: 5px;
}
.top-address.em-login a + a:before {
    content: "|";
    margin-right: 12px;
}
.txtc {
    text-align: center;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/* top opening */

.top-address.menu_18 span {
    background: #fff;
    padding: 8px 15px 9px;
    display: inline-block;
    color: #333;
}
.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
    padding: 7px 0;
}
.em-login.menu_18,
.em-quearys-top.menu_19 {
    padding: 7px 0;
}

/* address left right icon */

.top-right-menu.litop {
    float: left;
}
/* mobile logo   */

.mobile_menu_logo.text-center {
    padding: 20px 0;
}
/*=====================
END seoico HEADING TOP AREA CSS
=========================*/

/*========================
EM CREATIVE HEADER
=========================*/

.em_creative_header {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 28px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.em_creative_header:before {
    background: #d71700 none repeat scroll 0 0;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.em_creative_header:after {
    background: #d71700 none repeat scroll 0 0;
    content: "";
    left: 18%;
    top: 0;
    bottom: 0;
    width: 15%;
    height: 100%;
    position: absolute;

    -webkit-transform: rotate(-121deg);
            transform: rotate(-121deg);
    z-index: -1;
}
.single_header_address {} .creative_logo_thumb {
    z-index: 9;
    text-align: right;
}
.creative_header_icon {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.creative_header_icon i {
    color: #d71700;
    font-size: 28px;
    margin-top: 5px;
}
.creative_header_address {
    overflow: hidden;
    padding-left: 80px;
}
.creative_header_address_text > h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.creative_header_address_text > p {
    margin: 0;
}
.creative_logo_thumb {
    z-index: 9;
}
.creative_header_button {
    padding-left: 50px;
    position: relative;
    margin-top: 5px;
}
.creative_header_button:before {
    content: "";
    position: absolute;
    background: #d71700;
    width: 1px;
    height: 74px;
    left: 10px;
    top: -21px;
}
.creative_header_button .dtbtn {
    background: #d71700 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: raleway;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0;
    padding: 9px 26px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.creative_header_button > a:hover {
    background: #d71700 none repeat scroll 0 0;
}
.em_slider_social {
    position: fixed;
    right: 15px;
    text-align: center;
    top: 50%;
    z-index: 9999;
}
.em_slider_social li {
    display: block;
    list-style: outside none none;
    text-decoration: none;
}
.em_slider_social a {
    background: #d71700 none repeat scroll 0 0;
    border: 1px solid #d71700;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 35px;
}
.em_slider_social a:hover {
    background: #d71700;
    color: #fff;
    border-color: #d71700;
}
/* .no-logo-sr .creative_search_icon { */
    /* position: absolute; */
    /* right: 19%; */
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
            /* transform: translateY(-50%); */
    /* z-index: 999; */
/* } */
/* .no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner { */
    /* top: 70px; */
/* } */
.no-logo-sr .seoico_menu ul {
    text-align: center;
}
.no-logo-sr .seoico_menu ul li {
    text-align: left;
}

/*=======================
seoico HEADING NAV AREA CSS
========================*/

.mean-container .mean-bar {
    padding: 0;
}
.mean-container .mean-nav {
    background: #d71700 none repeat scroll 0 0;
    float: none;
}
.main_menu_div {
    position: relative;
}
.seoico_nav_area {
  background: rgba(16, 24, 79, 0.95);
}
/* LOGO CSS */

.logo {} .logo a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
	    margin-top: 40px;
}
.seoico_menu {
	text-align: center;
}
/* MENU CSS */

.seoico_menu ul {
    text-align: right;
    list-style: none;
	    display: inline-block;
}
.seoico_menu > ul > li {
    display: inline-block;
    position: relative;
}
.seoico_menu > ul > li > a {
    display: block;
    margin: 38px 12px 38px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    	
}
.seoico_menu > ul > li > a:before, .seoico_menu > ul > li.current > a:before {
  background: #ffb600 none repeat scroll 0 0;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 15%;
  display:none;
} 

.heading_style_2 .seoico_menu > ul > li > a {
    color: #fff;
}
.heading_style_3 .seoico_menu > ul > li > a {
    color: #fff;
}
.heading_style_4 .seoico_menu > ul > li > a {
    color: #fff;
}
.heading_style_5 .seoico_menu > ul > li > a {
    color: #fff;
}
.seoico_menu ul li:last-child a {
    margin-right: 0px;
}
.seoico_menu > ul > li.current > a,
.seoico_menu > ul > li:hover > a,
.creative_header_menu > ul > li:hover > a {
    color: #d71700;
    background-color: transparent;
}
.seoico_menu > ul > li:hover > a:before,
.seoico_menu > ul > li.current > a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* transparent 2 */

.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
  /*  padding: 25px 0;*/
    -webkit-transition: .5s;
    transition: .5s;
}

.hbg2 {
    background: rgba(16, 24, 79, 0.95);
    padding: 0 0 10px;
}
/* stycky nav js */

.transprent-menu.menu4 {
    position: relative;
}
.transprent-menu .seoico_nav_area {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    transition: .5s;
    position: absolute;
}
.seoico_nav_area.postfix {
    transition: .3s;
}

.seoico_nav_area.scroll_fixed.postfix.prefix {
    background: rgba(16, 24, 79, 0.95);
	padding:0px 200px 0px;
}
.seoico_nav_area.seoico, .hbg2 {
    background: rgba(16, 24, 79, 0.95);
}
.seoico_nav_area.seoico .seoico_menu > ul > li > a {
    color:#fff;
}
.seoico_nav_area.seoico .seoico_menu > ul > li.current > a {
    color: #d71700;
}
/* LOGO LEFT RIGHT CSS */

.logo-left {} .logo-right .logo {
    text-align: right;
}
.logo-right .seoico_menu > ul {
    text-align: left;
}
.logo-right .seoico_menu > ul > li:first-child a {
    padding-left: 0px;
}
.logo-right .seoico_menu > ul > li:last-child a {
    padding-right: auto;
}
/* logo top */

.logo-top .logo {
    text-align: center;
}
.logo-top .seoico_menu > ul {
    text-align: center;
}
.logo-top > .seoico_menu > ul > li:last-child a {
    padding-right: auto;
}
/* sub menu style */

.seoico_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 197px;
    text-align: left;
    background: #d71700;
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.seoico_menu ul li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}
.seoico_menu ul .sub-menu li {
    position: relative;
}
.seoico_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 12px;
     color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: inherit !important;
}
.seoico_menu ul .sub-menu li:hover > a,
.seoico_menu ul .sub-menu .sub-menu li:hover > a,
.seoico_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.seoico_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
background: rgb(229, 229, 229);
    color: #d71700;
	margin-left:10px;
    -webkit-transition: .5s;
    transition: .5s;	
}
/* sub menu 2 */

.seoico_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.seoico_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}
/* sub menu 3 */

.seoico_menu ul .sub-menu .sub-menu li {
    position: relative;
}
.seoico_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.seoico_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}
/* sub menu 4 */

.seoico_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}
.seoico_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {} .seoico_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}
/* user login */
.witr_h_h17 .trp_nav_area {
 top: 65px;
}
.witr_h_h17 .trp_nav_area.hbg2{
	top:0;
}
/* user login */
.logged-in .trp_nav_area {
 top: 90px;
}
 .logged-in .transprent-menu .seoico_nav_area.seoico {
 top: 32px;
}
 .logged-in .trp_nav_area.hbg2 {
 top: 32px;
}
.elementor-editor-active.logged-in .trp_nav_area {
 top: 0px;
}
 .elementor-editor-active.logged-in .transprent-menu .seoico_nav_area.seoico {
 top: 0px;
}
 .elementor-editor-active.logged-in .trp_nav_area.hbg2 {
 top: 0px;
}

/* maing menu search */
/* 
nav.seoico_menu.main-search-menu {
    float: right;
}
.seoico_menu.main-search-menu > ul,
.em-quearys-top.msin-menu-search {
    display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 20px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
    top: 59px;
} */
/* has menu icon */

.seoico-main-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 13px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.seoico-main-menu .menu-item-has-children .menu-item-has-children> a:after {
    margin-left: 8px;
    content: "\f105";
}
/* menu button */

.donate-btn-header {
    display: inline-block;
}
a.dtbtn {
    border: none;
    display: block;
    font-size: 14px;
    margin-left: 30px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #d71700;
    border-radius: 5px;
    color: #fff;
    padding: 10px 30px;
    
}
a.dtbtn:hover {
    background-color: #d71700;
}
.redX {
    color: #d71700;
}
/* logo sticky */

.seoico-main-menu .logo a.main_sticky_main_l {
    display: block;
}
.seoico-main-menu .logo a.main_sticky_l {
    display: none;
}
/* logo pre */

.seoico-main-menu .seoico .logo a.main_sticky_main_l {
    display: none;
}
.seoico-main-menu .seoico .logo a.main_sticky_l {
    display: block;
}
.headroom--pinned {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    will-change: transform;
}
.menu-height-space {
    height: 100px;
}

/* sticky logo */
.creative_logo_thumb a.main_sticky_l {
    display: none;
}
.creative_logo_thumb .logo a {
    margin-top: 0;
}


/*=======================
END seoico HEADING NAV AREA CSS
========================*/
/*=====================
seoico BLOG AREA CSS
=========================*/

.seoico-blog-area {
    padding: 100px 0 70px;
}
.seoico-single-blog {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(148,146,245,0.2);
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.seoico-single-blog.seoico-lt {
    text-align: left;
}
.seoico-blog-index.blog-area.seoico-blog-area,
.seoico-blog-area.seoico-blog-archive {
    padding: 100px 0 50px;
}
.seoico-blog-index.blog-area.seoico-blog-area {
    padding: 100px 0 100px;
}
/* BLOG THUMB CSS */

.seoico-blog-thumb {
    overflow: hidden;
}
.seoico-blog-thumb a {
    position: relative;
}
.seoico-blog-thumb a {
    display: block;
}
.seoico-blog-thumb a:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f00;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.seoico-blog-thumb img {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}
/* BLOG TITLE AND CONTENT CSS */

.blog-inner {} .blog-content {} .blog-content h2 {
    color: #333;
    margin: 0 0 18px;
}
.blog-content h2 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-content h2 a:hover {
    color: #d71700;
}
.blog-content p {}
/* BLOG POST META CSS */

.seoico-blog-meta {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.seoico-blog-meta:after {
    display: block;
    clear: both;
    content: "";
}
.seoico-blog-meta a {}
/* BLOG POST META LEFT CSS */
/* left style 1 */

.seoico-blog-meta-left {
    padding: 0 0 9px;
}
.seoico-blog-meta-left a,
.seoico-blog-meta-left span {
    color: #6a6c7c;
    font-size: 15px;
    margin-right: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.seoico-blog-meta-left a:hover,
.seoico-blog-meta-left span:hover {
    color: #d71700;
}
.seoico-blog-meta-left i {
    color: #d71700;
    margin-right: 5px;
}
/* BLOG POST META RIGHT CSS */

.seoico-blog-meta-right {
    float: right;
    padding: 0px 0;
}
.seoico-blog-meta-right a,
.seoico-blog-meta-right span {
    font-size: 12px;
    color: #454545;
    margin-left: 5px;
}
.seoico-blog-meta-right i {
    margin-right: 5px;
}
/* blog readmore */

.readmore a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.readmore a:hover {
    border-color: #d71700;
    background: #d71700;
    color: #fff;
}
/* blog hover */

.seoico-single-blog:hover .seoico-blog-thumb a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.seoico-single-blog:hover .seoico-blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*========================
EMD seoico BLOG AREA CSS
=========================*/
/*========================
seoico BLOG DETAILS AREA CSS
=========================*/

.seoico-single-blog-details {} .seoico-single-blog--thumb {} .seoico-single-blog--thumb a {} .seoico-single-blog--thumb img {} .seoico-single-blog--thumb {
    padding-bottom: 20px;
}
.seoico-single-blog-title h2 {
    font-size: 26px;
    padding: 0;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #333;
}
.seoico-single-blog-details .seoico-blog-meta {
    padding: 0px;
    margin: 0px;
}
.seoico-single-blog-details .seoico-blog-meta-right,
.seoico-single-blog-details .seoico-blog-meta-left {
    padding: 0px 0 10px 0;
}
.seoico-blog-social {
    margin-bottom: 25px;
    margin-top: 25px;
}
.seoico-single-icon-inner {
    text-align: center;
}
.seoico-single-icon-inner a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #d71700;
    border-radius: 50%;
    color: #d71700;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    margin: 0 5px;
    text-align: center;
    width: 40px;
}
.seoico-single-icon-inner a:hover {
    background: #d71700;
    border-color: #d71700;
    color: #fff;
}
.seoico-single-icon-inner a i {} .single-blog-content ul {
    padding-bottom: 10px;
}
/*========================
seoico COMMENT AREA CSS
=========================*/
/* POST REPLY CSS */

.post_comment {
    border: 1px solid #f1f1f1;
    margin: 20px 0;
    padding: 0 15px;
}
.comment_inner {} .commment_title {} .commment_title h3 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.commment_title h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -9px;
    width: 40px;
    height: 2px;
    background: #d71700;
}
.commment_title p {} .post_replay {} .post_replay_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
word-break: break-all;	
}
.mgl-30 {
    margin-left: 30px;
}
.post_reply_thumb {} .post_reply_thumb img {
    border-radius: 50%;
}
.post_replay {
    margin-top: 25px;
}
.post_reply {
    padding-left: 15px;
    width: 100%;
}
.post_reply div.st {
    font-size: 18px;
    font-weight: 400;
}
.post_reply div.st a {
    color: #333;
}
.reply_date {
    overflow: hidden;
    margin-bottom: 5px;
}
.reply_date span.span_left {
    float: left;
    font-size: 13px;
}
.reply_date span.span_right {
    float: right;
    color: #5986f2;
    font-size: 12px;
    font-weight: 400;
}
.post_reply p {} .comments-area .children {
    margin-left: 30px;
}
.post_comment .post_comment {
    margin-left: 15px;
}
/* COMMENT FORM CSS */

.comment_field {} .comment_field .input-field {
    width: 33.33%;
    float: left;
}
.comment_field .input-field label,
.comment_field .textarea-field label {
    color: #606060;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_field .textarea-field label {
    margin-top: 30px;
}
.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    height: 42px;
    font-size: 12px;
}
.comment_field .input-field input[type="text"] {} .comment_field .input-field input[type="email"] {} .comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 120px;
    padding: 10px;
}
.comment_field .input-field input,
.comment_field .textarea-field textarea {
    color: #555555;
}
.seoico_btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #444;
    margin-top: 30px;
    padding: 8px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.seoico_btn:hover {
    border-color: #d71700;
    background: #d71700;
    color: #fff;
}
.em-theme-main-page .commment_title h3 {
    margin-top: 0px;
}
.em-theme-main-page .empgc {
    margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
    margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc > h3 {
    margin-bottom: 35px;
}
.logged-in-as {
    margin-bottom: 0;
    margin-top: 30px;
}
.logged-in-as a {
    color: #333;
}
.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}
a.comment-edit-link {
    margin-bottom: 12px;
    display: inline-block;
}
.em-theme-main-page .comments-area {
    margin-top: 40px;
    clear: both;
}
/*========================
 seoico unittest
=========================*/

.blog-page-title h2 {
    color: #333;
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-page-title a {
    color: #333;
    display: inline-block;
    font-weight: 700;
	word-break: break-all;
	font-size:25px;
}
.blog-page-title h2 a:hover {
    color: #d71700;
}
.em-blog-content-area {
    padding: 20px 15px 25px;
    text-align: left;
}
.single-blog-content iframe {
    margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
    color: #303030;
    font-size: 30px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
    font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
    font-size: 22px;
}
.blog-content h4,
.post_reply h4 {
    font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
    font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
    font-size: 17px;
}
/* single blog */

 .single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
}
.single-blog-content h2 {
    font-size: 26px;
}
.single-blog-content h3 {
    font-size: 22px;
}
.single-blog-content h4 {
    font-size: 20px;
}
.single-blog-content h5 {
    font-size: 18px;
}
.single-blog-content h6 {
    font-size: 17px;
} 
/*========================
 seoico PAGINATION AREA CSS
=========================*/

.paginations {
    text-align: center;
    margin-top: 20px;
}
.paginations a,
.page-numbers span.current {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: auto 5px;
    border: 1px solid #ddd;
    color: #888;
}
.page-numbers li {
    display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    background: #d71700;
    border-color: #d71700;
    color: #fff;
}
/*========================
 END seoico PAGINATION AREA CSS
=========================*/

.kc_counter_box i {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 0;
}
/*========================
 seoico BREADCRUMB AREA CSS
=========================*/

.breadcumb-blog-area {
    padding: 65px 0 65px;
    background-color: #f7f7f7;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcumb-inner h2 {
    font-size: 36px;
    color: #464646;
}
.breadcumb-area {
	background:url(../images/baeatcome.jpg);
    padding: 155px 0 118px;
    background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;	
	position:relative;
    overflow: hidden;	
}

.breadcumb-area::before{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:rgba(32, 32, 104, 0.98);
	content:"";
	

}
.breadcumb-area::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 420px;
    background-repeat: repeat-x;
    background: url(../images/shapeb.png);	
	content:"";
	z-index:1;
	animation: witr_slide 100s linear infinite;
}
.breadcumb-inner {
    position: relative;
    z-index: 999;
}
.breadcumb-inner ul {}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
	font-weight: 600;
}
.breadcumb-inner li i {
    color: #fff;
}
.breadcumb-inner li:nth-last-child(-n+1) {
    color: #d71700;
}
.breadcumb-inner li a {
    color: #fff;
    font-weight: 600;	
}
.brpt h2 {
    font-size: 50px;
    color: #fff;
}
.lcase {
    text-transform: lowercase;
}
.ucase {
    text-transform: uppercase;
}
.ccase {
    text-transform: capitalize;
    z-index: 2;	
}
/*========================
 END seoico BREADCRUMB AREA CSS
=========================*/

/*========================
 seoico 404 AREA CSS
=========================*/
.not-found-area {
    background-color: #fff;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    border-top: 1px solid #f5f3f3;
    padding: 0 0 16px;
}
.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px;
}
.not-found-inner {
    display: table-cell;
    vertical-align: middle;
}
.not-found-inner {
    font-size: 30px;
}
.not-found-inner h2 {
    color: #d71700;
    display: inline-block;
    font-size: 160px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 0;
}
.not-found-inner p {
    font-size: 30px;
}
.not-found-inner a {
    color: #606b82;
    font-size: 24px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: underline;
}
/* search error */
.seoico-search-page{
	background:#fff;
}
.search-error .search input {
    padding: 20px 0;
}
.search-error .search input[type="text"] {
    padding-left: 10px;
}
.search-error .search button {
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-error > p {
    font-size: 14px;
    margin: 14px 0 19px;
}
.search-error > h3 {
    display: block;
    font-size: 30px;
    color: #333;
}
.search-error .search input {
    height: 54px;
    border: 1px solid #ddd;
}
/*========================
 END seoico 404 AREA CSS
=========================*/

/*========================
seoico FOOTER TOP AREA CSS
=========================*/

.top-address-area {
    background: #111111;
    padding: 90px 0px 85px;
    text-align: center;
}
.top_address_logo {
    margin-bottom: 30px;
}
.address_content {
    padding-top: 38px;
}
.top_address_content a,
.top_address_content span {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 12px;
    margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i {
    font-size: 14px;
    margin-right: 11px;
}
.footer-top-address h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 10px;
    font-weight: 700;
    font-size: 26px;
}
.footer-top-address h2 span {
    color: #d71700;
    font-weight: 700;
}
/*========================
seoico FOOTER TOP AREA CSS
=========================*/

.footer-top {
    background: #1b1919 none repeat scroll 0 0;
    padding: 100px 0;
}
.footer-top-inner h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
}
.footer-top-inner h2 span {
    color: #d71700;
    font-weight: 600;
}
.footer-top-inner p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 62%;
}
.footer-social-icon {
    padding: 10px 0 20px;
    text-align: center;
}
.footer-social-icon a i {
    background-color: #d71700;
    border-radius: 50px;
    color: #d71700;
    display: inline-block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin: 0 7px;
    text-align: center;
    width: 45px;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-social-icon a i:hover {
    background-color: #d71700;
    color: #fff;
}
.footer-social-icon.htop-menu-s {
    padding: 0;
    display: inline-block;
    margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;
    width: 35px;
    color: #fff;
}
.footer-top-inner .text-center {
    margin-bottom: 11px;
    text-align: center;
}
/*========================
END FOOTER TOP AREA CSS
=========================*/
/*========================
seoico FOOTER MIDDLE AREA CSS
=========================*/

.footer-middle {
    padding: 75px 0 88px;
	background: #10184f;	
}
.footer-middle.wpfd {
    padding: 0;
}
.wpfdp {
    padding-top: 65px;
    padding-bottom: 80px;
}
.footer-middle .widget h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 28px;
    margin-top: 28px;
    position: relative;
    font-weight: 500;
}
.footer-middle .widget h2:before {
 
}
.footer-middle table#wp-calendar td,
.footer-middle table#wp-calendar th {
    color: #fff;
}
.footer-middle #archives-dropdown--1 {
    height: 34px;
}
.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
    color: #fff;
}
.footer-middle .widget h2 {} .footer-middle .widget ul li:before {} .footer-middle .tagcloud a {} .footer-middle .widget ul {
    list-style: none;
}
.footer-middle .widget ul li {
    margin-bottom: 10px;
}
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
    -webkit-transition: .5s;
    transition: .5s;
}
.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
    color: #d71700;
}
.recent-portfolio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.recent-portfolio {
    margin-bottom: 10px;
    margin-right: 10px;
}
.recent-portfolio {
    width: 29.33%;
}
.recent-portfolio-image img {
    width: 100%;
}
/*========================
END FOOTER middle AREA CSS
=========================*/
/*========================
seoico FOOTER BOTTOM AREA CSS
=========================*/

.footer-bottom {
    padding: 26px 0 24px;
	position:relative;	
/* 	background: #10184f; */	
}
.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    background: #6A6C7C;
    height: 1px;
    width: 61.5%;
    left: 0;
    right: 0;
    margin: auto;
}
.witr_gfooter_area{
    position: relative;
	background: #10184f;
    overflow: hidden;	
}
.witr_gfooter_area::before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 420px;
    background-repeat: repeat-x;
    background: url(../images/shapeb.png);	
	content:"";
	animation: witr_slide 100s linear infinite;
}
.copy-right-text {}
.copy-right-text p {
    color: #fff;
    font-size: 19px;
    margin: 0;
    padding: 0;
}
.footer-menu {} .footer-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    color: #fff;
    padding: 0 10px;
    display: block;
	font-size: 19px;	
}
.copy-right-text a:hover,
.footer-menu ul li a:hover {
    color: #d71700;
}
.footer-menu ul li:last-child a {
    padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
    padding-left: 0px;
}
.footer-menu ul ul {
    display: none;
}

/*========================
END FOOTER BOTTOM AREA CSS
=========================*/
/*========================
EM40 SCROLL TOP CSS
=========================*/

#scrollUp {
    background: #d71700;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    width: 40px;
	animation: witr_bounce 800ms ease-out infinite;	
}
#scrollUp i {
    color: #fff;
}
/*========================
END EM40 SCROLL TOP CSS
=========================*/

.copy-right-text a {
    color: #d71700;
}
.template-home .vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #6a6c7c;
    font-size: 16px;
}
::-moz-placeholder {
    /* Firefox 19+ */    
    color: #6a6c7c;
    font-size: 16px;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #6a6c7c;
    font-size: 16px;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #6a6c7c;
    font-size: 16px;
}
.home-2 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.home-2 ::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.home-2 :-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.home-2 :-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
    margin-bottom: 0;
}
.recent-post-item {
    clear: both;
}
.recent-post-image {
    float: left;
    margin-right: 10px;
}
.recent-post-image a {
    display: block;
    margin-top: 10px;
}
.recent-post-text {
    overflow: hidden;
}
.recent-post-text > h4 {
    margin-bottom: 0;
}
.recent-post-text h4 a {
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.recent-post-text h4 a:hover {
    color: #d71700;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.footer-middle .recent-post-text h4 a {
    color: #fff;
    font-weight: 600;
}
.footer-middle .recent-post-text > h4 {
    margin-bottom: 5px;
    font-weight: 500;
	    line-height: 1;
}
.footer-middle .recent-post-text > h4 a:hover {
    color: #d71700;
}
.footer-middle .recent-post-text .rcomment {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.mean-container .mean-bar {
    float: none;
    background: #d71700 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li li a {
    color: #333;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* kc element */

.template-home-wrapper {
    overflow: hidden;
}
.section-title.t_center {
    margin: auto;
    text-align: center;
    width: 63%;
}
.section-title.t_left {
    margin: auto auto auto 0;
    width: 63%;
    text-align: left;
}
.section-title.t_right {
    margin: auto 0 auto auto;
    width: 63%;
    text-align: right;
}
.section-title.t_right .em-bar {
    margin: 0 0 5px auto;
}
.section-title.t_left .em-bar {
    margin: 0 0 5px;
}
.section-title h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 3px;
	text-transform: capitalize;
   	
}
.tmr0 .section-title h2 {
margin:0;
}

.section-title h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.section-title p {} .em-icon {} .em-icon i {} .em-bar-main {
    margin: 10px 0 13px;
}
.em-bar {
    background: #d71700 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}
.em-bar.em-bar-big {
    width: 80px;
}
.em-image {
    margin-bottom: 10px;
}
.em-image img {} .section-title.t_left span {
    color: #d71700;
}

/* title 2 style */
.title_in_area {
    width: 74%;
}
.title_in {
    float: left;
    padding-right: 30px;
    position: relative;
    margin-right: 30px;
}
.title_in:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: #d71700;
    content: "";
}
.title_in:after {
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #d71700;
    content: "";
}
.title_tx h3,
.title_tx h2{
	margin:0;
}
.title_tx h2{
    font-size: 18px;
    font-weight: 600;
}
.title_tx h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.title_ptx p {
    margin: 0;
    padding-top: 3px;
    overflow: hidden;
}


/* title css */

.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3{
    font-size: 40px;
    margin: auto;	
 }
.text-right.witr_section_title_inner h1,
.text-right.witr_section_title_inner h2,
.text-right.witr_section_title_inner h3{
    margin-right: 0px;		
 }
.text-left.witr_section_title_inner h1,
.text-left.witr_section_title_inner h2,
.text-left.witr_section_title_inner h3{
    margin-left: 0px;		
 }

 .witr_section_title_inner h1{
	line-height: 1;
	 margin-bottom: 20px;
 }
.witr_section_title_inner h2{
    font-size: 20px;
    color: #ff582c;
    padding: 10px 30px 10px 43px;
    background: #fcd3cb;
	border-radius:5px;
	 margin-bottom: 15px;
	 position:relative;
	 font-weight:500;
	     display: inline-block;
 }
.witr_section_title_inner h2::before{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #ff582c;
    left: 16%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;	
} 
 
.witr_section_title_inner h3 {

}
 
.witr_section_title_inner h1 span,
.witr_section_title_inner h2 span,
.witr_section_title_inner h3 span{
    color:#d71700;	 
 }

.witr_section_title_inner p{	
 }
 .dtcw p{
	 margin-bottom:0px;
 }
.witr_section_title_inner.text-center p{
	 width:74%;
	 margin-right:auto;
	 margin-left:auto;	 
 }
 .witr_section_title_inner.text-left p{
	 width:74%;
	 margin-right:auto;
	 margin-left:0px;
 }
  .witr_section_title_inner.text-right p{
	 width:74%;
	 margin-right:0px;
	 margin-left:auto;
 }
 .witr_image_title {
    margin-top: 5px;
    margin-bottom: 10px;
}
/* extra title */
.witr_extra_title h2{
    font-size: 18px;
    font-weight: 600;
}
.witr_extra_title h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
    width: 100%;
}
/*=====================
seoico ABOUT SECTION
=========================*/
.em-feature {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; 
}
.em-feature:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    content: "";
}
.feature_inner_box {
    padding: 30px 21px 21px;
    background: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
    position: relative;
box-shadow: 0px 10px 40px 0px rgba(148,146,245,0.2);	
/* box-shadow: 0px 10px 40px 0px rgba(235,27,43,0.2);	 */
}
.em-feature:hover .feature_inner_box {
    background: transparent;	
}
.em-feature:hover{
	margin-top:-10px;
}

.em_feature-icon i{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    height: 45px;
    line-height: 46px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 45px;
    background: #fff;
    border-radius: 30px;
    margin-right: 20px;
    text-align: center;
	float: left;
	color: #333;
	-webkit-transition: .5s;
	transition:.5s;
background: #f9f9f9;	
}
.em_content_text {
    padding-top: 10px;
}
.em_feature-icon {

	 
}
.em-feature-title h2 {
font-size: 18px;
    font-weight: 600;
    padding-bottom: 3px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	margin-top: 11px;
}
.feature_inner {
    overflow: hidden;
}
.feature_icon {
  margin-top: 21px;
}
.f-readmore {
    padding-top: 7px;
}
.feature_button a{
	color:#333;
    display: inline-block;	
}
.feature_button a span i {
    margin-left: 10px;
    font-size: 11px;
}
.em-feature:hover{

}
.em-feature:hover .em_feature-icon i {
	background: #d71700;
	color: #fff;
}

.em-feature:hover .feature_button a,
.em-feature:hover h2,
.em-feature:hover .em-feature-desc 
 {
color:#fff;
}

/*=====================
 END seoico SERVICE  CSS
=========================*/

.em-service {
	padding: 27px 25px 39px;
       text-align: left;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	box-shadow: 0px 6px 40px 0px rgba(148,146,245,0.2);	
}
.em-service:hover {
    background: #d71700;
	position: relative;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	z-index:3;	
}
.em-service:hover:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:-1;
}

.service_top_text {
    display: block;
}
.em-service-icon {
    color: #333;
    font-size: 35px;
}
.em-service-icon i{
    -webkit-transition: .5s;
    transition:.5s;
}

.em-service-title {
    overflow: hidden;
}
.em-service-title h3 {
    margin: 5px 0 10px;
    font-size: 24px;
    padding: 0;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition:.5s;	
	color:#6A6C7C;
}
.em-service-desc {
}
.em-service-desc p{
    -webkit-transition: .5s;
    transition:.5s;
}
.service-btn {
    margin-top: 30px;
}
.service-btn a {
	position: relative;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    background: #d71700 ;
    border-radius: 5px;
    padding: 11px 24px 11px 44px;
    transition: .5s;
    display: inline-block;	
}
.service-btna a:hover {
    color: #d71700;
}

.service-btn a::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    left: 19%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
	transition:.5s;
}
.service-btn a:hover::before{
    /* background: #f94e25; */
	left: 17%;
    top: 44%;
	animation: witr_bounce_btn 1s ease-out infinite;	
}

.em-service:hover .service-btn a {
    color: #fff;
}
.em-service:hover .em-service-icon,
.em-service:hover .em-service-title h3,
.em-service:hover .em-service-desc {
    color: #fff;
	z-index:1;
}

/* style 2 */
.em-service2 {}
.em-service2 .em-service-icon i {
    width: 68px;
    display: inline-block;
    height: 68px;
    line-height: 68px;
    /* box-shadow: 0px 0px 30px rgba(208, 202, 202, 0.3); */
	box-shadow: 0px 0px 30px 0px rgba(148,146,245,0.2);
    text-align: center;
    font-size: 25px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.em-service2 .em-service-inner{
overflow:hidden;
}
.em-service2.sleft {
	text-align:left;
}
.em-service2.sleft .em-service-icon{
float:left;
margin-right:30px;
margin-top: 10px;
}
.em-service2.smiddle {}
.em-service2.smiddle .em-service-icon {
    margin-bottom: 20px;
}


.em-service2.sright {
text-align:right;	
}
.em-service2.sright .em-service-icon{
float:right;
margin-left:30px;
    margin-top: 10px;
}
.em-service-title h3:hover{
	color:#d71700;
}
.em-service2:hover .em-service-icon i{
	color:#fff;
	background:#d71700;
}


/*=====================
seoico TESTIMONIAL AREA CSS
=========================*/
.witr_testi_itemt{
    padding: 0 15px;
}
.em_single_testimonial {
	padding: 0px 0px 20px;
}
.em_testi_content {
	position: relative;
    text-align: center;
    margin-bottom: 25px;
}
.em_testi_content p{
font-size:24px;
color: #fff;
	
}
.em_testi_logo {
    position: absolute;
    right: 10%;
    top: 12%;
}
/* .em_testi_content {
    position: relative;
}
.em_testi_content:before {
    color: #d71700;
    content: "ï„";
    font-family: fontawesome;
    font-size: 60px;
    left: 3px;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    top: -97px;
		display:none;
}
.em_testi_content:after {
    bottom: -28px;
    color: #d71700;
    content: "ï„Ž";
    font-family: fontawesome;
    font-size: 60px;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    right: 3px;
	display:none;
} */
.witr_icon_part{
}
.witr_icon_part ul{
	list-style:none;
}
.witr_icon_part ul li{}
.em_test_thumb {
    float: left;
    margin-right: 20px;
}
.em_test_thumb img {
    border-radius: 50%;
    width: 59px;	
}
.em_testi_title h2 {
    font-size: 25px;
color: #fff;	
}
.em_testi_title span {
    display: block;
	margin-top: -10px;
    font-size: 19px;
    font-weight: 300;
    text-transform: capitalize;
	color: #fff;
}
.em_testi_text {
    text-align: left;  
}

/* without carousel */
.curosel-style .owl-nav div {
    border:2px solid #d71700;
    border-radius: 50%;
    color: #d71700;
    font-size: 19px;
    height: 44px;
    left: -45px;
    line-height: 42px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 44px;
    text-align: center;
    z-index: 99;
    transform: translateY(-49%);
    opacity: 0;
}
.curosel-style .owl-nav .owl-next {
    left: auto;
    right: -45px;
}
.single_gallery.curosel-style .owl-nav div {
    left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
    right: 30px;
    left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
    left: 0px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
    right: 0px;
    left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style .owl-nav .owl-next:hover {
    background: #d71700;
    color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
    background: #d71700;
    color: #fff
}
.owl-carousel .owl-item img {
    margin: auto;
}
.curosel-style:hover .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*----------------------
 * SUBSCRIBE AREA CSS
 -----------------------*/

.subscribe_area .kc_text_block p {
    color: #6a6c7c;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
/*----------------------
 * SLICK SLIDER  AREA CSS
 -----------------------*/

.em-slick-testi-main {
    text-align: center;
}
/*----------------------
 * SLIDER AREA CSS
 -----------------------*/

.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
}
.nivo-caption {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-slider-content-nivo {} .em_slider_right {} .em_slider_inner {
    margin: auto;
    /* width: 60%; */
    
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
/* slider title */

.em-slider-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 98px;	
	text-transform: uppercase;
	    letter-spacing: 7px;
   	
}
.em-slider-sub-title {
    color: #fff;
    margin-bottom: 5px;
    /* line-height: 76px; */
    text-transform: uppercase;
	    letter-spacing: 6px;
    font-weight: 400;
    font-size: 96px;
   	
}
.em-slider-descript {
    color: #fff;
}
.em-slider-descript {
    font-size: 17px;
    margin-bottom: 43px;
    width: 61%;
}
.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}
.text-center .em-slider-descript {
    margin: 0 auto 31px;
}
.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
}
/* button */

.em-button-button-area a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 4px;
	padding: 10px 36px;
    position: relative;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
   	
}
a.em-active-button {
    background: #d71700;
    border-color: #d71700;
}
.em-button-button-area a:hover {
    color: #fff;
    background: #d71700;
    border-color: #d71700;
}
a.em-active-button:hover {
    background: transparent;
    border-color: #fff;
}
.em-slider-half-width {
    width: 50%;
}
.em-slider-left {
    padding-right: 30px;
}
.em-slider-right {
    padding-left: 30px;
}
.em-slider-full-width {
    width: 85%;
}
.em-slider-half-width .em-slider-descript {
    width: 100%;
}
/* image */
.text-left .em_slider_s2_content {
    /* margin-right: 25%; */
}
.text-center .em_slider_s2_content {
    margin-right: 0;
}
.text-right .em_slider_s2_content {
    /* margin-left: 25%; */
}
.em_slider_s2_image {
    position: relative;
}
.em_slider_s2_image img{
	/* width:100%; */
}
.em_sc_100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.text-center .em_sc_100 {
    width: 62%;
}
/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {} .em-nivo-slider-wrapper .nivo-directionNav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {} .em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 0;
}
.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    background: #d71700;
    border-color: #d71700;
    color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    left: 50px;
}
.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}
/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    margin: 0 5px;
    width: 25px;
	color: #fff;
line-height: 25px;	
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
    background: #d71700 none repeat scroll 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*=====================
/*=====================
copax PRICING AREA CSS
=========================*/

.single_pricing {
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    transition: .3s;
}
.single_pricing:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.pricing_head {
    padding: 40px 0 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pricing_icon {
    text-align: center;
}
.pricing_title {
    text-align: center;
}
.pricing_title h2 {
    font-size: 20px;
    color: #fff;
}
.active .pricing_title h3 {} .pricing_title h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.price_item {
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.price_item span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.slash {
    font-size: 0;
}
.curencyp {
    bottom: 53px;
    font-size: 24px;
    font-weight: 400;
    left: 5px;
    position: absolute;
}
.tk {
    color: #333;
    display: inline-block;
    
    font-size: 80px;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.line_barp {} .monthp {
    display: block;
    position: relative;
}
.bootmp {
    color: #6a6c7c;
    font-size: 24px;
    font-weight: 300;
}
.pricing_body {} .featur {} .featur ul {
    text-align: center;
}
.featur ul li {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    list-style: none;
}
.featur ul li:last-child {} .order_now {
    background: transparent none repeat scroll 0 0;
    padding: 41px 0 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.order_now a {
    background-color: #d71700;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    padding: 20px 50px;
    text-align: center;
    text-transform: uppercase;
}
.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title > h3 {
    -webkit-transition: .5s;
    transition: .5s;
}
.active.single_pricing .order_now a {
    background: #d71700 none repeat scroll 0 0;
    color: #fff;
    border-color: #d71700;
}
.order_now a:hover {
    background: #d71700 none repeat scroll 0 0;
    color: #fff;
    border-color: #d71700;
}
.single_pricing:hover .tk {
    color: #d71700;
}
/*=====================
END copax PRICING AREA CSS
=========================*/
/* contact from */

div.wpcf7-response-output {
    margin: 0;
}
/* recent post */

.footer-address {
    /* padding-top: 12px; */
}
.footer-widget.address,
.footer-widget.address p {
    color: #fff;
}
.footer_s_inner {
    margin-top: 10px;
}
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 18px;
    margin-right: 12px;
}
.single-widget-item {
    overflow: hidden;
}
.recent-post-item {
    clear: both;
	overflow:hidden;
}
.recent-post-image {
    float: left;
}
.recent-post-image a {
    display: inline-block;
}
.recent-post-image a {
	margin-top: 0;
}
.recent-post-text {
    overflow: hidden;
	margin-top: 3px;
}
.blog-left-side .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-left-side .recent-post-text {
    overflow: hidden;
    margin-top: -5px;
}
.blog-left-side .recent-post-text h4 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.recent-post-text h4 a {
    color: #333;
}
.recent-post-text .rcomment i {
    margin-right: 5px;
}
.recent-post-text .rcomment {
    color: #333;
	font-size: 14px;
    text-transform: none;	
}
.footer-middle .recent-post-item + .recent-post-item {
    margin-top: 20px;
}
/* mailchim */

.mc4wp-form-fields input::-moz-placeholder {
    color: #222;
    font-size: 14px;
}
.mc4wp-form-fields p {
    position: relative;
    color: #fff;
	line-height: 27px;
	width: 372px;
}
.blog-left-side .mc4wp-form-fields p {
    color: #333;
}
.mc4wp-form-fields p label {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}
.mc4wp-form-fields input {
    font-size: 14px;
    height: 60px;
    padding: 5px 15px;
    position: relative;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 5px;
    color: #999999;
}
.mc4wp-form-fields button {
	margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 0px 28px;
    text-align: center;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* width: 50px; */
    border: medium none;
    border-radius: 5px;
    bottom: 0;
    color: #1293d4;
    font-size: 19px;
    height: 49px;
    line-height: 20px;
    background: #d71700;
    color: #fff;
}
.mc4wp-form-fields button:hover {
    background: #d71700;
    color: #fff
}
.mc4wp-form-fields button span{
	
}
.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 30px;
}

.contact-2 .sbuton {
    border-color: #ccc;
    border-radius: 6px;
    color: #fff;
    margin-top: 8px;
}
.learn_btn {
    border: 0 none;
    border-radius: 100px;
    color: #333;
    display: inline-block;
    font-size: 18px;
	font-weight: 400;
    padding: 8px 22px;
    text-align: center;
    text-transform: capitalize;
    text-align: center;
}

.learn_btn:hover{
	color:#d71700;
}
.learn_btn i {
    font-size: 15px;
    margin-left: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	color:#d71700;
}
.learn_btn:hover i {
}
.learn_more_adn {
    text-align: center;
}
.learn_more {
    padding-top: 7px;
}

/*=====================
seoico adn blog css
=========================*/

.seoico-single-blog_adn {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(148,146,245,0.2);
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* BLOG THUMB CSS */
.blog_adn_thumb_inner{
	position:relative;
}
.seoico-blog-thumb_adn {
    overflow: hidden;
	position:relative;
}
.seoico-blog-thumb_adn a {
    position: relative;
}
.seoico-blog-thumb_adn a {
    display: block;
}
.seoico-blog-thumb_adn:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #d71700;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.seoico-blog-thumb_adn img {
    display: block;
    -webkit-transition: 6s;
    transition: 6s;
    width: 100%;
}
/* BLOG TITLE AND CONTENT CSS */
.em-blog-content-area_adn {
    padding: 15px 10px 15px;
}
.blog-inner_adn {} .blog-content_adn {} .blog-content_adn h2 {
    margin: 0 0 18px;
}
.blog-page-title_adn a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-page-title_adn a:hover {
    color: #d71700;
}
.blog-content_adn h2 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
    color: #d71700;
}
.blog-content_adn p {
    margin-bottom: 0;
}



.blog_add_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 999;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition:.5s;
}
.blog_add_icon a {
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #d71700;
    border-radius: 50%;
}
.blog-page-title_adn2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
	z-index: 9999;	
}
.blog-page-title_adn2 h2{
	margin:0px;
    background: rgba(0, 0, 0, 0.72);
    padding: 15px;
	color:#fff;
	-webkit-transition: .5s;
	transition:.5s;
}
.blog-page-title_adn2 h2 a{
	color:#fff;	
}

/* BLOG POST META CSS */

.seoico-blog-meta_adn {
    margin-bottom: 0px;
    margin-top: 0;
    width: 100%;
}
.seoico-blog-meta_adn:after {
    display: block;
    clear: both;
    content: "";
}
.seoico-blog-meta_adn a {}
/* BLOG POST META LEFT CSS */
/* left style 1 */

.seoico-blog-meta-left_adn {
    padding: 0 0 8px;
}
.seoico-blog-meta-left_adn a,
.seoico-blog-meta-left_adn span {
    color: #454545;
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
}
.seoico-blog-meta-left_adn a,
.seoico-blog-meta-left_adn span {
    color: #6a6c7c;
    font-size: 12px;
    margin-right: 5px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
}
.seoico-blog-meta-left_adn a:hover,
.seoico-blog-meta-left_adn span:hover {
    color: #d71700;
}
.seoico-blog-meta-left_adn i {
    margin-right: 5px;
    color: #d71700;
}
.blog-page-title_adn > h2 {
    margin-bottom: 8px;
}
/* BLOG POST META RIGHT CSS */

.seoico-blog-meta-right_adn {
    padding: 7px 0;
    text-transform: capitalize;
}
.seoico-blog-meta-right_adn a,
.seoico-blog-meta-right_adn span {
    font-size: 12px;
    color: #454545;
    margin-left: 5px;
}
.seoico-blog-meta-right_adn i {
    margin-right: 5px;
}
/* blog readmore */

.readmore_adn a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    padding: 6px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.readmore_adn a:hover {
    border-color: #d71700;
    background: #d71700;
    color: #fff;
}
/* blog hover */

.seoico-single-blog_adn:hover 
.seoico-blog-thumb_adn:before,
.seoico-single-blog_adn:hover .blog_add_icon
 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.seoico-single-blog_adn:hover .blog-page-title_adn2 h2{
	background: #d71700;
} 
.blog_nospace_adn.col-xs-12 {
    padding: 0px;
}
.blog_nospace_adn .seoico-single-blog {
    margin-bottom: 0px;
}
/* responsive 320 start */
/* small mobile :320px. */

@media (max-width: 479px) {
    body {
        overflow-x: hidden;
    }
    .seoico-header-top {
       /* display: none; */
    }
.top-right-menu ul.social-icons li {
    margin-left: 13px;
}
    .mean-container .mean-bar:before {
        text-transform: uppercase;
        top: 19px;
    }
    .mean-container a.meanmenu-reveal {
        padding: 19px 20px 18px;
    }
.witr_ac_style:before,
.active .witr_ac_style:before{
	display:none;
}
	
	
	
}
/* responsive 320 end */
/* 
.btn {
    background-color: #d71700;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
     letter-spacing: 2px; 
    line-height: 1;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}
.btn-lg {
    font-size: 16px;
    padding: 20px 50px;
}
.btn-sm {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 20px;
}
.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #d71700;
    color: #d71700;
    padding-bottom: 11px;
    padding-top: 11px;
}
.btn.btn-lg.btn-bordered {
    padding-bottom: 16px;
    padding-top: 16px;
}
.btn.btn-sm.btn-bordered {
    padding-bottom: 8px;
    padding-top: 8px;
}
.btn-icon i {
    font-size: 10px;
    left: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn-icon:hover i {
    left: 2px;
}
.btn:hover,
.btn:focus {
    background-color: #d71700;
    color: #fff;
}
.btn.btn-bordered:hover {
    background-color: #d71700;
    color: #fff;
}
.btn:active {
    background-color: #AC2925;
}
.button-group {
    margin-top: 30px;
}
.button-group a {
    margin-right: 25px;
}
.button-group a:last-child {
    margin-right: 0;
} */
/*=====================
seoico event AREA CSS
=========================*/

.seoico-single-event_adn {
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.related-projects-area {
    padding-bottom: 70px;
}
/* event THUMB CSS */

.seoico-event-thumb_adn {
    overflow: hidden;
    position: relative;
}
.seoico-event-thumb_adn:before {
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f00;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.seoico-event-thumb_adn img {
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}
.readmore_icon_adn {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}
.seoico-single-event_adn:hover .readmore_icon_adn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.seoico-event-thumb_adn a {
    background: #d71700 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    width: 42px;
}
/* event TITLE AND CONTENT CSS */

.em-event-content-area_adn {
    padding: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.event-inner_adn {} .event-content_adn {} .event-content_adn h2 {
    color: #333;
    margin: 0 0 18px;
}
.event-content_adn h2 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.event-page-title_adn a {
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
}
.event-page-title_adn h2 {
    margin-bottom: 6px;
}
/* event POST META CSS */
/* left style 1 */
.seoico-event-singlea {
    padding-bottom: 20px;
}
h2.related-projects-title.text-left {
    padding-bottom: 30px;
}
.seoico-event-meta-left_adn {
    float: left;
    position: relative;
    line-height: 1;
}
.seoico-event-meta-left_adn.esi {
    float: none;
    margin-bottom: 12px;
}
.seoico-event-meta-left_adn a, .seoico-event-meta-left_adn span {
    color: #333;
    margin-right: 10px;
    font-size: 14px;
}
.seoico-event-meta-left_adn i {
    margin-right: 5px;
}
/* event hover */

.seoico-single-event_adn:hover .seoico-event-thumb_adn a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.seoico-single-event_adn:hover .seoico-event-thumb_adn img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.event_nospace_adn.col-xs-12 {
    padding: 0px;
}
.event_nospace_adn .seoico-single-event_adn {
    margin-bottom: 0px;
}
.em-pevent .seoico-event-thumb_adn {
    float: left;
}
.em-pevent .em-event-content-area_adn {
    padding: 0;
    border: 0px solid #ddd;
    padding-left: 15px;
}
.em-pevent .event-page-title_adn h2 {
    margin: 0 0 3px 0;
}
.seoico-single-event_adn.em-pevent {
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #ddd;
}
.event_date {
    position: absolute;
    left: 0;
    top: 0;
    background: #d71700;
    padding: 10px 13px;
    /* width: 60px; */
    /* height: 70px; */
    
    text-align: center;
    color: #fff;
}
.event_date span {
    display: block;
    line-height: 20px;
}
.event_date_list {
    background: #d71700;
    padding: 23px 0 0;
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 20px;
    /* line-height: 70px; */
    color: #fff;
}
.event_date_list span {
    display: block;
    line-height: 1;
}
.seoico-single-event_adn:hover .event-page-title_adn a {
    color: #d71700;
}
.seoico-single-blog--thumb img {
}

.mean-container .mean-bar:before {
    text-transform: uppercase;
}
/*=====================
seoico Single Event CSS
=========================*/

.event-description {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 26px 15px 13px;
}
.event-dsc-title > h2 {
    font-size: 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.event-dsc-info li {
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin-bottom: 10px;
}
.event-dsc-info li i {
    margin-right: 10px;
}


/* unit test footer*/
.footer-middle .widget.widget_archive .widget-title {
    margin-bottom: 34px !important;
    margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
    margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
    margin-bottom: 20px !important;
}
.footer-middle .widget.widget_nav_menu .widget-title {
    margin-bottom: 25px !important;
}
.footer-middle .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}


.blog-left-side .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

.footer-middle .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

table#wp-calendar td#today a{
    color: #fff;
}
.blog-left-side .widget h2 {
    margin-top: 0;
}

.footer-middle #archives-dropdown--1 {
    height: 34px;
    width: 100%;
}
.widget.widget_categories select{
    width: 100%;
    height: 34px;
}
.widget .screen-reader-text {
    display: none;
}
.search input {
/*     width: 100%; */
}	
	
.textwidget select {
    width: 100%;
}
.footer-middle .widget ul li {
    margin-bottom: 10px;
}	
	
.comment_field .textarea-field label {
    margin-top: 20px;
    margin-bottom: 10px;
}
.blog-content {
    word-break: break-word;
}
.post-password-form input[type=submit] {
    background: #d71700;
}	
.page-list-single {
    clear: both;
}

.blog-left-side .widget h2 {
    font-size: 24px;

}
.blog-page-title h2 {
    font-size: 25px;
}
.seoico-single-blog-title h2 {
    font-size: 24px;
}
.footer-middle .widget h2 {
    font-size: 25px;
    font-weight: 700;
	margin-left: 40px;
}
.em-blog-content-area {
    padding: 15px 15px 15px;
}


.mobile-menu{
 display:none !important;
}
 .mobile_logo_area{
 display:none !important;
} 





/* color class */

.witr_all_color_style{}
.witr_all_color_style h2{}
.witr_all_color_style h3{}
.witr_all_color_style h1{}
/* end color class */

/* witr carsoule image edit */

/* left */
.images_area.wittr_car_top_left .slick-dots {
    left: 0;
    top:15%;
    display: block;
}
.images_area.wittr_car_top_left .slick-dots li {
    display: block;
}

/* right */
.images_area.wittr_car_top_right .slick-dots {
    left: auto;
    top:15%;
    display: block;
	right:0;
}
.images_area.wittr_car_top_right .slick-dots li {
    display: block;
}



/* blog new style */

.witr_nth_child:nth-child(odd) {

}
.witr_nth_child:nth-child(even) {

}
.witr_nth_child .wblog-content {
    padding: 23px 15px 10px;
    box-shadow: 0px 2px 6px 0px #f5f2f2;
}




/* top search menu */
/* top quearys */

.em-top-quearys-area {
    position: relative; 
}
.em-header-quearys {
    list-style: none;
}
.em-quearys-menu i {
    background: #d71700;
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.em-quearys-inner {} 
.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}
.top-form-control {
    position: relative;
}
.top-form-control input {
    background: transparent;
    color: #fff;
    font-size: 50px;
	font-weight:500;
    height: 100px;
    padding: 0 40px 0 15px;
    width: 100%;
    border: none;
    -webkit-transition: 1s;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 3px solid #fff;
}
.top-form-control input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff;
    font-size: 50px;
}
.top-form-control input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
    font-size: 50px;
}
.top-form-control input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size: 50px;
}
.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    /* height: 44px; */
    
    background: transparent;
    font-size: 45px;
    border: none;
    color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.em-s-hidden {
    display: none !important;
}


.em-quearys-inner {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
    -webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);	
	
	
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -150%;
    background: rgba(0, 0, 0, 0);
   
	
	
}
.em-quearys-inner{}

.em-s-open{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    background:rgba(117, 30, 255, 0.90)!important;
    -webkit-transform: scale(1);
            transform: scale(1);	
	
}


/* nav.seoico_menu.main-search-menu { */
    /* float: right; */
    /* margin-right: 0px; */
/* } */

.witr_h_h12 .seoico_menu,
.witr_h_h13 .seoico_menu

 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.witr_h_h8 .seoico_menu,
.witr_h_h9 .seoico_menu,
.witr_h_h10 .seoico_menu,
.witr_h_h11 .seoico_menu,
.witr_h_h14 .seoico_menu,
.witr_h_h17 .seoico_menu
 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.seoico_menu.main-search-menu > .em-header-quearys,
.em-quearys-top.msin-menu-search
 {
    display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 20px;
	cursor: pointer;
}
.seoico_menu div.em-header-quearys {
	text-align: center;
	margin-top: 30px;
}

/* social icon menu style */
.footer-social-icon.htop-menu-s {
    padding: 35px 0px;
    display: inline-block;
    margin-left: 15px;
}
.donate-btn-header {
    padding: 26px 0px;
}
.em_top_cart.hshop {
	padding: 37px 0;
}


/* top search */
.topsr .em-quearys-menu {
    text-align: center;
}
.witr_video_blog_c iframe {
    width: 100%;
    height: 275px;
}
.single-blog-content iframe {
    width: 100%;
}

/* =========== Slick slider Main css============ */
.witr_ds_content{
	position:relative;
	z-index:1;
}
.elementor-section-full_width .witr_containers {
    margin: auto;
	width:62%;
}
.witr_ds_content:before{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	content:""; 
	z-index:-1;
}
.witr_ds_content_area{
	 background: url(../images/sbg.jpg);
}
.witr_Shape{
    background: url(../images/bg.png) no-repeat center center / cover;
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
 	animation: witr_sliderbg 3s linear 2s infinite alternate running;
    z-index: -1; 	
}
@keyframes witr_sliderbg {
  0%{
	 margin-left:5px;
	}
  100%{
	   margin-left:50px;
	}
	
}
.witr_ds_content {
    height: 1050px;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px 0px 0px 200px;
	
}


.witr_ds_content_inner {
    position: relative;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.witr_ds_content_inner h1{
    font-size: 18px;
    color: #fff;
    margin-bottom: 31px;
    font-weight: 500;
    padding: 10px 30px;
    background: #f5f5f575;
    border-radius: 5px;
    display: initial;
	
}
.witr_ds_content_inner h2{
    font-size: 70px;
    text-transform: capitalize;
    color: #fffefe;
    margin-bottom: 30px;	
}
.text-center .witr_ds_content_inner h2{
	margin-left:auto;
	margin-right:auto;
}
.witr_ds_content_inner p {
    width: 41%;
    margin: 20px auto 34px auto;
	color:#fff;
    font-size: 19px;
font-weight: 400;	
}
/* slider text align */
.text-left .witr_ds_content_inner h1,
.text-left .witr_ds_content_inner h2,
.text-left .witr_ds_content_inner h3,
.text-left .witr_ds_content_inner p {
    width: 50%;
    margin: 25px auto 0px 0;
}
.text-center .witr_ds_content_inner h1,
.text-center .witr_ds_content_inner h2,
.text-center .witr_ds_content_inner h3,
.text-center .witr_ds_content_inner p {
    width: 70%;
    margin-left:auto;
    margin-right:auto;
}
.text-right .witr_ds_content_inner h1,
.text-right .witr_ds_content_inner h2,
.text-right .witr_ds_content_inner h3,
.text-right .witr_ds_content_inner p {
    width: 50%;
    margin: 20px 0 0px auto;
}

/* slider image thumb position */
.text-left .witr_slider_thumb {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	 animation: witr_slider 2s linear 2s infinite alternate running;			
}

.text-right .witr_slider_thumb {
    position: absolute;
    left: 0;
    top: -65px;
	 animation: witr_slider 2s linear 2s infinite alternate running;	
}

@keyframes witr_slider {
  0%{
	 margin-top:5px;
	}
  100%{
	   margin-top:30px;
	}
	
}
.slider_btn .witr_btn{
	border:none;
	outline: none;
}

.slider_btn .witr_btn.active{
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
	border: 1px solid #ddd;
	color:#FF582C;
}
.witr_btn i{
    margin-right: 10px;
}
.slider_btn .witr_btn:hover {
    color:#fff;
     background-image: linear-gradient(90deg, #D71700 100%, #FF582C 0%);
    border-color: #f94e25;
}

.witr_btn {
	 background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);	
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: all 0.5s;
}


/* witr_call_section */
.witr_call_section{
    display: inline-flex;
    position: relative;
    top: -11px;	
}
.witr_icon_phone{
    float: left;
    margin-right: 20px;
	position:relative;	
}
.witr_icon_phone i{
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #fc5329;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;	
}
.witr_icon_phone::after,
.witr_icon_phone::before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-left:.5px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    animation: witr_ripple 2s infinite;
}
.witr_icon_phone::after {
    animation-delay: .9s;
    content: "";
}
.witr_icon_phone::before {
    animation-delay: .6s;
    content: "";
}
.witr_icon_phone span a{
	display:none !important;
} 
.witr_icon_title{
    margin-top: 10px;
}
.witr_icon_title h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
	color: #fff;
}
.witr_icon_title h4{
font-size: 25px;
color: #fff;	
}










/*

.witr_gbtn::after {
    position: absolute;
    border-radius: 100px;
    left: 2px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #060734;
    top: 2px;
    content: "";
    z-index: -1;
    transition: all .5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
	transition:1s;
}
.witr_gbtn.active::after {
    position: absolute;
    border-radius: 100px;
    left: 2px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: linear-gradient(45deg, #00b0ff, #8e00ff);
    top: 2px;
    content: "";
    transition: all .5s ease;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
	transition:.5s;
}
.witr_gbtn:hover::after {
    background: none;
}
.witr_gbtn.active:hover::after {
    background: #060734;
}
*/
.slider_btn {
    margin-top: 40px;
}
.slider_btn span{
    display:none !important;
}




/* slider icon css */
.text-center .icon_section {
    position: absolute;
    left: 50%;
    bottom: -90%;
	-webkit-transform:translateX(-50%);
	        transform:translateX(-50%);
}
.text-left .icon_section {
    position: absolute;
    left: 15px;
    bottom: -90%;
}

.text-right .icon_section {
    position: absolute;
    right: 15px;
    bottom: -90%;
}

.icon_title{
    display: inline-block;	
}
.icon_title h3{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
}
.seoico_slider_icon{
    display: inline-block;	
}
.seoico_slider_icon ul{}
.seoico_slider_icon ul li{
    list-style: none;
    display: inline-block;	
}
.seoico_slider_icon ul li a{}
.seoico_slider_icon ul li a i{
    font-size: 15px;
    color: #fff;
    background: #8e00ff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.seoico_slider_icon ul li a i:hover{
}

/* footer text des */
.seoico-description-area{}
.seoico-description-area a{}
.seoico-description-area a img {
    margin: 26px 0;
}
.seoico-description-area p,
.seoico-description-area .phone a
{
	color:#fff;
}
.seoico-description-area .social-icons a{
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.seoico-description-area .social-icons a:hover{
	background:#d71700;
	border-color:#d71700;
	color:#fff;
}
.seoico-description-area .social-icons {
    margin-top: 30px;
}
/* circle progress */
.witr_circle_area {
    text-align: center;
	    margin-bottom: 30px;
}
.witr_cp_class{
	position:relative;
	text-align:center;
}
span.witr_cir_text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    font-size: 25px;
    transform: translateX(-50%) translateY(-50%);
	font-weight:700;
	color: #fff;
}
canvas {
    border-radius: 50%;
	background: #2A2F6B;
}
span.witr_cir_text:first-letter {
  font-size: 0px;
  display:none;
}

.witr_circle_title{
    margin-top: 10px;	
}
.witr_circle_title h3{
	font-size:25px;
	    color: #fff;
}
/* carousel image over car image slider */
.witr_cari_overlay{
	position:relative;
}
.witr_cari_overlay::before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
}

.em_slider_s2_content,
.em_slider_s2_image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.text-center .em_slider_s2_content {
    /* text-align: center; */
    left: 0;
    right: 0;
}

.play-overlayss > img {
position: relative;
    max-width: 140% !important;
}
.play-overlay.nvs_p i {
    color: #ffffff;
    background: #d71700;
}
.pdlr0{
	padding-left:0px;
	padding-right:0px;
}

.seoico-brand-ara{
	margin-top:-100px;
}
.seoico-brand-ara .slick-slider{
	z-index:99;
}
.seoico_feature_area{
	padding:150px 0px 100px;
}
.seoico-about-area .seoico_feature_area{
	padding:40px 0px 100px;
}

.expect-bg{
	background:url(../images/fbg.png);
	padding: 50px 30px 55px 30px;
   background-repeat: no-repeat;
    box-shadow:0px 0px 65px 0px rgba(0, 0, 0, 0.04); 
}



/* feature btn icon css */
.witr_festure_box{
    display: inline-block;
    margin-right: 8px;	
}
.witr_festure_icon{}
.witr_festure_icon i,
.witr_festure_icon2 i{
    color: #fff;
    background: #d71700;
	transition:.5s;
    font-size: 10px;
    transition: .5s;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    text-align: center;
}

.feature_btn a:hover .witr_festure_icon i{
    display: none;	
}
.witr_festure_icon2{}
.witr_festure_icon2 i{
    display: none;	
}
.feature_btn a:hover .witr_festure_icon2 i{
    display: block;
    box-shadow: 0px 0px 30px rgba(221, 32, 6, 0.5);
}
.sub-item.sub-item-6 h3{
	margin-bottom: 15px;
    margin-top: 24px;
}
.sub-item.sub-item-6 p{
	margin-bottom: 18px;

}
.feature_btn a:hover {
    color: #d71700;
    transition: .5s;
}
.feature_btn a {
    font-size: 16px;
    color: #10184f;
}

.feature-top{
	margin-top:60px;
}

/* 2nd css*/

.fix{
    clear: both;
}
/*button css*/
.witr_butn {
    padding: 0px 50px;
    border: 2px solid #fff;
    position: relative;
    -webkit-transition: .5s;
    transition:.5s;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
	line-height: 50px;
    margin-top: 30px;
	text-transform:uppercase;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
	margin-right: 10px;	
}
.witr_butn:before {
    content: '';
    width: 0;
    height: 100%;
    background: #d71700 ;
    position: absolute;
    left: 0;
    top: 0;
	z-index:-1;
    border-radius: 5px;
    -webkit-transition: .10s;
    transition: .10s;
}
.witr_butn:hover:before {
    width: 100%;
	z-index:-1;

    -webkit-transition: 0.5s;

    transition: 0.5s;	
}
 .witr_butn:hover {
   color: #fff;
   border-color:#d71700 ;
	z-index:999;
} 

.witr_video_butns {
    display: inline-block;
    color: #fff;
	text-transform:uppercase;
	font-size: 16px;
    overflow: hidden;
}
/*===========================
    3.banner css 
===========================*/
.witr_banner_area {
    height: 800px;
	padding: 0;
    width: 100%;
    position: relative;
    margin: auto;
}

.witr_banner_content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; 
}
.witr_banner_content.text-left {
 
}
.witr_banner_content.text-right {
   
}

.witr_banner_content h1 {
color: #fff;
    font-size: 36px;
    margin-bottom: 10px;

}
.witr_banner_content h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;

}

.witr_banner_content h1 span,
.witr_banner_content h2 span{
	color: #d71700 ;	
}

.witr_banner_content p {
	color:#fff;

width: 53%;
}
.witr_banner_content.text-center p{
    margin: 20px auto 16px auto;
}
.witr_banner_content.text-left p{}
.witr_banner_content.text-right p{
    margin: 20px 0 16px auto;
}
.witr_banner_content a {
 	
}
.witr_banner_contentt a.witr_butn {
    font-weight: 600;
    color: #333;
}

.witr_rimg img{
    top: 50%;
    position: absolute;
    right: 0;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
	
}
.witr_banner_contentt ul {}
.witr_banner_content ul li {
    display: inline-block;
}
.witr_banner_content ul li a {}
.witr_banner_content a i {
    color: #d71700 ;
    background: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
	-webkit-transition: .5s;
	transition:.5s;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 20px;
}
.witr_banner_content a i:hover{
    color: #fff;
    background: #d71700 ;	
}
.witr_ico2 {
	 margin-top: 10px;
}


.witr_banner_content form{
    position: relative;
    width: 445px;   
}
.witr_banner_content form input{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    width: 445px;
    padding-left: 30px;
    border-radius: 5px;
    margin-top: 45px;
}
.witr_banner_content form input::-webkit-input-placeholder{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
}
.witr_banner_content form input:-ms-input-placeholder{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
}
.witr_banner_content form input::-moz-placeholder{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.witr_banner_content form input::placeholder{
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}
.witr_banner_content form button {
	position: absolute;
	right: 0px;
	bottom: 0;
	background: #fff;
	border: 0;
	height: 50px;
	padding: 14px 35px;
	border-radius: 5px;
    color: #d71700 ;
    font-weight: 500;
    cursor: pointer;
	line-height: 0px;    
}
.witr_tx_left .witr_bslider_thumb {
    position: absolute;
    right: -17%;
    top: 25%;
}
.witr_tx_right .witr_bslider_thumb {
    position: absolute;
    left: -17%;
    top: 25%;
}
/*===========================
    4.feature css 
===========================*/
.sub-border {
    /* border-bottom: 1px solid #dddddd; */
}
.sub-item {
	position: relative;
/* 	margin-top: 20px; */
}
.sub-item i {
font-size:40px;
    color: #d71700;
    height: 102px;
    width: 102px;
    text-align: center;
    border-radius: 5px;
    line-height: 100px;
    border: 1px solid #d71700;
    -webkit-transition: .5s;
    transition: .5s;
	display: inline-block;
}
.sub-item:hover  i{
	-webkit-transition: .5s;
	transition:.5s;
	background:#d71700;
	color:#fff;
	border-color:#d71700;
}
.sub-item span {
    position: absolute;
    top: -6px;
    left: 50%;
    font-size: 50px;
    color: #eeeeee;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.sub-item h3 {
    font-size: 25px;
    margin-top: 25px;
    /* padding-bottom: 2px; */
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px;
}
/*====== home page 2 ======*/
.sub-border-2 {}
.sub-border-2 .sub-item span {
    top: 31px;
    left: 45%;
	z-index: 999;
}
.sub-border-2 .sub-item p {
    padding: 0 0px;
}
.sub-item.sub-item-3 i {
    height: 80px;
    width: 80px;
    color: #d71700 ;
    line-height: 78px;
    border: 2px solid #d71700 ;
    background: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.sub-item.sub-item-3 p {
	padding-top: 22px;
}
.sub-item.sub-item-3:hover i {
    color: #fff;
	background:#d71700;
}
.sub-item-3.sub-item h3 {
     padding-bottom: 8px;
	margin-top:0px;
	 transition: .5s; 
}





/*====== home page 6 ======*/

.sub-item.sub-item-6 i {
    border-radius: 30% 70% 70% 30% / 50% 50% 50% 50%;
    background:#FCD9D1;
    color: #d71700;
    border: 0;
    transition: .5s;
}
.sub-item.sub-item-6:hover i {
    color: #fff;
  background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);	
}
.feature_btn a{
	font-weight:600;
	font-family: 'Baloo Thambi 2', sans-serif;
	font-size: 16px;
	color: #10184f;
}
.feature_btn a:hover{
	color:#d71700;
	transition:.5s;	
}

/* feature btn icon css */
.witr_festure_box{
    display: inline-block;
    margin-right: 8px;	
}
.witr_festure_icon{}
.witr_festure_icon i,
.witr_festure_icon2 i{
    color: #fff;
    background: #d71700;
	transition:.5s;
    font-size: 10px;
    transition: .5s;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    text-align: center;
}
.feature_btn a:hover .witr_festure_icon i{
    display: none;	
}
.witr_festure_icon2{}
.witr_festure_icon2 i{
    display: none;	
}
.feature_btn a:hover .witr_festure_icon2 i{
    display: block;
    box-shadow: 0px 0px 30px rgba(221, 32, 6, 0.5);
}

/*====== home page 8 ======*/
.sub-item.sub-item-8 {
	padding: 30px 20px 21px;
    -webkit-transition: .5s;
    transition: .5s;
}
.sub-item.sub-item-8:hover {
	box-shadow: 0px 0px 29px -26px #000;
}


/* ===== feature style 3d css ===== */
.witr_feature_3d {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transition: .1s;
    transition: .1s;
}
.witr_feature_3d:hover .witr_single_feature_3d {
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
.witr_single_feature_3d {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
    text-align: center;
    z-index: 999;	
}
.witr_feature_front_3d,
.witr_feature_back_3d {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.witr_feature_front_3d {
    z-index: 2;
}
.witr_feature_back_3d {
    z-index: 3;
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
.witr_feature_front_3d,
.witr_feature_back_3d {
    padding: 40px 20px 40px;
}
/* tittle css */
.witr_feature_content_3d{}
.witr_feature_icon_3d {
	margin-bottom: 14px;
}
.witr_feature_icon_3d i {
    font-size: 35px;
	color:#fff;
}

.witr_feature_content_3d h3 {
    margin-bottom: 12px;
	color:#fff;
	font-size:23px;
}
.witr_feature_content_3d p {
	color:#fff;
}

/* feature Front Face */
.witr_feature_front_3d {
    background: #d71700 ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.witr_feature_front_3d:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.witr_feature_back_3d {
    background: #d71700 ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.witr_feature_back_3d:before {
    /* background: #d71700 ; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*  feature Button */
.witr_feature_btn_3d {
    margin-top: 27px;
    z-index: 999;
}
.witr_feature_btn_3d a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 33px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.witr_feature_btn_3d  a:hover {
    background: #fff;
    color: #d71700 ;
}


/*===========================
    5.tab area css 
===========================*/
.tab_area {}
.tab_item {}
.tab_item ul {
    border-bottom: 1px solid #333;
}
.tab_item ul li {
    padding: 0;
}
.tab_item ul li a {
    color: #333;
	border-bottom: 2px solid transparent; 
    padding: 7px 70px;
}
.tab_item .nav-pills li .nav-link.active {
    color: #333;
    background: transparent;
    border-bottom: 2px solid #333; 
    border-radius: 0;
}
.tab_area .tab_content h3 {
    color: #333;
    font-size: 28px;	
    line-height: 45px;	
    padding-bottom: 25px;
}
.tab_area .tab_content p {
    color: #333;	
/*     padding-right: 36px; */
}
.tab_area .tab_content a {
    color: #333;
    border: 1px solid #333;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 52px;
    text-transform: capitalize;
    margin-top: 45px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
}
.tab_area .tab_content a:hover {
    background: #333;
    color: #d71700 ;
}
.tab_area .tab_content:first-child a {
    margin-right: 25px;
}
.digital-img img {
	width: 100%;
}





/*========= tab 2 area ===========*/
.tab_area2{
	overflow: hidden;	
}
.tab_area2 .nav-tabs {
    border: none;
	border: 1px solid #d1e0f5;
    padding: 5px;
    width:55%;
    border-radius: 5px;	
	margin-top: 32px;
}
.seoico_tab li {
    display: inline-block;
    list-style: none;
/*     background: #000; */
    float: left;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 5px;	
}
.seoico_tab li:nth-last-child(-n+1) {
    margin-right: 0px;	
}
.seoico_tab li a{
    padding: 8px 30px;
    display: block;
/*     border-right: 1px solid #ddd; */
    color: #10184f;
    border-radius: 5px;
    font-weight: 500;	
}
.seoico_tab li a.active,
.seoico_tab li a:hover
{
    background: #d71700;
    color: #fff;
}

.wic_tab_content2 {
    padding-top: 40px;
}
.witr_tab_title_content2{}
.witr_tab_title_content2 h2{ 
    font-size: 23px;  
    margin-bottom: 19px;
 }
.witr_tab_btn{}
.witr_tab_btn a{
	color:#10184f;
	transition:.5s;
}
.witr_tab_btn a:hover{
	color:#d71700;
}



/*===========================
    5.play  css 
===========================*/
.witr_play_vi {
	position: relative;
}
.witr_video_images{
	position: relative;	
}
.witr_video_images:before{
    position: absolute;
    content: '';	
    width: 100%;
    height: 100%;
    background: rgba(73, 0, 221, 0.6);	
}
.witr_video_images img{
	width:100%;
}
.play-overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);	
}
.play-overlay a{
    position: relative;
    display: block;	
}
.play-overlay a:before{
    position: absolute;
    content: '';	
    width: 99px;
    height: 99px;
    left: -11px;
    top: -11px;
	transform: translateX(-50%) translateY(-50%);
    background: rgba(255, 255, 255, .73);
    z-index: -1;
    border-radius: 5px;
    animation: witr_squares 1.5s ease-in-out infinite;
}

.play-overlay i {
	color: #d71700;
	height: 75px;
	width: 75px;
	text-align: center;
	line-height: 75px;
	background: #fff;
	border-radius: 5px;
	font-size: 25px;
}

/*===========================
    10.video css 
===========================*/
.video-part {
	padding:100px 0px 100px;
}
.video-overlay {

    padding: 50px 0;
}

.video-item {}
.video-item a{
    position: relative;
    display: inline-block;
}
.video-item a:before{
    position: absolute;
    content: '';	
    width: 100px;
    height: 100px;
    left: -15%;
    top: -11px;
	transform: translateX(-50%) translateY(-50px);
    background:rgba(255, 255, 255, .73);
    border-radius: 5px;
    animation: witr_squares 1.5s ease-in-out infinite;	
}
.video-item i {
	color: #d71700;
	height: 75px;
	width: 75px;
	text-align: center;
	line-height: 75px;
	background: #fff;
	border-radius: 5px;
	font-size: 25px;
    position: relative;	
}

.video-item h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
	margin-top: 35px;
}



/*===========================
    6.about area css 
===========================*/

.witr_about_content {}
.witr_about_content h2 {
	font-size: 20px;
	color: #ff582c;
    position: relative;
    padding: 10px 30px 10px 50px;
    background: #fcd3cb;
    border-radius: 5px;
    display: inline-block;	
}
.witr_about_content h2::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #ff582c;
    left: 19%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}


.witr_about_content h3 {
    font-size: 43px;
   margin-bottom: 19px;
    margin-top: 0px;	
}
.witr_about_content p {
   padding-right:61px;
margin-bottom: 17px;   
}
.witr_about_content h1 {
    font-size: 24px;
    margin-bottom: 10px;	
}

.witr_about_content h1 span,
.witr_about_content h2 span,
.witr_about_content h3 span {
    color:#07D1C1;
}
.witr_about_text{
	margin-top: 15px;
}

.witr_about_text i{
    margin-right: 11px;
    float: left;
    margin-top: 10px;
    font-size: 11px;
	color:#D71700;
}
.witr_about_con {
    overflow: hidden;
}
.witr_about_con span{
    padding-left: 4px;
}
.witr_contents{}
 
.witr_about_btn.witr_about2_btn a{
	  background-color: transparent;
    background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);
}
.witr_about_btn.witr_about2_btn a:hover{
	  background-color: transparent;
       background-image: linear-gradient(90deg, #D71700 0%, #FF582C 100%);
	color:#fff;
}
.witr_about_btn a {
	position: relative;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    background: #d71700 ;
    border-radius: 5px;
    padding: 15px 30px 15px 50px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-top: 46px;
}
.witr_about_btn a:hover {
	background: #f9f9f9;
    color: #d71700 ;
}
.witr_about_btn a::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    left: 19%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
	transition:.5s;
}
.witr_about_btn a:hover::before{
	left: 17%;
    top: 44%;
    background: #d71700;
	animation: witr_bounce_btn 1s ease-out infinite;	
}
.witr_righti.single_image img {
    width: 130% !important;
    max-width: 200% !important;
    margin-left: -204px;
}
.witr_about_image{
animation: witr_slider 2s linear 2s infinite alternate running; 
}
.witr_about_image img {
}

/*===========================
    6.service css 
===========================*/

.service-item{}

.service-item i {
    color: #333;
    height: 80px;
    width: 80px;
/*     border: 2px solid #333; */
    border-radius: 5px;
    text-align: center;
    line-height: 78px;
    box-shadow: 0px 0px 30px 0px rgba(148,146,245,0.2);	
    font-size: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}
.service-item:hover i {
    background: #d71700 ;
    color: #fff;
	border-color:#d71700 ;
}
.service-item h3 {
    font-size: 22px;
    color: #333;
    padding-top: 25px;
}
.service-item p {
    color: #333;
    padding-right: 2px;
}


/* ===== service style 5 css ===== */

.witr_singleSS{
	padding: 50px 34px 60px;
    position: relative;
    background: #fff;
    overflow: hidden;
	transition:.5s;
	border-radius: 5px;
	    margin-bottom: 30px;
}
.witr_singleSS:hover{
    background: #d71700;
}

.witr_top_thumb{
    position: absolute;
    top: -130px;
    right: -95px;
	transition:.5s;
}
.witr_singleSS:hover .witr_top_thumb{
    top: -60px;
    right: -50px;	
}
.witr_top_thumb img{}


.witr_serIcon{
    margin: 0 0 27px;
    z-index: 9;
    width: 106px;
    height: 96px;
    text-align: center;
}
.witr_serIcon i{
	font-size: 60px;
    color: #d71700;
    line-height: 86px;
	transition:.5s;
}

/* .w_icon_bg{
    background: url(../images/icon-bg.png) no-repeat center center / cover;
}
.witr_singleSS:hover .w_icon_bg{
    background: url(../images/icon-bg2.png) no-repeat center center / cover;
} */

.witr_detail_content{}
.witr_detail_content h3{
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px;
	transition:.5s;
}
.witr_detail_content p{
	transition:.5s;	
}

.witr_border_color{
	position: relative;
    margin-bottom: 35px;	
}
.witr_border_color::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	 width:0;
    height: 1px;
	background:#fff;
	transition:1s;
}
.witr_border_color::before{
    content: "";
    position: absolute;
    left: 0;
	 right: 0;
    bottom: 0;
    height: 1px;
	background:#fedbd3;
}
.witr_singleSS:hover .witr_border_color::after{
	width:100%;
}
.witr_singleSS:hover .witr_border_color::before{
	opacity:0;
}

.witr_singleSS:hover .witr_serIcon i,
.witr_singleSS:hover .witr_detail_content h3,
.witr_singleSS:hover .witr_detail_content p{
	color:#fff;
}

.witr_singleSS:hover .service-btn a{
    background: #fff;
	color: #d71700;
}
.witr_singleSS:hover .service-btn a::before{
     background: #d71700; 
}
/* .witr_detail_content a.readMore{
    display: inline-block;
    color: #f5634b;
    font-size: 16px;
    line-height: .8;
    margin: 0;
}
.witr_detail_content a.readMore:hover{
    color: #4900d6;
} */



/* ===== service style 3d css ===== */
.witr_service_3d {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transition: .1s;
    transition: .1s;
}
.witr_service_3d:hover .witr_single_service_3d {
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
.witr_single_service_3d {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative;
    text-align: center;
    z-index: 999;	
}
.witr_service_front_3d,
.witr_service_back_3d {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.witr_service_front_3d {
    z-index: 2;
}
.witr_service_back_3d {
    z-index: 3;
    -webkit-transform: rotateY( -180deg);
            transform: rotateY( -180deg);
}
.witr_service_front_3d,
.witr_service_back_3d {
    padding: 40px 20px 40px;
}
/* tittle css */
.witr_service_content_3d{}
.witr_service_icon_3d {
	margin-bottom: 14px;
}
.witr_service_icon_3d i {
    font-size: 35px;
	color:#fff;
}

.witr_service_content_3d h3 {
    margin-bottom: 12px;
	color:#fff;
}
.witr_service_content_3d p {
	color:#fff;
}

/* Service Front Face */
.witr_service_front_3d {
    background: #d71700 ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.witr_service_front_3d:before {
    /* background: rgba(0, 0, 0, 0.7); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.witr_service_back_3d {
    background: #d71700 ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.witr_service_back_3d:before {
    /* background: rgba(0, 0, 0, 0.7); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



/* Service Service Button */
.witr_service_btn_3d {
    margin-top: 27px;
    z-index: 999;
}
.witr_service_btn_3d a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 8px 33px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.witr_service_btn_3d  a:hover {
    background: #fff;
    color: #d71700 ;
}


/*===========================
    process css 
===========================*/

/* PROCESS SECTION */
.witr_process{
     overflow: hidden;	 
}
.witr_front_content {}
.witr_process_image{
}
.witr_process_image img{
    position: relative;
    width: 100%;
}
.witr_process_box{
	position:absolute;
    left: 20px;
    bottom: 20px;
    z-index: 99; 	
}
.witr_process_icon{}
.witr_process_icon i{
    color: #fff;
	background:#d71700;
    font-size: 20px;
    transition: .5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.witr_process:hover .witr_process_icon i{
    display: none;	
}
.witr_content_service h3{
    color: #fff;
    font-size: 24px;
}
.witr_back_process{
    background: #d71700;
    opacity:0;
    padding: 35px 30px 30px;
    transition: .5s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1; 
	 transform: scale(0);
}
/* .witr_process_icon i:hover .witr_back_process {
 	top:0; 
} */
.witr_process:hover .witr_back_process {
 opacity:0.9;
  transform: scale(1);
}

.witr_content_service {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.witr_content_service p{
	color:#fff;
}
.witr_process_btnb{
	margin-top:15px;
}
.witr_process_btnb a{
		color:#fff;
}
.witr_process_icon2{}
.witr_process_icon2 i{
    color: #fff;
	background:#d71700;
    font-size: 20px;
    transition: .5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: none;	
}
.witr_process :hover .witr_process_icon2 i{
    display: block;	
}


/*===========================
    departmentList css 
===========================*/

.departmentList{
    position: relative;
    padding: 73px 50px 73px;
    border-radius: 5px;
	background-size:cover;
}
.departmentList h3{
    font-size: 30px;
    line-height: 40px;
    color: #083791;
    font-weight: 900;
    margin-bottom: 22px;
}
.departmentList ul{
    margin: 0;
    padding: 0 0 17px;
}
.departmentList ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.departmentList ul li a{
    color: #083791;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
}
.departmentList ul li a:hover{
    color: #ff8e32;
}
.departmentList .discover_more{
    font-size: 12px;
    line-height: 28px;
    color: #083791;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
	
}
.departmentList .discover_more i{
    font-size: 15px;
    position: relative;
    top: 2px;
    padding-left: 2px;
	transition:.5s;
}
.departmentList .discover_more:hover i{

    padding-left: 10px;
}

.departmentList .discover_more:hover{
    color: #ff8e32;
}



/*===========================
    team css 
===========================*/

 .witr_team_section{
    position: relative;
}
.witr_team_section img {
    width: 100%;
}
.witr_team_section:before  {
	content:"";
	position: absolute;
    background: rgba(254, 148, 24, 0.6);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	transition:.5s;
}
.witr_team_section:hover:before{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team_overlay_icon a i{
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
	color:#fff;
    top: 50%;
	font-size: 35px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.witr_team_section:hover .team_overlay_icon a i{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";	
}

/*team post icon */
.team_o_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	-webkit-transition: .5s;
	transition:.5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	
}
.witr_team_section:hover .team_o_icon{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 	
}
.team_o_icon ul{}
.team_o_icon ul li{
	list-style:none;
}
.team_o_icon ul li a{
	font-size:40px;
	color:#fff;
}
.team_o_icon ul li a:hover{
	color:#333;
}
/* content css */
.witr_team_content {
    padding: 20px 0;
}
.witr_team_content h5 {
    font-size: 25px;
	margin-bottom: 0;
}
.witr_team_content span {
    color: #555555;
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding: 3px 0 6px;
} 

/*====== home page 2 ======*/
.witr_team_part {
    text-align: center;
	position:relative;
    margin-bottom: 30px;	
}
.witr_team_sec{}
.witr_img_team{
	position:relative;	
}
/* .witr_img_team::before {
    content: "";
    position: absolute;	
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f00;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: .5s;
} */
.witr_img_team img{	}


.witr_team_content2 {
    background: #fff;
    border-radius: 50px;
    padding: 148px 0px 40px;
    margin-top: -135px;
    box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.06);	
}
.witr_team_content2 h5 {
	font-size: 25px;
	margin: 12px 0 4px;
}
.witr_team_content2 span {
    color: #6a6c7c;
	font-size: 18px;
	font-weight:300;
}
/* social css */
.witr_team_social {
	position:absolute;
	left:0;
	right:0;
    bottom: -40px;
	opacity:0;
	transition:.5s;
}
.witr_team_part:hover .witr_team_social{
	bottom: -22px;
	opacity:1;
}
.witr_pots_team_s2{
    background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);
    display: inline-block;
    padding: 8px 30px;
    border-radius: 5px;
	transition:.5s;	
}
.witr_pots_team_s2:hover{
   background-image: linear-gradient(90deg, #D71700 0%, #FF582C 100%);
}


.witr_team_social ul {
	list-style:none;
}
.witr_team_sociall ul li{

}
.witr_team_social ul li a {
    font-size: 16px;
    color: #fff;
	transition:.5s;
    margin-right: 15px;	
}

/*====== home page 3 ======*/
.team-part{
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}
.witr_team_sec_3{
	position:relative;
}
.witr_team_sec_3 img{
   width:100%;  
}
.witr_team_sec_3:before{
	content:"";
	position: absolute;
    background: rgba(215, 23, 0, 0.7);   
    height: 100%;
    width: 100%;
    left: 0;
    top: -150%;
	-webkit-transition: .5s;
	transition:.5s;	
}
.witr_team_content3 {
	position: absolute;
	width: 100%;
	left: 50%;
	top: -350px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	padding: 0 25px;
	-webkit-transition: .5s;
	transition:.5s;
}
.team-part:hover .witr_team_content3{
top: 50%;	
}
.team-part:hover .witr_team_sec_3:before{
     top: 0;
}
.witr_team_content3 h5 {
	font-size: 25px;
	color: #fff;
}
.witr_team_content3 span {
    color: #fff;
}
.witr_team_content3 p {
    color: #fff;
    padding-top: 10px;
}
/*======== social top css ===========*/
.witr_team_content3 ul li {
    display: inline-block;
}
.witr_team_content3 ul li a {
    color: #fff;
    display: inline-block;	
    margin: 0 11px;
    margin-top: 4px;
	-webkit-transition: .5s;
	transition:.5s;
} 
/*======= social bottom css ========*/
.team-part .witr_team_sec_3 .team-social {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100px;
    width: 100%;
    background: #fff;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.team-part:hover .witr_team_sec_3 .team-social {
    bottom: -110px;
}

.team-social ul {
    padding-top: 30px;
}
.team-social ul li {
    display: inline-block;
    margin: 0 3px;
}
.team-social ul li a {
    font-size: 17px;
    color: #555555;
    height: 34px;
    width: 34px;
    line-height: 34px;	
    text-align: center;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
	display: inline-block;
	-webkit-transition: .5s;
	transition:.5s;	
}
.team-social ul li a:hover {
    color: #fff;
background:#d71700 ;
    border-color: #d71700 ;
}
/*======= single team css ========*/
.team_single_pic {
    overflow: hidden;
}
.team_single_pic img{
	width:100%;
}
.witr_single_team_s {
    text-align: center;
    background: #efefef;
    padding: 15px 0;
}
.witr_single_team_s  a{
    text-align: center;
    font-size: 25px;
    margin: 0 7px;
}
.team_single_content {
    text-align: center;
}
.team_single_title h2 {
    padding: 20px 0 10px;
    font-size: 24px;
}

/* cur_part_6 */
.witr_single_team {
    position: relative;
    overflow: hidden;
}
.witr_single_team img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_single_team:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
}

.witr_single_team:after{
    position: absolute;
	content: '';
	top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#d71700 ;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.witr_single_team:hover:after{
    visibility: visible;
    opacity: .72;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=72)";
}
.witr_team_content_car{
    position: absolute;
    left: -300px;
    bottom: 22px;
    z-index: 3;
	-webkit-transition: .5s;
	transition: .5s;
}
.witr_single_team:hover .witr_team_content_car{
    left: 30px
} 

.witr_team_content_car span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0 0 9px;
}
.witr_team_content_car h5{
    font-size: 22px;
    color: #fff;
    margin: 0;	
}





.em-team {
	text-align:center;
	position: relative;
	-webkit-transition: .5s;
	transition:.5s;
}
.em-team-one {
    background-color: #ffffff;
	   position: relative;
    overflow: hidden;
    padding-bottom: 55px;
    border-bottom: 1px solid #f9f9f9;	
}


/* team image css */
.em-team-content-image {
}
.em-team-content-image img {
    width: 100%;
}
.em-team-content-waraper {
    background-color: #fff;
    bottom: -67px;
    left: 0;
    margin: 0 10px;
    padding: 30px 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.em-team-content-title h2 {
margin-bottom: 5px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-size:17px;
}
.em-team-content-subtitle {
font-size: 14px;
margin-bottom: 0;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.em-team-content-socials a {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 14px 3px 0;
  text-align: center;
  width: 35px;
  color:#d71700;
}
.em-team-content-socials {
    position: relative;
	-webkit-transition: .5s;
	transition:.5s;
}
.em-team-content-socials a:hover{
	 background-color:#d71700;
	color:#fff;
}
.em-team:hover .em-team-content-waraper{
    background-color: rgba(215, 23, 0, 0.91);
 bottom: 0px;
}
.em-team:hover .em-team-content-socials {


}


/* team content */
.em-content-title h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: .5s;
  transition:.5s; 
}
.em-content-title h5 a {
  font-weight: 500;
}


.em-content-subtitle {
  font-size: 14px;
  margin: 5px 0 0;
  text-transform: uppercase;
    -webkit-transition: .5s;
    transition:.5s;
   
}
.em-team:hover .em-content-title h5,
.em-team:hover .em-content-subtitle {
	color:#fff;
}




/* team social 2 */

.team-wrap {
    overflow: visible;
    position: relative;
}
.team-front {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: -webkit-transform 0.8s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.8s;
    transition: opacity 0.4s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.4s;
    transition: transform 0.8s, opacity 0.4s, -webkit-transform 0.8s;
}
.team-front {
    z-index: 2;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
	-webkit-transform:scale(1);
	        transform:scale(1);
	-webkit-transition: .5s;
	transition:.5s;
}
.team-style-2 .em-content-image img {
    margin: 0 auto;
    display: block;
    width: 100%;
    border-radius: 100%;
}
.team-style-2 .em-team:hover .em-content-image:before {
    background: rgba(215, 23, 0, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-back-wraper {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.team-back-wraper {
    border-radius: 50%;
    bottom: 0;
    height: 99%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 99%;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
	background:#d71700;
	
}
.team-wrap:hover .team-front{
	-webkit-transform:scale(0);
	        transform:scale(0);	
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-style-2 .em-content-socials a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0 6px;
}

.team-style-2 .em-content-socials a:hover {
    color: #333;
}


.team-style-2 .em-content-socials {
    margin-top: 11px;
}

.team-style-2 .em-content-waraper {
    left: 0;
    padding: 30px 14px 28px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.team-style-2 .em-content-desc-inner {
    margin-top: 5px;
	color: #fff;
}


/* team content */

.team-style-2 .em-content-title h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}
.team-style-2 .em-content-title h5 a {
    font-weight: 500;
}

.team-style-2 .em-content-subtitle {
    font-size: 14px;
    margin: 5px 0 0;
    text-transform: uppercase;
	color:#fff;
}
/* team button */

.team-style-2 .em-content-button a {
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	color:#d71700;
}


/*===========================
    8.Screenshots css 
===========================*/
.Screenshots {}
.dnSlide-main {
    position: relative;
}
.dnSlide-main img {
    width: 100%;
}
.Screenshots-fearm {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}
.Screenshots-fearm img {
    width: 154% !important;
    max-width: 154% !important;
    position: relative;
    left: -123px;
    top: -26px;
}
.Screenshots .dnSlide-main .dnSlide-btn {
    border-radius: 5px;
    color: #000;
    height: 40px !important;
    width: 40px !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background: #d71700 ;
}
.Screenshots .dnSlide-main .dnSlide-btn i {
    color: #fff;
}
.Screenshots .dnSlide-main .dnSlide-left-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: -65px;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Screenshots .dnSlide-main .dnSlide-right-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: -107px;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Screenshots .dnSlide-main .dnSlide-left-btn:before {
    position: absolute;
    content: '\f104';
    left: 43%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-family: fontawesome;
    color: #fff;
}
.Screenshots .dnSlide-main .dnSlide-right-btn:before {
    position: absolute;
    content: '\f105';
    left: 52%;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-family: fontawesome;
    color: #fff;
}
.Screenshots:hover .dnSlide-main .dnSlide-right-btn,
.Screenshots:hover .dnSlide-main .dnSlide-left-btn
{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*====== home page 3 ======*/
.Screenshots-area {
    position: relative;
}
.Screenshots-slide .slick-center .slide-item img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.Screenshots-slide .slide-item img {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    width: 100%;
}
.Screenshots-slide .slick-center {
    position: relative;
}
.Screenshots-area .Screenshots-frame-img {
    position: absolute;
    left: 10px;
    top: -29px;
    width: 100%;
}
.Screenshots-frame-img img {
    width: 43%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Screenshots-slide .slick-arrow.slick-prev {
     left: 200px;
}
.Screenshots-slide .slick-arrow.slick-next {
     right: 200px;
}
/*====== home page 5 ======*/
 .mobile-slide .slick-center .mobile-thumb img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mobile-slide .mobile-thumb img {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    width: 100%;
} 
/*====== home page 6 ======*/
.mobile-slide-6 .slick-center .mobile-thumb img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mobile-slide-6 .mobile-thumb img {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    width: 100%;
}
.mobile-slide-7 .mobile-thumb{
    position: relative;
}
.mobile-slide-7 .mobile-thumb .mobile-slide-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}
.mobile-slide-7 .mobile-thumb .mobile-slide-overlay a{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 25px;
}
.mobile-slide-7 .mobile-thumb:hover .mobile-slide-overlay{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}  
/*===========================
    9.pricing css 
===========================*/
.pricing_area{
    border-radius: 5px;
    box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.06);
	    margin-bottom: 30px;

}
.pricing-part {
    position: relative;
    overflow: hidden;
	    padding: 0 30px 0 30px;	
}
.witr_pricing_title{}
.witr_pricing_title h4{
    background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0 0 5px 5px;
    color: #fff;
	font-size:25px;
    margin-bottom: 30px;	
}
/* .pricing-part sub {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -65px;
    top: 20px;
    background: #d71700;
    line-height: 43px;
    width: 217px;
    height: 45px;
    text-align: center;
    -webkit-transform: rotate(35deg);
    transform: rotate(45deg);
} */
.pricing-part i {
    color: #d71700 ;
    font-size: 40px;
}
.pricing_area:hover .pricing-part img {	
	animation: witr_pricing_img 2s linear 0s infinite alternate running;	
}

.pricing-part sup {
	font-size: 18px;
    color: #d71700;
    margin-right: 6px;
}
.pricing-part h5 {
    font-size: 35px;
    margin: 20px 0 0 0;
}
.pricing-part p{
    margin: 0 0 25px 0;	
}
.pricing-part ul li {
    color: #6a6c7c;
	font-size:19px;
	font-weight:300;
    line-height: 40px;
	list-style: none;	
}

.witr_pricing_border{
    position: relative;
    margin-bottom: 46px;
}
.witr_pricing_border::before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:#fde3de;
	height:1px;	
}
.witr_pricing_border::after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    top: 50%;
    background: #d71700;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	transform: translate(-50%, -50%);	
}

.pricing_area:hover .witr_pricing_border::after{
      left: 0;
    top: -5px;
    animation:witr_pricing 3s linear infinite;
}



 /* pricing list css */
.pricing-part ul li:nth-child(odd){}
 .pricing-part ul li:nth-child(even){}
.pricing-part a.btn {
    padding: 12px 30px;
    font-size: 19px;
	font-weight:500;
    border-radius: 5px;
    color: #d71700;
    border: 1px solid #d71700 ;
    margin-top: 36px;
	margin-bottom: 40px;	
}
.pricing-part a.btn:hover {
     background: #d71700 ;
	 color: #fff;
    border: 1px solid #fff;		 
}
.pricing-part.active {
    background: #d71700 ;
}
.pricing-part.active i,
.pricing-part.active ul li:nth-child(odd),
.pricing-part.active ul li:nth-child(even),

.pricing-part.active h5,
.pricing-part.active p,
.pricing-part.active ul li,
.pricing-part.active a {
    color: #fff ;
}
.pricing-part.active h4,
.pricing-part.active a.btn {
    background: #fff ;
    border-color: #fff ;
    color: #d71700 ;
}

/*====== home page 2 ======*/
.pricing-part.pricing-part-2.active {
    background: none;
}
.pricing-part .pricing-part-2{
    border: none;	
}
.pricing-part.pricing-part-2.active h4,
.pricing-part.pricing-part-2.active a.btn {
    background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);
    border: 0;
    color: #fff ;
}
.pricing-part.pricing-part-2.active p{
color:#6a6c7c;	
}

.pricing-part.pricing-part-2.active i,
.pricing-part.pricing-part-2.active ul li:nth-child(odd),
.pricing-part.pricing-part-2.active ul li:nth-child(even),

.pricing-part.pricing-part-2.active h5,
.pricing-part.pricing-part-2.active ul li,
.pricing-part.pricing-part-2.active a {
    color: #333 ;
    border: none;	
}
.pricing-part.pricing-part-2.active span{
    color: #d71700 ;	
}
.pricing-part-2.pricing-part h5 {
    margin: -11px 0 0 0;
}
.pricing-part-2 .witr_pricing_border {
    margin-bottom: 52px;
    margin-top: 30px;
}





.pricing-part.pricing-part-2 a.btn {
    background: transparent;
    color: #d71700;
    border: 1px solid #d71700 ;
}
.pricing-part.pricing-part-2 a.btn:hover {
    color: #fff;
	background:#d71700 ;
}
.pricing-part-2.active a.btn,.pricing-part-2.active sub {
    color: #fff ;
    background: #d71700;
}
/*===========================
    10.testomonial css 
===========================*/
.testomonial {
}
.testomonial .test-part {
    border: 2px solid #ddd;
    padding: 30px 17px 10px 30px;
    position: relative;
}
.test-part h6 {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    padding-top: 30px;
    padding-bottom: 7px;
}
.test-part span  {
    color: #333;
    font-weight: 400;
    font-size: 20px;
}
.test-part ul li {
    display: inline-block;
    padding-top: 20px
}
.test-part p {
    color: #333;
}
.testomonial .test-part img {
    position: absolute;
    top: -60px;
    left: 30px;
    z-index: 22;
}
.witr_item_column {
 padding:0 15px; 
 padding-top: 60px; 
}
.witr_slick_column {
 padding: 0 15px; 
}
 span.em_crating {
/*  margin-top: 5px; */
}
span.em_crating i {
    color: #7300e9;
    margin-bottom: 11px;
}
span.em_crating i.active {
    margin-bottom: 11px;
	color:#d71700 ;
}

.witr_all_mb_30,
.guttergs
{
 margin-bottom:30px;
}
.witr_all_pd0,
.noguttergs
{
 padding:0px;
}

/*====== home page 5 ======*/
.testomonial.testomonial-5 .witr_item_column {
    padding: 0 15px;
     padding-top: 15px; 
     padding-bottom: 15px; 
}
.testomonial.testomonial-5 {
/*     background: none;
    padding-bottom: 50px; */
}
.testomonial.testomonial-5 .test-part {
    border: 2px solid #ddd;
    padding: 25px 30px 50px;
    position: relative;
}
.testomonial.testomonial-5 .test-part h6 {
	color: #333;
    padding-top: 0;
}
.testomonial.testomonial-5 .test-part span {
    color: #555;
}
.testomonial .test-part ul li,
.testomonial.testomonial-2 .test-part ul li,
.testomonial.testomonial-5 .test-part ul li {
    padding-top: 0px;
    padding-bottom: 10px;
}


.testomonial.testomonial-5 .test-part p {
    color: #555;
}
.testomonial.testomonial-5 .test-part  img.testimg {
    top: 82%;
}
.testomonial.testomonial-5 .test-part .postimg {
    top: 105%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*====== home page 2 ======*/
.banner-laptop-2 img {
    width: 100%;
    margin-top: 0;
}

/*===========================
    10.blog css 
===========================*/
.blog-part {
	margin-bottom: 30px;
}
.blog_part_inner {}
.witr_blog_imags{
 overflow: hidden;	
}
.blog-img {
	position:relative;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: .5s;
	transition: .5s;		
}
.blog-img a{}

.blog-img:before {
	position:absolute;
	content:'';
	background:#000;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: .5s;
	transition:.5s;
}
.blog_part_inner:hover .blog-img,
.blog_part_inner:hover .blog-img:before{
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);	
}
.wblog-content {
	padding: 23px 15px 26px;
     box-shadow: 0px 2px 6px 0px #f5f2f2;
}

.blog_part_inner:hover.wblog-content {
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.5);
}

.wblog-content span {
font-size: 12px;
    color: #333340;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-right: 10px;
	font-weight: 500;
}
.wblog-content span a{
	color: #333340;
	font-weight: 500;
}
.wblog-content span i {
    padding-right: 5px;
    padding-left: 5px;
    color: #d71700;
    -webkit-transition: .5s;
    transition: .5s;
	font-size: 15px;
}
.wblog-content h5 > a {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
}
.wblog-content h5 > a:hover,
.wblog-content span i:hover {
    color: #d71700 ;
}

.wblog-content h5 {
    margin-top: 5px;
}
.wblog-content > a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    /* line-height: 49px; */
    padding: 9px 30px;
    border: 1px solid #d71700 ;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.wblog-content > a:hover {
    background: #d71700 ;
    color: #fff;
    border: 1px solid #fff ;    
}
.witr_bt2{}


/*====== blog style 2 ======*/
.wblog-content.blog-content-5 {
    padding: 20px 20px 30px;
}
.wblog-content.blog-content-5 h5 {

}

/*===========================
    10.counter css 
===========================*/

.witr_counter_single{}
.witr_counter_number_inn{
	overflow:hidden;
}
.witr_counter_number_inn h3,
.witr_counter_number_inn span {
    font-size: 45px;
    color: #333;
    display: inline-block;
}
.witr_counter_number_inn span {
    line-height: 0;	
}
/* content */
.witr_counter_number_inn h4 {
    color: #333;
    font-size: 20px;
}

/*====== style 2 ======*/

.witr_counter_icon{}
.witr_counter_icon i {
    color: #333;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 1px solid #333;
    text-align: center;
    line-height: 54px;
    font-size: 23px;
    margin-right: 20px;
    float: left;	
}
.witr_custom_icon{}
.witr_custom_icon i{
    color: #333;
    font-size: 64px;
    margin-right: 15px;
    float: left;
    margin-top: 15px;	
}

/*====== style 4 ======*/

.single_counter {
    position:relative;
    padding: 32px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top: 2px solid #fff;	
    border-bottom: 2px solid #fff;	
}
.single_counter:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 40%;
}
.single_counter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 40%;
}
.counter_icon {
    margin-top: 7px;
}
.single_counter:hover .counter-icon{
	color:#fff;
}
.single_counter:hover:before,
.single_counter:hover:after
{
	border-color:#d71700;
}
.single_counter:hover {
    background: #d71700;
    border-color: #d71700;
}
.counter_icon i {
   color: #fff;
    font-size: 40px;
    text-align: center;
    display: block;
}
.countr_text > h1 {
	  color: #333;
    display: inline-block;
    font-family: poppins;
    font-size: 45px;
    -webkit-transition: .3s;    margin: 0;
    transition: .3s;
}
.countr_text > h3 {
    color: #fff;
    display: inline-block;
    font-size: 43px;
}
.countr_text span{
    color: #fff;
    display: inline-block;
    font-size: 43px;	
}
.counter_title {
    padding: 0 0 0;
}
.counter_title h4 {
	font-size: 25px;
    margin: 0;
    transition: .3s;
    color: #fff;
    padding-top: 20px;

}
.single_counter:hover .countr_text span,
.single_counter:hover .counter_icon i,
.single_counter:hover .countr_text > h1,
.single_counter:hover .counter_title > h4,
.single_counter:hover .countr_text > h3
 {
    color: #fff;
}


/*====== style 4 ======*/
.witr_single_counter {
    border: 2px solid #333;
    border-radius: 100%;
    padding: 72px 0 61px;
    text-align: center;
    transition: all 0.5s ease 0s;
    height: 270px;
    width: 270px;
	transition: .5s;
	margin:auto;
}
.witr_single_counter:hover {
	border: 3px dotted #f00;
	background: #d71700;
    animation-fill-mode: both;
    animation: border_blinker 3.5s linear infinite;	
}
@keyframes border_blinker {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.witr_counter_icon4{}
.witr_counter_icon4 i {
    color: #333;
    font-size: 30px;
    text-align: center;
    transition: all 1s ease 0s;
    margin-bottom: 15px;	
}
.witr_counter_text h4 {
    color: #333;
    font-size: 30px;
}
.witr_counter_text h3 {
    display: inline-block;
    font-size: 30px;
}
.witr_counter_text span {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 0;
}


/*===========================
    10.other page css 
===========================*/
/*====== sing up page ======*/
.sing-up-part h3{
    font-size: 35px;
    color: #333;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 25px;
}
.sing-up-part p{
    padding-top: 20px;
    padding-bottom: 10px;
}
.sing-up-part .input-layer{
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 30px;
}
.sing-up-part form input[type="checkbox"] {
    display: none;
}
.sing-up-part form input[type="checkbox"] + .label-text:before {
    content: '\2714';
    border: 2px solid #ddd;
    border-radius: 2px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: transparent;
    margin-right: 10px;
    font-size: 12px;
}
.sing-up-part form input[type="checkbox"]:checked + .label-text:before {
    background: #ddd;
    content: '\2714';
    color: #333;
    font-family: fontawesome;
    padding: 3px 5px;
}
.sing-up-part form label {
    cursor: pointer;
    padding-top: 30px;
    display: block;
    margin: 0;
    padding-bottom: 30px;
}
.sing-up-part form label span{
    color: #555;
}
.sing-up-part form button{
    line-height: 48px;
    padding: 0 40px;
    background: #584bed;
    border: 1px solid #584bed;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
}
.sing-up-part form button:hover{
    background: transparent;
    color: #333;
}
/*=====================
mettle PORTFOLIO AREA CSS
=========================*/

.portfolio_nav {
    padding: 0px 0 40px;
}
.portfolio_nav ul {
	text-align: center;
   margin-top: 36px;
} 
.portfolio_nav ul li {
    display: inline;
}
.portfolio_nav ul li {
    border: 1px solid #f3eaea;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 6px 27px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
   background-image: linear-gradient(90deg, #D71700 0%, #FF582C 100%);
}
.prot_wrap {
    overflow: hidden;
}
/* single gallery css */

.single_protfolio {
    position: relative;
/*     margin-bottom: 30px; */
    overflow: hidden;
}
.prot_thumb {} .prot_thumb img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single_protfolio:hover .prot_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.prot_content {
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(26, 125, 215, 0.6);
    z-index: 9;
}
.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}
.prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    transition: .5s;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}
.prot_content h3 a {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .5s;	
}
.prot_content h3 a:hover{
    color: #10184f;
}

.prot_content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}
.prot_content p span {
    display: inline-block;
    padding-top: 0px;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}
.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}
.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}
.nospace.col-xs-12 {
    padding: 0px;
}
.nospace .single_protfolio {
    margin-bottom: 0px;
}
/* load button css */

.gallery_load_button {} .gallery_load_button a {
    border: 1px solid #ddd;
    color: #444;
    padding: 7px 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 0px;
}
.gallery_load_button a:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}
/* portfolio icon css */

.picon {} .picon a {
    background: #d71700;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 3px 11px;
    width: 50px;
	text-align: center;
}
.picon a:hover {
    border-color: #d71700 ;
    background: #d71700 ;
    color: #fff;
}
/* single portfolio */

.pimgs {
}
.pimgs img {} .prots-contentg p {} .prots-contentg ul {
    margin-left: 40px;
}
/*style 1 */

.em_port_content {
background: rgba(254, 148, 24, 0.50);
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
    left: 0;
    top: -100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    color: #fff;
}
.pstyle_1 .porttitle_inner h3 {
    color: #fff;
    padding-bottom: 9px;
}
.pstyle_1 .porttitle_inner h3 a {} .pstyle_1 .porttitle_inner p {
    color: #333;
}
.pstyle_1 .prot_content p {
    margin: 2px 0 0;
}
.pstyle_1 .single_protfolio {
    -webkit-transition: .5s;
    transition: .5s;
}
.pstyle_1 .porttitle_inner .prots-content {
    color: #fff;
}
.portfolio_readmore_btn {
    padding-top: 23px;
}
.portfolio_readmore_btn > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    display: inline-block;
    padding: 6px 21px;
    text-transform: uppercase;
    color: #d71700 ;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
}
.portfolio_readmore_btn > a:hover {
    background: #d71700 ;
    color: #fff;
    border: 1px solid #d71700 ;
}
.em_port_container {
    overflow: hidden;
    position: relative;
}
.pstyle_1 .porttitle_inner p span {
    padding-top: 5px;
    color: #fff;
}
.pstyle_1 .picon a {
    background: transparent;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    -webkit-transition: .5s;
    transition: .5s;
}
.pstyle_1 .picon a:hover {
    background: #d71700 ;
    color: #fff;
}
.pstyle2 .prot_content {
    background: rgba(215, 23, 0, 0.7);
}
.pstyle2 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.pstyle2 .single_protfolio:hover .prot_content_inner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
    opacity: 1;
}
/* port style 3 */
.em_plus_port {
    position: absolute;
    bottom: 20px;
    right: -3000px;
    z-index: 99;
	-webkit-transition: .5s;
	transition:.5s;
}
.single_protfolio:hover .em_plus_port {
    right: 30px;
}
.pstyle2.pstyle3 .prot_content_inner{
	text-align:left;
}
.pstyle2.pstyle3 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
   width: 80%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #d71700 ;
    padding: 20px;
	-webkit-transition: .5s;
	transition:.5s;
}
.pstyle2.pstyle3 .single_protfolio:hover .prot_content_inner{
	/* left: 50%; */
}
/* style 4 */

.pstyle4.pstyle_1 .single_protfolio:hover {
    box-shadow: none;
}
.pstyle4 .prot_content_inner {
    top: 50%;
}
.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}
.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    padding: 17px 10px 20px;
}
.pprotfolio4 {
    border: 1px solid #f1f1f1;
    border-top: 0px solid #f1f1f1;
    padding: 20px 10px 23px;
}
.porttitle_inner4 h3 {
    margin: 0;
    text-transform: capitalize;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.porttitle_inner4 h3 a {
    text-transform: uppercase;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
}
.porttitle_inner4 p {
    color: #454545;
    line-height: 1;
    margin: 5px 0 0;
}
.porttitle_inner4 p span {
    display: inline-block;
    padding-top: 5px;
}

/* single portfolio2 */
.portfolio-details-box {
}
.gitem img{
}
.portfolio-details-box h2{
	color: #333;
    line-height: 30px;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
}
.portfolio-details-box ul{}
.portfolio-details-box ul li{
    padding-top: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    list-style: none;		
}
.portfolio-details-box ul li b{
    color: #444;
    font-size: 18px;
    font-weight: 600;	
}
.portfolio-details-box ul li span.eright{
	font-weight: 400;
    color: #6a6c7c;
    font-size: 16px;
	margin-left: 5px;	
}
.portfolio-details-box .prots-contentg ul{
    margin-left: 0px;	
}
.portfolio-details-box .seoico-single-icon-inner {
    text-align: left;
}
.pr-title{}
.pr-title h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
}

/* call to action */
.witr_call_to_action {
    text-align: left;
	position:relative;
}
.witr_call_to_content {} 
.witr_call_to_content h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.witr_call_to_content h1 {
    font-size: 36px;
    margin-bottom: 15px;
}
.witr_call_to_content a {
border: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background-color: #d71700 ;
    border-radius: 50px;
    margin-top: 20px;
    padding: 12px 35px;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_call_to_content a:hover {
    background: #d71700 ;
}
.witr_call_to_content p {
    width: 55%;
    margin: auto;
    margin-left: 0;
    font-size: 16px;
}
.em-call-to-video {
    position: absolute;
    right: 0;
    top: 50%;
	    width: 24%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.em-call-video-link {
    float: left;
    margin-right: 20px;
}
.em-call-to-video h2,
.em-call-to-video i
{
}
.em-call-to-video h2 {
	font-size: 25px;
}
.em-call-to-video i
{
    font-size: 28px;
}
 /*====== apps button =======*/
 .w_apps_button_image{
    display: inline-block;
    margin-right: 34px;	 
 }
 .w_apps_button_image a{}
.w_apps_button{
    display: inline-block;	
}
.w_apps_button a {
	padding: 3px 30px 11px 30px;
    border: 1px solid #d71700 ;
    border-radius: 30px;
    margin-right: 15px;
	display:block;
	-webkit-transition: .5s;
	transition:.5s;
}
.w_apps_button a:hover {
    background:#642ba2;
	-webkit-transition: .5s;
	transition:.5s;	
}
.w_apps_button a:hover span.iseoico,
.w_apps_button a:hover span.spaninner{
	color:#fff;
	-webkit-transition: .5s;
	transition:.5s;	
}
span.iseoico {
    float: left;
    font-size: 29px;
	margin-right: 18px;
    margin-top: 14px;
	color:#333;	
}
 span.spaninner {
    display: block;
    overflow: hidden;
    color: #333;
    text-transform: capitalize;
    font-size: 23px;	
}
span.smalltext {
    display: block;
	font-size: 14px;	
}
/*====== single image area =======*/
.single_image_area{} 
.single_image{
	position:relative;
	z-index:1;
	
} 

.single_image{
	 animation: witr_abmovetb_box15 2s linear 1s infinite alternate running;
}
@keyframes witr_abmovetb_box15 {
  0%{
	  transform: translateY(-20px);
	}
  100%{
	  transform: translateY(20px);
	}
}
.single_image:before{
    content: '';
    position: absolute;
   /*  background: #f00; */
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.single_image img{
	 width:100%; 
}
/* .single_image:after {
    position: absolute;
    right: 0;
    bottom: -55px;
    content: '';
    width: 483px;
    height: 100%;
    z-index: -1;
    border: 5px solid transparent;
    border-image: linear-gradient(90deg, rgba(254,148,24,1) 0%, rgba(245,99,75,1) 100%);
    border-image-slice: 1;
} */
/*====== footer widget area css =======*/ 
.witr_footer_widget_area{} 
.witr_footer_widget{}
	/* title  */
.witr_own_widet_title{} 
.witr_own_widet_title h1{
	font-size: 22px;
    padding-bottom: 3px;
    text-transform: capitalize;	
}
 /* content */
.wittr_footermenu_w_list{} 
.wittr_footermenu_w_list ul{} 
.wittr_footermenu_w_list ul li{
	list-style:none;
}
.wittr_footermenu_w_list ul li a,
.wittr_footermenu_w_list ul li{
    font-size: 16px;
    line-height:38px;
    font-weight: 400;
    color: #555;
    -webkit-transition: .5s;
    transition: .5s;	
} 
.wittr_footermenu_w_list ul li a:hover{
	color:#d71700 ;
}
 /* icon */
.wittr_footermenu_w_list ul li i{} 
 /* tags css*/
.witr_own_widet_title h5{
	color: #fff;
    font-size: 20px;
    padding-bottom: 17px;
    text-transform: capitalize;		
} 
.witr_own_widet_title .tagcloud a{
    color: #fff;
    font-size: 16px !important;
    line-height: 27px;
    margin-right: 15px;
    padding: 0;	
} 
/*====== footer socials bottom css =======*/ 
.witr_single_socials{}
.witr_single_socials ul{}
.witr_single_socials ul li{
    list-style: none;	
}
.witr_single_socials ul li a{}
.witr_single_socials ul li a i{	
    display: inline-block;
	color: #555;
    margin-right: 15px;
	font-size:16px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 8px;
}
.witr_single_socials ul li a i:hover{
	color: #d71700;
} 
/*====== blog page ======*/
.blog-btn a{
    background: -webkit-gradient(linear, left top, right top, from(rgba(119, 1, 219, 1)), to(rgba(25, 153, 242, 1))) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: linear-gradient(90deg, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    color: #fff;
    font-weight: 400;
    padding: 0 28px;
    font-size: 18px;
    line-height: 48px;
    border-radius: 30px;
    margin-top: 25px;
}
.blog-tag h4,
.blog-post h4,
.blog-cat h4,
.blog-title h4{
    font-size: 20px;
    line-height: 15px;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    position: relative;
}
.blog-tag h4:before,
.blog-post h4:before,
.blog-cat h4:before,
.blog-title h4:before{
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 130px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(119, 1, 219, 1)), to(rgba(25, 153, 242, 1))) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: linear-gradient(90deg, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
}
.blog-title img{
    margin-top: 40px;
    width: 100%;
}
.blog-title h5 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	padding-top: 23px;
    padding-bottom: 10px;
}
.blog-title h5 span{
    color: #555;
    font-size: 16px;
    font-weight: 400;
}
.blog-title p {
	padding-right: 30px;
}
.blog-left-side .blog-title > ul > li{
    display: inline-block;
	padding:0px;
}
.blog-left-side .blog-title > ul > li > a{
    height: 40px;
    width: 40px;
    background: #584BED;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
}
.blog-title ul li:nth-child(2) a{
    background: #FF896A;
}
.blog-title ul li:nth-child(3) a{
    background: #BF113C;
}
.blog-title ul li:nth-child(4) a{
    background: #22478B;
}
.blog-title ul li:nth-child(5) a{
    background: #00AFE1;
}
.blog-cat ul{
    margin-top: 20px;
}
.blog-cat ul li{
    width: 100%;
}
.blog-cat ul li p{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 13px 0 5px;
    border-bottom: 1px solid #ddd;
    color: #555;
}
.blog-cat ul li:last-child p{
    border-bottom: 0;
}
.blog-cat ul li p span{
    position: absolute;
    right: 0;
}
.blog-ad {
    position: relative;
}
.blog-ad .blog-ad-overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(88, 75, 237, 0.8);
	text-align: center;
	padding: 80px 52px;
}
.blog-ad h5{
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
}
.blog-post{
    margin-top: 50px;
}
.blog-post ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    white-space: normal;
}
.blog-cont span{
    color: #555;
    padding-top: 6px;
}
.blog-cont span p {
	line-height: 22px;
}
.blog-tag {
    margin-top: 20px;
}
.blog-tag h4{
    margin-bottom: 22px;
}
.blog-tag span {
	color: #555;
	padding-right: 25px;
	line-height: 38px;
}
.btn-center{
    margin-left: -400px;
}
.blog-tag {}
.single-content h5{
    font-size: 35px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    padding: 30px 0 20px;
}
.single-content span{
    font-size: 15px;
    color: #555;
    padding-right: 20px;
    margin-bottom: 17px;
}
.single-content span i{
    font-size: 13px;
    padding-right: 8px;  
}
.blog-title ul {
	display: inline-block;
}
.blog-title span {
	font-size: 20px;
	font-weight: 500;
	color: #555;
	line-height: 28px;
	padding-right: 9px;
}
.blog-form h3,
.blog-cmnt h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.blog-q {
	padding: 70px 32px 30px;
	border-left: 2px solid rgba(88, 75, 237, 1);
	box-shadow: 0 0 13px -10px #000;
}
.blog-q h5 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	padding-top: 18px;
}
.blog-q span {
	font-size: 17px;
	color: #555;
	line-height: 28px;
}
.blog-q p{
    position: relative;
    z-index: 2;
    font-size: 20px;
}
.blog-q p:before {
	position: absolute;
	content: '\f10e';
	left: 50%;
	top: -10px;
	font-size: 100px;
	font-family: fontawesome;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	color: rgba(119, 1, 219, .2);
}
.blog-cmnt{}
.blog-cmnt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
}
.blog-cmnt .blog-cont h6 {
	line-height: 16px;
	font-size: 20px;
	color: #333;
}
.blog-cmnt .blog-cont{
    position: relative;
}
.blog-cmnt .blog-cont a {
	color: #555;
	font-size: 16px;
	line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-cmnt .blog-cont p {
	/* line-height: 28px; */
	padding-top: 5px;
}
.blog-form form input{
    width: 100%;
    height: 50px;
    margin: 50px 0 30px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding-left: 30px;
    color: #8f8f8f;
}
.blog-form form input::-webkit-input-placeholder{
    color: #8f8f8f;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-form form input:-ms-input-placeholder{
    color: #8f8f8f;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-form form input::-moz-placeholder{
    color: #8f8f8f;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-form form input::placeholder{
    color: #8f8f8f;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-form form textarea {
	resize: none;
	width: 100%;
	height: 200px;
	margin-left: 15px;
	margin-right: 15px;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
    color: #8f8f8f;
}
.blog-form form textarea::-webkit-input-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8f8f8f;
}
.blog-form form textarea:-ms-input-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8f8f8f;
}
.blog-form form textarea::-moz-placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8f8f8f;
}
.blog-form form textarea::placeholder{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8f8f8f;
}
.blog-form form button {
	font-size: 16px;
	font-weight: 500;
	margin-left: 15px;
	border: 1px solid rgba(119, 1, 219, 1);
	border-radius: 30px;
	padding: 13px 35px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(119, 1, 219, 1)), to(rgba(25, 153, 242, 1))) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: -webkit-linear-gradient(left, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    background: linear-gradient(90deg, rgba(119, 1, 219, 1) 0%, rgba(25, 153, 242, 1) 100%) ;
    color: #fff;
    cursor: pointer;
    margin-top: 40px;
    -webkit-transition: .5s;
    transition: .5s;
}
.blog-form form button:hover{
    background: transparent;
    color: #333;
}
/*====== contacts page ======*/
.Screenshots .slick-slide img {
    width: 100%;
}
.play-overlay span {
    display: none;
}

/* ======== timeline area css ======== */
.witr_timeline_area{}

/* single timeline */
.witr_hd_timeline_contant {
	position:relative;
    padding-bottom: 39px;	
}
/* left border */
.witr_hd_timeline_inner {
    padding-left: 27px;
}
.witr_hd_timeline_inner:before{
    width: 1px;
    height: 100%;
    -webkit-transition: .5s;
    transition:.5s;
	background: #d71700 ;
    position: absolute;
    left: 7.5px;
    top: 0;
    content: "";
}
/* circle border */
.witr_dslborder {
    display: inline-block;
    width: 15px;
    height: 15px;
	-webkit-transition: .5s;
	transition:.5s;
	background: #d71700 ;	
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.witr_hd_timeline_inner:hover:before,
.witr_hd_timeline_inner:hover .witr_hd_sicon_inner,
.witr_hd_timeline_inner:hover .witr_dslborder{
	background: #113263;
}
/* title */
.witr_timeline_item {
    width: 230px;
}
.witr_timeline_item h2{
    font-size:25px;
	color:#d71700;
	transition:.5s;
	padding-bottom:10px;
}
.witr_hd_timeline_inner:hover .witr_timeline_item h2{
	color:#113263;
}

/* witr_number_item css */
.witr_number_item {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 17px;
}
/* timeline icon css */
.witr_hd_sicon {
    position: absolute;
    left: -17px;
    bottom: -25px;
}
.witr_hd_sicon_inner{
    width: 55px;
    height: 55px;
	background: #d71700 ;
    line-height: 54px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 22px;	
}
.witr_hd_sicon_inner i{}
/* margin left spacing */
.mrl15{
	margin-left:15px;
}
.mrl65{
	margin-left:65px;
}
.mrl110{
	margin-left:110px;
}
/* margin right spacing */
.mrr50{
	margin-right:50px;
}
.mrr95{
	margin-right:95px;
}
.mrr90{
	margin-right:90px;
}
/* timeline bottom right text */
.witr_sicon_bottom.witr_hd_timeline_contant {
    padding-bottom: 0px;	
    padding-top: 51px;	
}
.witr_sicon_bottom{
	text-align:right;
}
.witr_sicon_bottom .witr_timeline_item {
    width: 230px;
    margin-right: 0;
    margin-left: auto;
}
.witr_sicon_bottom .witr_dslborder {
    left: auto;
    top: auto;
    bottom: 0;
    right: 1px;
}
.witr_sicon_bottom .witr_hd_timeline_inner:before{
    left: auto;
	right: 7.5px;
    top: auto;
    bottom: 0;
}
.witr_sicon_bottom .witr_hd_timeline_inner {
    padding-left: 0px;
    padding-right: 27px;
}
/* icon bottom position */
.witr_sicon_bottom .witr_hd_sicon {
    position: absolute;
    right: -17px;
    top: -28px;
    left: auto;
    bottom: auto;
}
.middle_border_divider{
height:1px;
display:block;
background: #d71700 ;
}

/* cursor imags area css */
.slide_items{}
.slide_items img{}

 

/* contact css */
.apartment_area{
    position: relative;
    background-size: cover;
    border-radius: 10px;
}
.apartment_text h3{
    color: #07001e;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1px;
}
.apartment_text p{
    color: #07001e;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 21px;
}
.witr_apartment_form {
    width: 100% !important;
    text-align: left;
}


.witr_apartment_form form select option{

}

.witr_apartment_form form select,
.witr_apartment_form input{
    width: 100%;
    height: 50px;
    line-height: 42px;
    font-size: 15px;
    color: #fff;
    background: #6A6C7C;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    padding: 0 15px;
    margin-bottom: 30px;
	
}
.witr_apartment_form input::-moz-placeholder{
    color: #666666 ;
    opacity: 1;
}
.witr_apartment_form input::-ms-input-placeholder{
    color: #666666 ;
    opacity: 1;
}
.witr_apartment_form input::-webkit-input-placeholder{
    color: #666666;
    opacity: 1;
}
.witr_apartment_form .const_btn{
	font-size: 15px;
    background: #fff;
    font-weight: 600;
/*     padding: 15px 37px; */
    border-radius: 5px;
    margin-top: 10px;
    border: 0;
    color: #083791;
	cursor:pointer;
	transition:.5s;
}
.witr_apartment_form .const_btn:hover{
    background: #083791;
    color: #fff;
}
/* =========================== DEFAULT CONTACT CSS ================================ */
 .wpcf7 label {
 width: 100%;
}
.wpcf7 input,
.wpcf7 textarea
{
 width: 100%;
/*  border-radius:30px; */
 border:1px solid #ddd;
     padding-left: 30px;
}
.wpcf7 input{
 height:50px;
}
.wpcf7 textarea
{
height: 150px;
}
input.wpcf7-submit {
 width: auto;
 padding: 0px 50px;
 cursor: pointer;
}
.wpcf7-form p {
}
div.wpcf7-response-output {
    color: #efc707;
} 


/*======== contact 1 css ==========*/
.witr_form_area1 {
	width: 100%;
	margin: auto;
}
.witr_form_controls1 {}
.witr_field1 .witr_form_field1 {
	float: left;
	width: 49%;
}
.witr_field1 .witr_form_field1.witr_1width100 {
	width: 100%;
}
.witr_field1 .witr_form_field1.witr_1width25{
	width: 23%;
}

 .witr_field1 .witr_form_field1:after {
	clear: both;
	content: "";
	display: block;
}
 .witr_field1 .witr_form_field1 select,
 .witr_field1 .witr_form_field1 input,
 .witr_text_area1 textarea {
	width: 100%;
	margin-bottom: 30px;
	line-height: 43px;
	background: #6A6C7C; 
    border: 0px solid #ddd;
    color: #fff;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
	border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(148,146,245,0.2);	
    text-transform: capitalize;
	
}
.witr_text_area1 textarea {
	height: 150px;
	resize: none;
	padding: 10px 30px 30px;
}
 .witr_field1 .witr_form_field1 select{
    height: 50px;	 
 }
 .witr_con_btn1 {
    text-align: center;
}
 
.witr_con_btn1 .w_btn1{
	text-align: center;
	background: #6A6C7C;
	color: #fff;
	font-size: 16px; 
	cursor: pointer;
	line-height: 45px;
	border-radius: 5px;
	font-weight: 600;
	border: 1px solid #6A6C7C;
	transition: .5s;
	text-transform: uppercase;
}
.witr_con_btn1 .w_btn1:hover{
	background: #d71700;
	border-color: #d71700;
	color:#fff;
}
.witr_field1 .witr_form_field1 input::-webkit-input-placeholder{
    color: #fff;
}
.witr_field1 .witr_form_field1 input:-ms-input-placeholder{
    color: #fff;
}
.witr_field1 .witr_form_field1 input::-moz-placeholder{
    color: #fff;
}
.witr_text_area1 textarea::-webkit-input-placeholder{
    color: #fff;
}
.witr_text_area1 textarea:-ms-input-placeholder{
    color: #fff;
}
.witr_text_area1 textarea::-moz-placeholder{
    color: #fff;
}


.witr_con_btn1 .w_btn1:before{
}
.witr_form_controls1 .witr_field1 .witr_form_field1:nth-child(odd){
	margin-right:1%;
}
.witr_form_controls1 .witr_field1 .witr_form_field1:nth-child(even){
	margin-left:1%;
}


/*========= contact-2 css ==========*/
.witr_form_area2 {
 width: 100%;
 margin: auto;
}
.witr_form_controls2 {}
.witr_field2 .witr_form_field2 {
	float: left;
	width: 49%;
}
.witr_field2 .witr_form_field2.witr_2width100 {
	width: 100%;
}
.witr_field2 .witr_form_field2:after {
	clear: both;
	content: "";
	display: block;
}
.witr_field2 .witr_form_field2 input,
.witr_text_area2 textarea{
	width: 100%;
	margin-bottom: 30px;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius:5px;
	line-height: 43px;
	padding-left: 30px;
	color: #333;
	background: #6A6C7C;
}
.witr_form_field2 ::-webkit-input-placeholder,
.witr_text_area2 ::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.witr_text_area2 textarea {
	height: 200px;
	resize: none;
	padding: 10px 30px 30px;
}
.witr_con_btn2 {
    text-align: center;
}
.witr_con_btn2 .w_btn2{
	width:auto;
	text-align: center;
	background: #6A6C7C;
	color: #fff;
	font-size: 16px; 
	cursor: pointer;
	line-height: 45px;
	border-radius: 5px;
	font-weight: 600;
	border: 1px solid #6A6C7C;
	transition: .5s;
	text-transform: uppercase;
	    padding: 0px 50px;
}
.witr_con_btn2 .w_btn2:hover{
	background: #d71700;
	border-color:#d71700;
	color:#fff;
}
.witr_con_btn2 .w_btn2:before{
}
.witr_form_controls2 .witr_field2 .witr_form_field2:nth-child(odd){
	margin-right:1%;
}
.witr_form_controls2 .witr_field2 .witr_form_field2:nth-child(even){
	margin-left:1%;
}



/* accordion area css */

.accordion_area{}
.card-header.witr_ac_card {
    background: none !important;
    padding: 0;
    border-bottom: 0;
}
.witr_ac_card i {
	margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.accordion_area .card-2{
	margin-bottom: 22px;
    border: 1px solid #ddd;
}
.witr_ac_style {
    color: #333;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 7px 15px 11px;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_ac_style:focus,
.witr_ac_style:hover{
	color:#fff;
	 background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);
}
.witr_ac_style:before {
    position: absolute;
    content: '\f107';
    right: 30px;
    top: 9px;
    font-family: fontawesome;
    font-size: 18px;
}
.active .witr_ac_style:before {
    position: absolute;
    content: '\f106';
    right: 30px;
    top: 9px;
    font-family: fontawesome;
    font-size: 18px;
}
.active .witr_ac_style{
     background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);
	color:#fff;
}

.card-body ul{}
.card-body ul li{
	margin-left: 18px;
	margin-bottom: 4px;	
}


.witr_ac_style2:before {
    position: absolute;
    content: '\f067';
    right: 30px;
    top: 9px;
    font-family: fontawesome;
    font-size: 18px;
}
.active .witr_ac_style2:before {
    position: absolute;
    content: '\f068';
    right: 30px;
    top: 9px;
    font-family: fontawesome;
    font-size: 18px;
}
 /* accouding elementor 2 */
 .elementor-accordion .elementor-accordion-item {
 border: 0 !important;
 border-left: 2px solid #d71700  !important;
 margin-bottom:20px;
 box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
} 
.elementor-accordion .elementor-tab-content {
 border-top: none !important;
}
.elementor-tab-title a,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    color: #333 !important;
	font-size: 16px;
    font-weight: 500;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    color: #333 !important;
}

/* witr single cursor img */
 .slide_item img{
 opacity:0.1;
 }
.slick-center .slide_item img{
opacity:1;
 }
 /*======== slick ========*/
 .slick-prev, .slick-next {
 font-size: 0;
 position: absolute;
 display: block;
 padding: 0;
 cursor: pointer;
 color: transparent;
 outline: none;
  background: transparent; 
 z-index: 1;
 opacity:0;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
height: 50px;
top: 50%;
        transform: translate(0px, -50%);
width: 50px;
transition: .5s;
line-height: 45px;
border: 2px solid #d71700 ; 
}
.slick-prev {
 left: 15px;
}
.slick-next {
 right: 15px;
}
 .slick-prev:before, .slick-next:before {
 color:#d71700;
 font-size: 25px;
 -webkit-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 content: "\f177";
 font-family: FontAwesome;
}
 .slick-next:before {	 
 content: "\f178";
 font-family: FontAwesome;
}
 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
 background:#d71700;
}
 .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
 color: #fff;
}
 .blogcar_id1:hover .slick-prev, 
 .blogcar_id1:hover .slick-next,
 .seoico_testomonial_active:hover .slick-prev, 
 .seoico_testomonial_active:hover .slick-next,
 .witr_opacity:hover .slick-prev, 
 .witr_opacity:hover .slick-next,
 .images_areas:hover .slick-prev, 
 .images_areas:hover .slick-next,
 .witr_ds_content_area:hover .slick-prev, 
 .witr_ds_content_area:hover .slick-next,
 .blog_wrap:hover .slick-prev, 
 .blog_wrap:hover .slick-next,
 .witr_team_area_c:hover .slick-prev, 
 .witr_team_area_c:hover .slick-next,
 .images_area:hover .slick-prev, 
 .images_area:hover .slick-next,
 .testomonial-slide:hover .slick-prev, 
 .testomonial-slide:hover .slick-next,
 .Screenshots-slide:hover .slick-prev, 
 .Screenshots-slide:hover .slick-next,
 .mobile-slide:hover .slick-prev, 
 .mobile-slide:hover .slick-next,
 .mobile-slide-7:hover .slick-prev, 
 .mobile-slide-7:hover .slick-next,
 .testomonial:hover .slick-prev, 
 .testomonial:hover .slick-next{
	 opacity:1;
}


.testomonial-slide  .slick-prev,
.blog_wrap  .slick-prev
 {
 left: -65px;
}
.testomonial-slide  .slick-next,
.blog_wrap  .slick-next
 {
 right: -65px;
}

 /* cursor css */
.carsur_dots .elementor-slick-slider ul.slick-dots{
	bottom: -70px;
 }
.carsur_dots .elementor-slick-slider ul.slick-dots li{
	margin: 0 5px; 
} 
.carsur_dots .elementor-slick-slider ul.slick-dots li button:before{
 background-color: transparent;
 font-size: 0;
 width: 18px;
 height: 18px;
 border: 1px solid #fff ;
 cursor: pointer;
 border-radius: 5px;
}
 .carsur_dots .elementor-slick-slider ul.slick-dots li.slick-active button:before{
 background-color: #fff;
}
.carsur_dots .elementor-slick-slider ul.slick-dots li button:hover:before{
 background-color: #fff;
}
.slick-dots {
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 bottom: 0px;
 display: inline-block;
 z-index: 11;
}
.slick-dots li {
 display: inline-block;
}
.slick-dots li button {
    background-color: transparent;
    font-size: 0;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    transition: .5s;
}
.slick-dots li.slick-active button {
 background: #fff ;
} 

/* text widget */
.witr_text_widget{}
.witr_text_widget_inner h1,
.witr_text_widget_inner h2{
 font-size: 36px;
 margin-bottom: 5px;
     line-height: 42px;
}
.witr_text_widget_inner h1{
 font-size: 22px;	
}
.witr_text_widget_inner h1 span,
.witr_text_widget_inner h2 span{
	color:#d71700 ;
}

.witr_text_widget_inner p{
/* margin-top: 23px; */
 margin-bottom: 11px;
}
.about-content{
	margin-top:20px;
}
.about-content i{
    margin-right: 11px;
    float: left;
    margin-top: 10px;
    font-size: 16px;
	color:#d71700;
}
.about_textt{
    overflow: hidden;
}
.about_textt span{}




/* witr_tslide_area */
.witr_tslide_area{}
.witr_single_tslide{}
.witr_tslide_thumb{
	    position: relative;
}
.witr_tslide_thumb::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    transition: .5s;	
}
.witr_tslide_thumb img{
	width:100%;
}
.witr_tslide_text{

	padding:45px 30px 45px;	
}

.witr_tslide_text h1{
	font-size:50px;
	color:#fff;
}
.witr_tslide_text h2{
	font-size: 25px;
    margin: -7px 0px 15px;
	color:#fff;
}
.witr_tslide_text p{
	color:#fff;
}



 
 /* unoy */
.wp-block-button__link {
 padding: 8px 24px 12px;
} 
p.comment-form-cookies-consent {
 position: absolute;
 top: 33%;
 display:none;
}


 /* stasick tab area css */

.tab_area {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 5px #ddd;	
}
.seoico-tab{
    overflow: hidden;
    clear: both;
    background: #000;
}
.tab_area .nav-tabs {
    border: none;
}
.seoico-tab li {
    display: inline-block;
    list-style: none;
    background: #000;
    float: left;
    overflow: hidden;
}
.seoico-tab li a{
    padding: 15px 30px;
    display: block;
    border-right: 1px solid #ddd;
    color: #fff;
}
.seoico-tab li a.active,
.seoico-tab li a:hover
{
    background: #d71700 ;
    color: #fff;
}

/* single video css */

.single_video {
    margin-top: 30px;
}
.video_image {
    position: relative;
}
.video_image:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}

.video_image img{
	width:100%;
}
.choose_video_icon{}
.video_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
.video_icon a{
	text-align: center;
    display: inline-block;
}
.video_icon a i{
	color: #fff;
    border: 5px solid #fff;
    width: 90px;
    height: 90px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 5px;
}
.wic_tab_content {
    padding-top: 16px;
}
.tab_title_content{}
.tab_title_content h2{ 
    font-size: 20px;  
    margin-bottom: 8px;
 }
.wic_text_block p{} 
.video_area .col-md-12{
	padding-left:0;
	padding-right:0;
}

/* tab event css */

.tab-event{
    background: #fff;
    overflow: hidden;
    padding: 15px 0;
}
.seoico_single_event {
    border-bottom: 1px solid #ddd;
    margin: 0 10px;
    padding-bottom: 12px;
    padding-top: 16px;
    clear: both;
    overflow: hidden;	
}
.seoico_single_event:last-child{
	    border-bottom: 0px solid #ddd;
}
.seoico_event_thumb {
    float: left;
    margin-right: 15px;
}
.event_content_area{
	
}

.seoico_single_event:hover .event_page_title h2 a{
	color: #d71700 ;
}
.event_page_title h2 a{
	color: #333;
    text-transform: capitalize;
    font-weight: 600;
}
.event_pcontent{}
.event_pcontent p{
	margin-bottom: 5px;
}
.seoico_event_icon span{
	margin-right: 10px;
} 
.seoico_event_icon span i{
	margin-right: 5px;
}













 /* carsur_dots */
.carsur_dots{ 
}
.carsur_dots .swiper-pagination-bullet {
 width: 18px;
 height: 18px;
 background: none;
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 border: 2px solid #fff;
} 
.carsur_dots .swiper-pagination-bullet.swiper-pagination-bullet-active{
 background: #fff; 
} 
.carsur_dots .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin: -54px 6px;
} 

/* DEFAULT CONTACT CSS */
 .wpcf7 label {
 width: 100%;
}
.wpcf7 input,
.wpcf7 textarea
{
 width: 100%;
/*  border-radius:30px; */
 border:1px solid #ddd;
     padding-left: 30px;
}
.wpcf7 input{
 height:50px;
}
.wpcf7 textarea
{
height: 150px;
}
input.wpcf7-submit {
 width: auto;
 padding: 0px 50px;
 cursor: pointer;
}
.wpcf7-form p {
}
div.wpcf7-response-output {
    color: #efc707;
} 
.video-item span,
.em-call-to-video span{
	display:none;
}

/* COUNTDOWN CSS */

span.cdowns {
    width: 175px;
    height: 165px;
    background: #d71700;
    display: inline-block;
    margin: 0 29px;
    position: relative;
}
span.cdowns:before {
    position: absolute;
    content: "";
    background: #fff;
    top: 60px;
    right: -37px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
span.cdowns:after{
    position: absolute;
    content: "";
    background: #fff;
    top: 93px;
    right: -37px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
span.cdowns:last-child:before,
span.cdowns:last-child:after
{
display:none;
}
.counterdowns {
    text-align: center;
}

span.time-counts {
    line-height: 119px;
    font-size: 55px;
    color: #fff;
}
.counterdowns p {
	color: #fff;
	font-size: 18px;
	line-height: 0px;
	margin-top: -4px;
}
.dotnone span.cdowns:before,
.dotnone span.cdowns:after
{
	display:none;
}





.mean-container .mean-nav ul li a:hover {
    color:#d71700 ;
    border-radius: 0;
}


.witr_cs_icon i {
    font-size: 57px;
    margin-bottom: 30px;
    display: inline-block;
    margin: 20px;
}

/* team 7 style css */
.busi_team{
    position: relative;
    padding: 85px 0;
    background: #f9f9f9;
}
.busi_singleTeam{
    position: relative;
    overflow: hidden;
}
.busi_singleTeam img{
    width: 100%;
    height: auto;
}
.TM_center{
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    z-index: 3;
}
.busi_TMHover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, .90);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: '';
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.busi_TMHover:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #d71700 ;
    width: 0px;
    height: 3px;
    content: '';
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
}
.busi_TMHover:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #d71700 ;
    width: 0px;
    height: 3px;
    content: '';
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
}
.busi_singleTeam .name{
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 2px;
    visibility: hidden;
    position: relative;
    margin-left: -30px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.busi_singleTeam p{
    font-size: 14px;
    margin-bottom: 17px;
    line-height: .8;
    visibility: hidden;
    position: relative;
    margin-right: -30px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.busiTS{
    position: relative;
    visibility: hidden;
    position: relative;
    opacity: 0;
    transition: all 0.9s ease-in-out;
}
.busiTS a{
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #7c7c7c;
    line-height: .8;
    padding: 5px 0;
    margin: 0 3px;
}
.busi_singleTeam .name:hover{
    color: #d71700 ;
}
.busiTS a:hover{
    background: #d71700 ;
    border-color: #d71700 ;
    color: #fff;
    transform: rotate(360deg);
}
.busi_singleTeam:hover .busi_TMHover:before,
.busi_singleTeam:hover .busi_TMHover:after{
    width: 80px;
}
.busi_singleTeam:hover .busi_TMHover{
    visibility: visible;
    opacity: 1;
}
.busi_singleTeam:hover .name{
    visibility: visible;
    opacity: 1;
    margin-left: 0;
}
.busi_singleTeam:hover p{
    visibility: visible;
    opacity: 1;
    margin-right: 0;
}
.busi_singleTeam:hover .busiTS{
    visibility: visible;
    opacity: 1;
    transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
}
.witr_about_area {
    padding: 0px 0px 100px;
}
.app_subscribe_widgets {
    position: relative;
}
.newsletter{
	background:url(../images/sub.png);
	    background-position: bottom left;
    background-size: cover;
	    padding: 100px 0px 90px;
}
.newsletter-inner h3{
	color:#fff;
	font-size:40px;
}
.newsletter-inner p{
	color:#fff;
}
.newsletter-inner {
    margin-left: 180px;
}

.seoico_service_area{
    background-color: #F0F6FF;
    padding: 230px 0px 100px;
    margin-top: -147px;	
}
.witr_serIcon {
    background:url(../images/icon-bg.png) no-repeat center center / cover;
}
.service-top{
	margin-top:57px;
}
.service-title{
	margin-top:24px;
	text-align:center;
}
.seoico_team_member_area{
	padding:100px 0px 100px;
}
.team-bg{
	background:url(../images/teamsh.png);
	background-position: bottom left;
    background-repeat: no-repeat;
	 padding: 0px 0px 40px 0px;  
	 margin-top: 43px;
}
.seoico_benefit_area{
  padding: 0px 120px 70px 380px;	
}
.seoico_skill_area{
	background:url(../images/skillbg.jpg);
	padding:100px 0px 65px;
}
.witr_skill_title h2{
	color:#fff;
	background-color: rgba(255, 255, 255, 0.55);
}
.witr_skill_title h3{
	color:#fff;
	margin-top: 1px;
}
.witr_skill_title h1{
	color:#fff;
	margin-top: 2px;
}
.witr_skill_title .witr_section_title_inner h2::before {
    background: #fff;

}

.skil-top{
	margin-top:40px;
}
.witr_admin_title {
    margin-top: 100px;
}
.seoico_admin_area{
	padding: 90px 380px 80px 120px;
}
.witr_admin_title .witr_section_title_inner.text-left p{
    width: 100%;
    font-size: 25px;
	    margin-top: 36px;
    margin-bottom: 28px;
}
.seoico_pricing_area {
    padding: 0px 0px 70px;
}
.pricing-top{
	margin-top:55px;
}

.seoico_testimonial_area{
	background:url(../images/tesbg.jpg);
	background-position: center center;
    background-size: cover;
	    padding: 260px 0px 287px 0px;
}

.witr_testi_title h2,
.witr_testi_title h3,
.witr_testi_title h1{
	color:#fff;
}

.seoico_test_top{
	margin-top:45px;
}

.seoico_testimonial_area .slick-prev {
   background-color: #113263;
    border-style: solid;
    border-color: #113263;
    top: -85px;
	left: 1020px;
}
.seoico_testimonial_area .slick-prev:hover {
      background-color: #201111;
}

.seoico_testimonial_area .slick-next {
   background-color: #113263;
    border-style: solid;
    border-color: #113263;
    top: -85px;
}
.seoico_testimonial_area .slick-next:hover {
      background-color: #201111;
}

.seoico_blog_area{
	padding:100px 0px 100px;
}
.seoico_blog_area .slick-prev {
    left: -47px;
}
.seoico_blog_area .slick-next {
    right: -47px;
}

.blog-top{
	margin-top:58px;
}

.witr_slider_thumb_inner.witr_slider_thumb1_inner1 {
    margin-top: -114px;
}


.witr_tslide_text {
    background-image: url(../images/tsbg.png);
    background-position: center center;
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    padding: 87px 30px 90px 30px;
}


.expect-bg2{
    padding: 50px 30px 55px 30px;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 6%);
	margin-bottom: 30px;
}
.seoico_feature_area.seoico_feature1_area1 {
    padding: 4px 0px 70px;
}

.all-shape{
	 background-image: url(../images/shape2.png);
    background-position: top left;
    background-repeat: no-repeat;
	    margin-top: 100px;
}

.witr_about_content.witr_about1_content1 h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #6A6C7C;
	    margin-bottom: 22px;
}
 .witr_singles_feature.text-center {
    padding: 50px 30px 50px 30px;
    background-color: #FFFFFF;
	margin-bottom: 30px;
}  

.witr_service1_title h3 {
    margin-bottom: 16px;
}
.seoico_team2_member2_area{
	padding:100px 0px 100px; 
}

.seoico_pricing1_area1{
	 background-image: url(../images/pricingbg.png);
     background-position: top right;
    background-repeat: no-repeat;
	    padding: 0px 0px 100px;

}

.witr_testi_title .witr_section_title_inner h2::before {
    background: #fff;
    left: 14%;
}
.wblog-content p{
	text-align:left;
	margin-bottom: 17px;
}

.wblog-content.wblog1-content1 {
    padding: 23px 21px 26px;
}

.seoico_timeline_area{
	padding:100px 0px 100px;
}

.timeline-top{
	margin-top:57px;
}

.seoico_feature_area.seoico_about_area1{
padding:0px 0px 100px;
}

.seoico_pricing1_area1.seoico_service_area1{
	padding:100px 0px 100px;
}
.witr_team_title .witr_section_title_inner h2::before {
    left: 14%;
}

.team-top{
	margin-top:40px;
}

.seoico_pricing1_area1.seoico_pricing2_area2{
	padding:100px 0px 100px;
}
.seico-faq-area{
	padding:100px 0px 100px;
}

.accordion_area .card-2.card-3 {
    margin-bottom: 22px;
    border-left: 2px solid #e22c2c;
}

.seoico_protfolio_area{
	padding:100px 0px 100px;
}


.witr-blog-side-area{
	padding:100px 0px 100px;
}


.seico-touch-area{
	padding:100px 0px 100px;
}


.witr_contact_title .witr_section_title_inner.text-left p {
    width:100%;
    font-size:21px;
    margin-bottom: 47px;
}

.all_contact_service{
	margin-top:38px;
}
.witr_contact_title h3{
	color:#6A6C7C;
}
.map-area iframe{
	width:100%;
	height:800px;
}




/*=====================
Blog Sidbar CSS
======================*/

.blog-left-side {} 
.blog-left-side > div {
  background-color: #fff;
  margin-bottom: 30px;
  padding:15px;
box-shadow: 0px 0px 5px 0px rgba(148, 146, 245, 0.20);
}
.blog-left-side > div:last-child {
    margin-bottom: 0px;
}
.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-left-side {} .blog-left-side .content {
    padding: 0;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0px;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0px !important;
}
.blog-left-side .sub-menu li a:hover,
.blog-left-side .nav .children li a:hover {
    background: transparent;
    color: #18c8ff;
}
.defaultsearch {
    background: #f7f7f7;
    position: relative;
}
.defaultsearch input {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 0 none;
  height: 54px;
  position: relative;
  width: 100%;
}
.defaultsearch input[type="text"] {} .defaultsearch input::-ms-input-placeholder,
.defaultsearch input::-webkit-placeholder,
.defaultsearch input::-moz-placeholder {
    color: #333;
}
.defaultsearch button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #858585;
  font-size: 18px;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.defaultsearch button i {}
.defaultsearch input[type="text"] {
  padding-left: 10px;
}
/* widget list */

.widget {}
.blog-left-side .widget h2 {
  border-bottom: 1px solid #e5e5e5;
  bottom: -1px;
  display: block;
  font-size: 25px;
  line-height: 17px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  text-transform: capitalize;
}
.blog-left-side .widget h2::before {
	background: #d71700;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    width: 17%;
    position: absolute;
	transition:.5s;
}
.widget >:hover h2::before {
    width: 100%;	
}
.blog-left-side .widget h2{}
.footer-middle .widget h5 {
    color: #333;
    font-size: 24px;
    text-transform: capitalize;
}
.blog-left-side .widget ul {
    list-style: none;
}
.blog-left-side .widget ul li {
  margin: 0 0 5px;
  padding-left: 20px;
  position: relative;
}
.blog-left-side .widget ul li span{
/*     display: inline-block; */
    font-weight: 300;
}

.blog-left-side .widget ul li:last-child {
	padding-bottom: 0px;
    margin-bottom: 0;
}
.blog-left-side > .widget > ul > li {
  margin: 0 0 10px;
  padding-bottom: 10px;
}
.blog-left-side .widget > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-left-side .widget ul li a {
    color: #333;
}
.blog-left-side .widget ul li a:hover{
    color: #d71700;
}

.blog-left-side .widget ul li::before {
  color: #333;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: -2px;
  display:none;
}
.blog-left-side .widget ul.children li{
	
}
/* widget select */

.widget {} 
.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}
.widget .screen-reader-text {
    display: none;
}
.textwidget select{
	width:100%;
}
/* table css */

#wp-calendar {
    width: 100%;
}
/* tags */

.tagcloud a {
    color: #333;
    display: inline-block;
    font-size: 19px !important;
    margin: 0 8px 10px 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    text-transform: capitalize;
    border-radius: 5px;	
}
.tagcloud a:hover {
    background: #d71700 ;
    color: #fff;
}
.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
    color: #d71700 ;
}
#wp-calendar caption {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
#wp-calendar {
  font-size: 13px;
}
#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
	color:#333;
}
table#wp-calendar td {
  border: 1px solid #e5e5e5;
  color: #333;
   padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
#wp-calendar th, #wp-calendar td {
  padding: 8px;
}
table#wp-calendar th {
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
table#wp-calendar td#today{
	color:#fff ;
	background-color:#d71700  ;
}
table#wp-calendar td#today a{
	color:#fff;
}

.textwidget img {
    margin-bottom: 15px;
}
.textwidget p{
	margin-bottom: 0.5rem;
}


/*===========================
    single-blog css 
===========================*/

.blog_area{
	padding:100px 0px 100px;
}

.single_blog.singles {
background:0 0;
box-shadow:none;
}

.single_blog_thumb {
position:relative;
}

.single_blog_thumb:before,.single_causes_thumb:before {
position:absolute;
content:"";
background:rgba(0,0,0,.6);
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
transform:scale(0);
transition:.5s;
}

.single_blog:hover .single_blog_thumb:before,.single_causes:hover .single_causes_thumb:before {
transform:scale(1);
}

.single_blogs_title.single_bo {
padding:0 20px;
}

.title_style h3 {
font-size:30px;
margin:25px 0 7px;
}

.single_blog_title span strong {
color:#d71700;
border-bottom:1px solid#d71700;
}

.single_blog_title p {
width:100%;
line-height:28px;
margin-top:17px;
}

.single_blog_test {
border:2px solid#d71700;
text-align:center;
padding:32px 22px;
}

.single_blog_test_icon i {
font-size:100px;
color:#56b66529;
}

.single_test_desc p {
font-size:20px;
margin:-54px 0 21px;
}

.single_blog_test_title h3,.single_blog_test_title span {
color:#d71700;
color:#d71700;
}

.single_blog_grid,.single_causes {
box-shadow:0 0 30px 0 rgba(0,0,0,.1);
margin-bottom:30px;
background:#fff;
}

.title_single h2 {
font-size:35px;
margin:73px 0 40px;
}

.blog_meta,.causes_meta {
position:absolute;
left:30px;
bottom:-30px;
background:#d71700;
padding:8px 10px 3px;
text-align:center;
color:#fff;
z-index:999;
font-size:23px;
font-weight:700;
border-radius:5px;
text-transform:capitalize;
}

.blog_meta span,.causes_meta span {
display:block;
line-height:28px;
font-size:19px;
font-weight:500;
display:block;
line-height:28px;
font-size:19px;
font-weight:500;
}

.single_blogs_title {
padding:28px 30px 20px;
}

.single_blog_title h1 {
font-size:14px;
font-weight:400;
color:#d71700;
margin:14px 0 13px;
}

.single_blog_title h3 {
margin-bottom:17px;
-webkit-transition:.5s;
transition:.5s;
}

.comment_area {
padding:65px 0 0;
}

.single_comment {
margin-top:23px;
}

.comment_thumb {
float:left;
margin-top:0;
}

.single_comment_title_text {
border:1px solid #ddd;
position:relative;
margin-left:120px;
padding-left:15px;
}

.single_comment_title_text2 {
border:1px solid #ddd;
position:relative;
margin-left:120px;
padding-left:15px;
}

.single_comment_title h2 {
font-size:17px;
margin-left:9px;
text-transform:uppercase;
}

.single_comment_title p {
font-size:14px;
margin:0 9px 10px;
text-transform:uppercase;
}

.single_comment_title span {
float:right;
text-transform:uppercase;
font-size:14px;
margin-top:-62px;
-webkit-transition:.5s;
transition:.5s;
color:#666;
margin-right:40px;
}

.single_comment_title i {
font-size:14px;
margin-right:10px;
color:#d71700;
}

.single_comment_text {
position:relative;
margin-left:9px;
padding-bottom:5px;
margin-top:30px;
}

.comment_inner h2 {
font-size:18px;
text-transform:uppercase;
margin-top:17px;
}

.single_comment_text p {
font-weight:300;
}

.single_comment2 {
margin:45px 0 45px 50px;
}

.single_comment_title_text_bg {
position:relative;
}

.single_comment_text:after {
position:absolute;
content:"";
top:-15px;
left:0;
width:93%;
height:1px;
background:#ddd;
}

.blogs_contact_area {
padding:66px 0 0;
}

.title_blog h2 {
font-size:23px;
margin-bottom:26px;
}

.blog_form {
box-shadow:0 0 30px 0 rgba(0,0,0,.1);
padding:50px 30px 40px;
background:#fff;
}

.form_filed {
width:100%;
}

.form_filed_inner {
float:left;
width:48.8%;
margin-bottom:24px;
}

.contact_form_filed_inner textarea,.form_filed_inner:nth-child(odd) {
margin-right:1.2%;
}

.form_filed_inner:nth-child(even) {
margin-left:1.2%;
}

.contact_form_filed_inner textarea,.form_filed_inner input {
text-transform:capitalize;
padding-left:10px;
height:45px;
width:100%;
font-size:16px;
font-weight:400;
color:#0d2f5d;
border:2px solid #ddd;
}

.form_contact textarea {
height:200px;
width:100%;
padding-top:10px;
}

.single_causes_batton {
margin-top:30px;
}

.single_causes_batton button {
font-size:18px;
padding:15px 42px;
font-weight:600;
color:#fff;
background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);
text-transform:uppercase;
-webkit-transition:.5s;
transition:.5s;
border:none;
}

.single_causes_batton button:hover {
background-image: linear-gradient(90deg,  #D71700 100%, #FF582C 0%);
}

.witr_button1 {
margin-top:40px;
}

.witr_single_portfolio_a {
background:#f9f9f9;
padding:100px 0 135px;
}

.single_portfolio-content h3 {
line-height:30px;
font-size:35px;
padding-bottom:10px;
}

.single_portfolio-content b {
display:block;
padding-top:20px;
padding-bottom:10px;
border-bottom:1px solid #ddd;
color:#444;
}

.single_portfolio-content b:nth-child(7) sub {
display:inline-block;
}

.single_portfolio-content b:nth-child(7) sub ul li {
display:inline-block;
}

.single_portfolio-content b:nth-child(7) sub ul li a {
padding:0 8px;
color:#666;
font-size:18px;
transition:all .4s linear;
}

.single_portfolio-content b:nth-child(7) sub ul li a:hover {
color:rgba(25,153,242,1);
}

.single_portfolio-content b span {
font-weight:400;
color:#666;
font-size:16px;
}

.single_portfolio_text {
padding-top:30px;
}

.single_portfolio_item p {
padding-top:15px;
}

.single_portfolio_text .slick-prev,.single_portfolio_text .slick-next {
opacity:1;
font-size:16px;
width:auto;
top:auto;
transform:inherit;
bottom:-60px;
color:#666;
background-color:transparent;
box-shadow:none;
}

.single_portfolio_text .slick-prev {
left:10px;
}

.single_portfolio_text .slick-next {
right:10px;
}

.single_portfolio_text .slick-prev:before,.single_portfolio_text .slick-next:before {
display:none;
}

