div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}



/* Latest Styles */
#videot, .videot{
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
}
video {
    object-fit: fill;
}
.icon_box_wrap img{
    margin-bottom: 15px;
    transition: all ease-in-out 0.5s;
}
.icon_box_wrap:hover img{
    transform: rotate(360deg)
}
.sideblock li a{
    text-align: left
}
.inner-head h1{
    margin-bottom: 0 !important;
    color: #fff;
    margin-top: 36px;
}
.icon_box_wrap.icon_box_style3 h5{
    text-transform: uppercase;
}
.section-services{
    background-image: url(../images/latest/bg-layer.jpg) !important;
    background-position-y: 100% !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.btn-nl{
        padding: 7px 15px !important;
    font-size: 12px !important;
    float: right;
}
.anchor-active{
    color: #40abd8 !important;
}
.dropdown-menu .anchor-active{
    background: #40abd8;
    color: #fff !important;
}
.dropdown-menu li a:hover{
    background: #40abd8 !important;
    color: #fff !important;
}
.dropdown-menu{
    background: #fff !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 15px;
    color: #87bf44  ;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    padding: 10px 15px;
    color: #fff  ;
}
.fa-instagram.icon-square:hover{
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.fa-whatsapp.icon-square:hover{
    background: #47c355;
}
.fa-facebook.icon-square:hover{
    background: #1877f2 !important;
}

/* Latest Styles */




@media (max-width: 768px){
    .vc_row.wpb_row{
        margin-top: 65px;
    }
}