/*
Theme Name: insoitchild
Author: Insomniacs-Theme
Author URI: https://insomniacs.in/
Description: Inso 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 – Inso 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: it-inso
*/
.branding a img, .branding img {
    max-width: 50px;
}
.services {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services:hover {
    background-color: #17ada9;
	border-radius:5px;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.services h3 {
    color: #0eaaa6;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
	min-height: 52px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.services p{
    font-size: 13px;
	line-height: 16px;
    color: #999;
    opacity: 0.8;
	font-weight: 300;
	text-align: justify !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.services:hover h3, .services:hover p{
    color: #ffffff;
	-webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
.services .wpb_single_image {
    margin-bottom: 0;
}
.services:hover .wpb_single_image {
    -webkit-animation: smallToBig 900ms alternate ease;
    -moz-animation: smallToBig 900ms alternate ease;
    -ms-animation: smallToBig 900ms alternate ease;
}
.services:hover .wpb_single_image img{
	filter: brightness(130%);
}
@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
.offer-sec .ult-carousel-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
.offer-sec .slick-slide {
    margin: 0 !important;
}
.offer-sec-inner{
	border: 1px solid #e8e8e8; 
}
.offers-top{
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    color: #333333;
	margin-bottom: 0;
}
.offers-name-desc {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    padding-bottom: 20px;
}
.offers-name {
    margin: 0;
    padding: 10px 0 2px;
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 1.1;
}
.theme-btn {
    background-color: transparent !important;
    color: #0eaaa6 !important;
    text-decoration: none;
    display: inline-block;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    border: 1px solid #0eaaa6;
	border-radius: 2px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.theme-btn:hover {
	background-color: #0eaaa6 !important;
	color: #ffffff !important;
}
.offer-sec-inner.hidden-on-mobile {
    display: flex !important;
    text-align: right;
}
.article-inner .article-title {
    background-color: #333;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
	line-height: 24px;
    padding: 20px 10px;
}
.article-inner {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.article-description {
    padding: 0px 10px;
    font-size: 14px;
    line-height: 20px;
	border-bottom: 1px solid #e8e8e8;
}
.article-description {
    padding: 0px 10px 10px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
	min-height: 140px;
}
.article-inner .theme-btn {
    margin-bottom: 10px !important;
}
.testi-inner {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.testi-text {
    font-size: 16px;
    color: #999;
    font-style: italic;
    padding-bottom: 5px;
    line-height: 22px;
}
.testi-name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}
.sticky-call {
    position: fixed;
    right: 10px;
    bottom: 60px;
	z-index: 9;
}
#footer p {
    font-size: 11px;
    line-height: 15px;
}
.footer .widget {
    margin-bottom: 0;
}
.wf-float-right {
    display: none !important;
}
#footer .wf-container-footer {
    padding-top: 20px;
    padding-bottom: 5px;
}
.wf-container-bottom {
    padding: 5px 0;
    min-height: inherit;
}
#bottom-bar {
    font-size: 12px;
    font-weight: 300;
    color: #eeeeee;
}
.banner-form {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    padding: 20px 0;
}
.banner-form .col-form {
    width: Calc(20% - 16px);
    display: inline-block;
    margin-right: 10px;
	vertical-align: middle;
}
.wpcf7-spinner {
    position: absolute;
}
.col-form.form-btn input {
    width: 100%;
}
.col-form .wpcf7-select {
    min-width: 0!important;
    outline: 0;
}
.col-form.form-btn {
    margin-right: 0 !important;
}
.col-form.form-btn .ajax-loader {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.preload-me {
    max-width: 42px;
    height: auto;
}
.form-wrapper {
    max-width: 1170px;
    margin: 0 auto;
	width: Calc(100% - 20px);
}
.hidden-on-desktop{
	display:none !important;
}
.hidden-on-mobile{
	display:block !important;
}
.offer-sec-inner.hidden-on-mobile{
	display:flex !important;
}
.config {
    margin-bottom: 5px;
    line-height: initial;
    font-weight: 300;
}
.branding {
    position: absolute;
    right: 30px;
    top: 7px;
}
#phantom .logo-box {
    position: absolute;
    right: 20px;
    top: 3px;
}
.sticky-call.hidden-on-mobile {
    background-color: #0eaaa6;
    right: -138px;
    bottom: 70px;
	-webkit-transition: right .4s ease,opacity .3s ease;
    -o-transition: right .4s ease,opacity .3s ease;
    transition: right .4s ease,opacity .3s ease;
}
.sticky-call.hidden-on-mobile:hover {
    right: 0px !important;
}
.sticky-call.hidden-on-mobile a, .sticky-call.hidden-on-mobile h4 {
    display: inline-block;
    vertical-align: middle;
	padding: 4px;
}
.sticky-call.hidden-on-mobile h4 {
    padding: 0px 5px 0px 0px;
}
.sticky-call.hidden-on-mobile a.block-link.anchor-link {
    padding: 0;
}
#wpbody-content .notice {
    display: none;
}
.LandbotLivechat,.LandbotPopup {
    right: 0;
    left: 6px;
}
.LandbotLivechat.is-open {
    right: initial;
}
@media screen and (max-width: 992px){
.show-device-logo .branding img.mobile-logo, .show-device-logo .mobile-branding img.mobile-logo {
    max-width: 40px !important;
}
#about-us {
    width: Calc(100% - 60px);
    margin: 0 auto;
}
.banner-form {
    position: relative;
}
}
@media screen and (max-width: 850px){
.hidden-on-desktop{
	display:block !important;
}
.hidden-on-mobile{
	display:none !important;
}
.offer-sec-inner.hidden-on-desktop{
	display:flex !important;
}
.offer-sec-inner.hidden-on-desktop p {
    text-align: left !important;
}
.offer-sec-inner.hidden-on-mobile{
	display:none !important;
}
.article-description {
    min-height: 0;
}
.banner-form {
    background-color: rgb(0, 0, 0);
    padding: 20px 0;
}
.banner-form .col-form {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
.testi-text {
    font-size: 13px;
    line-height: 18px;
}
.testi-name {
    font-size: 13px;
    line-height: 18px;
}
}