/*
Theme Name: Aluko & Oyebode
Theme URI: https://code83.com
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@media (max-width: 1399px) and (min-width: 768px){
.nav-main>ul>.parent>a:after {
  content: ""!important;
  position: absolute!important;
  right: 0!important;
  width: 0!important;
  height: 0!important;
  border-top: 12px solid transparent!important;
  border-bottom: 12px solid transparent!important;
  border-right: 12px solid #00a3e7!important;
  top: 50%;
  background: none!important;
  transform: translateY(-50%)!important;
  opacity: 0;
  -webkit-transition: 100ms all!important;
      -webkit-transform: translateY(-50%)!important;
}
  
}
@media (min-width: 768px) and (max-width: 1399px) {
	.sub-menus::after {

    width: 6px;
    height: 100%;
    background: #00a3e5;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}
	.nav-main > ul > .parent > a::after {
	content: ""!important;
	position: absolute!important;
	right: 0!important;
	width: 0!important;
	height: 0!important;
	border-top: 12px solid transparent!important;
	border-bottom: 12px solid transparent!important;
	border-right: 12px solid #00a3e7!important;
	top: 50%;
	background: none!important;
	transform: translateY(-50%)!important;
	opacity: 0;
	-webkit-transition: 100ms all!important;
	    -webkit-transform: translateY(-50%)!important;
}
}


/*megamenu in 1600px 
@media screen and (min-width: 1400px){

	.sub-menus::after {
	height:0% !important;
}

	.nav-main > ul > .parent > a::after {
	content: ""!important;
	position: absolute!important;
	right: 0!important;
	width: 19px!important;
	border: 0!important;
	top: 50%!important;
	-webkit-transform: translateY(-50%)!important;
	transition: 100ms all!important;
	background: #2f2f2f!important;
	height: 2px!important;
	border-right: 0 px solid black!important;
	/* transition: 100ms all; */
/*}
}*/



.gallery-text
{
    color:#d3d54a;
    margin-top: 15px;
    display: block;
    font-family: "Frutiger LT Std";
}

.gallery-text:hover
{
    color:#fff;
}

.img-set img
{
    width: 100%;
    margin-top: 5px;
}

  .related-p .r-img img
  {
    height: 196px!important;
    object-fit:cover;
    object-position: top;
 
  }


.padding-set
{
  padding-top: 0px;
  padding-bottom: 96px;
}

.s-results-list .btm-padding
{
  padding-bottom: 39px;
}


@media screen and (max-width: 767px)
{
  .visible li{
list-style: outside !important; 
margin-left: 5% !important;
}
.mob-padd
{
padding-bottom: 140px!important;
}

.sec-awards .owl-nav
{
  margin-top: 50px !important;
}
}

@media screen and (min-width: 768px)
{

  .sec-awards .owl-carousel .item1
{
  width: 300px;
}
}


@media screen and (min-width:768px) and (max-width:991px)
{

.sec-awards .owl-nav .owl-prev {
    left: -29px !important;
}

.sec-awards .owl-nav > button {

    right: -4%!important;
  }
}


@media screen and (min-width:768px) and (max-width:800px)
{
  .sec-awards .owl-carousel .owl-item img
{
 margin-left:90px!important;
}

}

@media screen and (min-width:801px) and (max-width:899px)
{
  .sec-awards .owl-carousel .owl-item img
{
 margin-left:150px!important;
}

}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

   .news-list-in small:after {
  
    top: 4px !important;
   
}

.next-pre ul li+li:after {
    top: 11px !important;
    left: -12px !important;
}

}}


@media screen and (max-width: 767px)
{
  .next-pre ul li+li:after {
    top: 12px !important;
  }
}

.search-mobile
{
      position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
}

.search-mobile input {
    width: 100%;
    padding: 5px 63px 5px 13px;
    height: 48px;
    line-height: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 20px;
    border: 1px solid #009cdb;
    position: absolute;
        right: 0px;
    top: 66px;
    z-index: 999;
    font-family: 'Dinamit';
}

.sear-btn
{
        position: absolute;
   right:0px;
    top:70px;
   /* height: auto;
    z-index: 0;*/
 
    /*border-radius: 1px;*/
    background: 0 0;
    color: #000;
    border: none;
    box-shadow: none!important;
    outline: 0!important;
    z-index: 999;

}

.click-btn
{
  background: transparent;
}

.click-btn:focus
{
  box-shadow: none!important;
}

.search-mobile
{
  display: none;
}


.click-btn span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.click-btn span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show-search .click-btn span:after,.show-search .click-btn span:before {
      content: '';
    position: absolute;
    top:37px;
    width: 23px;
    height: 3px;
    margin-top: -2px;
    background: #000;
    right: 64px;
     /*display: none; */
}

.show-search .click-btn span img {
    opacity: 0;
    visibility: hidden;
}

.addthis_toolbox a {

line-height: unset !important;

}


/*----------------------------*/

.r-del p{
  padding-top: 0px!important;
}
.sec-subpractice .ac-cnt ul li:first-child{
  margin-top: 16px;
}
.sec-subpractice .ac-cnt ul li:last-child{
  margin-bottom: 16px;
}



#text-7 p:last-child {

    margin-bottom: 0px !important;

}

.r-del p:last-child {
	margin-bottom: 67px;
	}
