/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* My Header  */
@import 'animate.css';

.my-header{
	position:relative;	
	background-color:#e6e6e6 !important;
}




.menu_contaner{
	position:absolute;
	
	right:0px;
	bottom:-25px;
}
.enr-bodymenu{
	width:100%;
	height:100%;
	background-color:#991711;
	-webkit-clip-path: polygon(0 25%, 100% 0%, 95% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 0%, 95% 100%, 0% 100%);
	padding:0px 20px;
	
}
.enr-bodymenu.green{
	background-color:#149612;
}

.masthead:not(.side-header):not(.mixed-header) .header-bar, .header-space{
min-height:120px;	
	
}
.masthead:not(.side-header).dividers .main-nav > li:before, .masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after{
	/*top:60%*/
	top:53%
}
 
.companies{
	display:flex;
}
.companies a{
	display:block;
	padding:10px;
	min-width:150px;
	line-height: 82px;
	text-align:center;
	position:relative
    
	
}
.companies a img{
	vertical-align: middle;
}

.companies a:hover, .companies a.active{
	background-color:#fff;
	
}
.companies a:after{
	    content: "";
    position: absolute;
    left: -.5px;
    width: 0;
    border-right:solid 1px #ddd;
    height: 71%;
    max-height: 100%;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}
.companies a:first-child:after{
	border-right:none;
}


.accent-gradient .accent-border-color .uvc-headings-line{
	    border-color: transparent;
    -moz-border-image: -moz-linear-gradient(top right,#8E8E8E 0%,#515151 100%);
    -webkit-border-image: -webkit-linear-gradient(top right,#8E8E8E 0%,#515151 100%);
    border-image: linear-gradient(to bottom right,#8E8E8E 0%,#515151 100%);
    border-image-slice: 1;
}
.accent-border-color2{
	   border-color: #991711;
}

.services_box{
	display:flex;	
	justify-content:center ;
	flex-direction: row ;
	flex-wrap: wrap ;
	max-width:1400px;
	    margin: auto;
}
.services_box a{
text-decoration:none
}
.services_box .service_item {
	text-align:center;
	margin: 10px;
	
}
.services_box .service_item  .img_cont{
	border:solid 1px #ddd;
	border-radius:100%;
	width:200px;
	height:200px;
	overflow:hidden;
	position:relative;
	z-index:0;
	
}
.services_box .service_item   a .img_cont:after{
	border:solid 0px #AF0A11;
	transition:all 0.5s ease-in-out;
	position:absolute;
	top:0px;
	left:0px;
	content:"";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	
	border-radius:100%;
	

}
.services_box .service_item   a:hover .img_cont:after{
	border:solid 10px rgba(175,10,17,0.87);
	transition:all 0.5s ease-in-out;
}

.services_box .service_item  .img_cont img{
	width:100%; 
	height:auto;
	transform:scale(1) rotate(0deg) ; 
transition:all 0.5s ease-in-out;
	

	
}
.services_box .service_item a:hover .img_cont img{
	transform:scale(1.2) rotate(15deg);
	transition:all 0.5s ease-in-out;


	
}
.services_box .service_item  .txt_cont{
	font-size:18px;
	color:#991711;
	font-weight:bold;
	
}

.ult-vc-seperator{ 
	z-index:200 !important;	

	
}

.services_box.green .service_item  .txt_cont{
	font-size:18px;
	color:#149612;
	font-weight:bold;
	
}

.ph-wrap .main-nav > li:not(.wpml-ls-item) > a .menu-text{
	color:#991711;

}
.ph-wrap .main-nav > li.act:not(.wpml-ls-item) > a .menu-text,.ph-wrap .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text{
	color:#991711;
	
}
.masthead:not(.side-header).dividers .ph-wrap .main-nav > li:before, .ph-wrap .masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after{
	border-color: #991711;
	
}
.ph-wrap .l-to-r-line > li > a i.underline{
	    background-color: #991711;
	
}
.ph-wrap .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, .ph-wrap .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, .ph-wrap .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, .ph-wrap .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text{
	color: #991711;
	
}
.phantom-shadow-decoration #phantom{
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.8);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.8);
	
}
.ph-wrap img{
	width:130px;
	height:auto;
	
}

.modal-wrapper{
	z-index:10000
	
}

.modal-wrapper.styled .modal .close-modal{
	    top: 7px;
}


.accessibility .txt_cont{
	color:#fff !important;
}

.services_tab .wpb_tabs_nav.ui-tabs-nav{
	display:flex;
	justify-content: center ;
	margin-bottom:40px !important;
}

.wpb_tabs.tab-style-two{
	background-color:transparent;	
}

#contact .ui-tabs-anchor{
		color:#FFFFFF
}

.accent-gradient .wpb_tabs.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a, .accent-gradient .wpb_tour.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a, .accent-gradient .wpb_content_element.tab-style-three .wpb_tabs_nav > li.ui-tabs-active > a, .accent-gradient .wpb_content_element.tab-style-two.wpb_tabs .wpb_tabs_nav > li.ui-tabs-active > a{
	
	background:initial;
	-webkit-background-clip:initial;
	-webkit-background-clip:initial;
	-webkit-text-fill-color:initial
}

#content .wpb_content_element .wpb_tabs_nav{
	display: flex;
	justify-content: center;
    
}
.top-bar.line-content{
display:none;
}