/*
Theme Name:     OIG Child Theme
Theme URI: 		http://webvdeos.com
Description:    Child theme for the Jupiter theme 
Author:         Adnan Soomro (Webvdeo Team)
Theme URI: 		Adnan Soomro (Webvdeo Team)
Template:       oig
Version:        0.0.1
*/




.menu-hover-style-5 .main-navigation-ul>li.menu-item>a.menu-item-link:after {  
    position: relative;
    top: -54px;
}
.why-us {
    padding: 50px 45px !important;
}

.why-us h2 {
    color: #fff !important;
    font-size: 42px !important;
    font-weight: 900 !important;
    text-transform: initial !important;
    margin-bottom: 40px;
}

.why-us p {
    color: #fff;
    font-size: 15px;
}
.about p {
    color: #373739 !important;
    font-size: 15px;
}
.about h2{
	color:#2c3e50 !important;
	font-weight:900 !important;
}
.about a {
    background-color: #373739;
    padding: 12px 20px;
    color: #fff;
    border-radius: 2px;
}
.why-us a {
    background-color: #6ad3bf;
    padding: 12px 45px;
    color: #fff;
    border-radius: 2px;
    float: right;
    border: 1px solid #3fa994;
    font-style: italic;
    font-weight: 900;
}

.choose-us *{
	color:#fff !important;
}
.service-area h2 {
    color: #1abc9c !important;
}

.areas ul li {
    list-style: none;
}
.areas ul li:before {
    content: "\6a";
    font-family: 'Icomoon';
    font-weight: bolder;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    vertical-align: middle;
    direction: ltr;
    font-size: 18px;
}
.areas ul li {
    list-style: none;
    line-height: 30px;
    margin: 0 !important;
}
.areas ul li:before {
    content:"\6a";
    font-family: 'Icomoon';
    font-weight: bolder;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    vertical-align: middle;
    direction: ltr;
    font-size: 18px;
    color: #1abc9c;
    position: relative;
    top: -3px;
    left: -6px;
}
.areas ul li a {
    color: #1abc9c;
    font-size: 18px;
    font-weight: bold;
	-webkit-transition: all .33s ease;
	        transition: all .33s ease;
}
.areas ul li a:hover {
    font-style: italic;
}
.milestone-custom span.milestone-number {
    display: block;
    margin-top: 20px;
}

.milestone-custom i {
    background-color: #2ae6c1;
    width: 80px !important;
    border-radius: 70px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px !important;
}
.milestone-custom span.milestone-suffix {
    font-size: 14px !important;
	
}
.milestone-custom span.milestone-number:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    /* bottom: 0; */
    margin: 20px auto;
}

.front-icon._.padding-20 {
    padding: 0 !important;
}

.front-title._.padding-20 {
    padding: 10px !important;
}

.mk-flipbox-back .back-desc {  
    padding: 10px 25px;
        text-align: left;
}

.mk-flipbox-content{
    padding: 20px 0;
}

.back-title._.padding-20 {
    display: none;
}

.widget_contact_info ul li {
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    line-height: 25px;
}

section#text-3 {
    margin-bottom: 20px !important;
}
.widget_contact_info ul li i {
    top: 3px;
}

.pcc{
     background: #2C3E50 !important;
}


.wpcf7 input {
    width: 100%;
    box-sizing: border-box;
}


.wpcf7 input {
    width: 100%;
    box-sizing: border-box;
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
    font-size: 16px;    
    padding: 16px 12px;    
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    resize: none;
}

option {   
    font-size: 16px;
}

.wpcf7-form strong{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
    

.header-toolbar-contact {
    float: right;
}


.outer-ul{
 font-size:30px;
 display:block;
}
.inner-ul
{
 display:inline-block;
}
.inner-ul li
{
 display:inline-block;
 font-size:16px !important; 
 padding-left:0px
}

.mk-footer-copyright a {
    color: #1ABC9C;
}

.about span.text-left {
    width: 50%;
    display: block;    
    float: left;
}

.about-img {
    width: 50%;
    margin: 0 !important;
}

@media only screen and (max-width : 768px) {
.about span.text-left,.about-img{width:100%;float:none !important;}
.why-us a {margin-top: 20px;float: none; display: block;}
}