.ac-cnt p {

    margin-bottom: 0px;

}
.banner-text-practice .banner-text{

  opacity:0.85;
}
.list-related li .is-checked {
    border-color: #ce543a;
    color: #ce543a;
}
li:last-child {
    margin-bottom: 28px;
}
p:last-child {
    margin-bottom: 67px;
}
.sample_content ul li{
  list-style: outside !important;
  margin-left:2%;
}
.scrollableList li a {
    color: black;
}
.news-list-in ul {
    margin-left: 2%;
    margin-bottom: 28px;
}
.share-links {
    margin-left: 0% !important;
}
.sec-awards .owl-nav .owl-prev {
    left: -49px;
}
.sec-awards .owl-nav > button {
    position: absolute;
    width: 24px;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    right: -5%!important;
}
.hero-banner-inner-color {
  background-size: cover;
}
.visible li{
list-style: outside !important; 
margin-left: 3%;
}
.bullets_link ul li{
/*list-style: outside;*/ 
}

/*inslight publication*/
.list-related li{
  /*list-style: none !important;*/
}
.insights_list ul li{
  list-style: outside; 
}
.news-list-in label {
  display: block;
}
/*award slider*/
.sec-testi1 .owl-nav img {
    max-width: 24px;
}
.item1 {
  /*  width: 233px;*/
}
.awards {
  background:#ffffff !important;
}
.img1 {
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}
.awards {    
 text-align: center;
 }
 .sec-testi .owl-stage-outer .item {
 	border-color: 0 !important;
 	padding-left: 31px;
 	}
 .uppercase1 {
 	text-transform:uppercase !important;
 	 color:#000000 !important; 
	}
  .sec-awards .owl-carousel{ padding-top: 30px; }
.galery{
  display: none;
}
.galery.display{
  display: block;
}
 .element-item{
	display: none;
}
.element-item.display{
	display: block;
}
.last-item{
border-bottom: 1px solid #d6d518;
padding-bottom: 34px;
margin-bottom: 34px;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {

    height: 26px !important;
    line-height: 8px !important;
    width: 46px !important;
    }
.a2a_svg svg {
width: 46px !important;
height: 26px !important;

}
.sec-cn .ptnr-inner h2{
  line-height: 24px !important;
}
/*contact-7 submit button*/
 .btn-custom{
  border:0!important;
	margin-top:25px; 
	 
 }

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-left: 10px;
}

 /*sign-up form*/
 ._form-title {
    font-size: 24px;
    font-weight: 400;
    color: #00A3E3;
    margin: 0 0 50px;

}
._html-code {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: bold;

}

._form-label {
  margin-top: 1.5rem;
    margin-bottom: 1.0rem;
    font-weight: bold;

}
._form_element._field3._full_width {
    width: 58%;
    float: left;

}

 ._x67630959{
  clear: both!important;
} 

._field-wrapper input{
border-radius: 0;
min-height: 48px;
display: block;
width:60%;
font-size: 16px;
border: 1px solid #d3d54a;
padding: 3px 15px;
}
._button-wrapper._full_width {
    margin-top: 1.0rem;

}

#_form_1088_submit {
    background: #009cdb;
    color: #fff;
    padding: 10px 31px;
    display: inline-block;
    font-size: 16px;

}
._form-branding{
  display: none;
}
._row._checkbox-radio{
  font-size: 16px!important;
}
._error-inner{
  color: red;
}
.twit-data span{ 
  word-wrap: break-word; 

}

@media (max-width: 767px) {
  .cnt-info li + li {
    margin-left: 17px;
    margin-top: 4px;
  }
.sec-awards {
    padding: 18px 0 110px 0 !important;
    text-align: left;
}
.img1{
 /* width:108px !important;*/
  }
}

@media only screen and (max-width: 768px)and (max-device-width:768px){
  
._form-content label {

    display: inherit;

}
._field3  {
    width: 100%!important;
   
}
._row._checkbox-radio{
  font-size: 12px!important;
}
._form_element ._field7 ._full_width {
  width: 100% !important;
}
._field-wrapper input{
  width: 100%!important;
  margin-top: -0.5rem !important;
}
}
/*gallery
.related-p{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  margin-top: 25px;
}*/
@media only screen and (max-width: 768px)and (max-device-width:768px){
  .cnt-top li + li {
    margin-left: 0px !important;
}
.sec-awards .owl-nav  {
  top: 108%!important;
  left: 10% !important;
}
.cnt-info li+li {
    margin-left: 17px;
    margin-top: 4px;
    line-height: 18px;
}

}




@media screen and (max-width:349px)
{


.sec-awards .owl-carousel .owl-nav
{
  left:17% !important;
}

}

@media screen and (min-width:351px) and (max-width:375px)
{
  
.sec-awards .owl-carousel .owl-nav
{
  left:15% !important;
}
}

@media screen and (min-width:376px) and (max-width:430px)
{

.sec-awards .owl-carousel .owl-nav
{
  left:11% !important;
}

}

@media screen and (min-width:431px) and (max-width:480px)
{

.sec-awards .owl-carousel .owl-nav
{
  left:13% !important;
}

}



/*.home .cus-container h2
{
  font-family: "Dinamit Lt";
font-display: Swap;
font-style: Normal;
font-weight: Normal;
}*/



/*.sec-internation {
    padding: 70px 0 2px !important;
}*/


