*{
	margin:0;
	padding: 0;
}
ul li{
	list-style: none;
	margin:0;
}
a,
a:hover,
a:visited,
a:focus,
a:active{
	text-decoration: none;
	outline: none;
	color: #fff;
}
html,body{
	height: 100%;
}
body {
  font: 400 16px 'Open Sans';
  -webkit-text-size-adjust: 100%;
  height: 100%;
  color: #515151;
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke:1px transparent;
}
h1{
	font:normal 31px 'Open Sans';
	color: #313131;
}
h2{
	font:600 24px 'Open Sans';
	color: #0d151c;
	text-transform: uppercase;
}
h3{
	font:normal 18px 'Ubuntu';
	color: #727272;
}
h1,h2,h3,h4,h5,h6,p,ul,ol{
	margin:0;
}
p{
	line-height: 20px;
}
.clearfix{
	clear: both;
}
.section-top{
	margin-top: 80px;
}
#vc-header{
	background: #e3e3e3;
	padding: 15px 0;
}
#vc-header figure.pull-left img{
	width: 100%;
}
#vc-header .quotes{
	font-size: 24px;
	margin-top: 12px;
	padding-right: 15px;
}
/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/


#main-slide .item img{
	width: 100%;
	height: 760px;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 20%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}

#main-slide .slider-content h1{
	font: 300 54px 'Open Sans';
    margin-bottom: 8px;
    color: #fff;
    text-align: left;
    text-transform: initial;
    line-height: 60px;
    width: 98%;
}
#main-slide .slider-content p{
	font: 400 32px 'Open Sans';
	text-align: left;
	font-style: italic;
	margin: 30px 0;
}
.banner-text{
	padding-left: 124px;
}
#main-slide .slider-content ul li:before {
    content: '';
    background: url(../images/rd-tick.png) no-repeat;
    width: 29px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}
#main-slide .slider-content ul li{
	font: 300 26px 'Open Sans';
	font-style: italic;
	margin-bottom: 12px;
}
#main-slide .slider-content ul li:last-child{
	margin-bottom: 0;
}
#main-slide .slider-content .seen-text p{
	font: 600 16px 'Open Sans';
	text-transform: uppercase;
	margin: 30px 0 20px;
}
.page-scroll {
    color: #fff;
    background-color: #fff;
    border-color: transparent;
    display: inline-block;
    margin-top: 15px;
}
a.page-scroll{
	color: #00a7ff;
}
#main-slide .page-scroll:hover {
    background: #00a7ff;
    border: 1px solid #00a7ff;
}
#main-slide .slider-content .seen-text ul li img{
	height: auto;
	width: auto;
}
#main-slide .slider-content .seen-text ul li{
	display: inline-block;
	margin-right: 28px;
	margin-bottom: 0;
}
#main-slide .slider-content .seen-text ul li:last-child{
	margin-right: 0;
}
#main-slide .slider-content .seen-text ul li:before{
	display: none;
}
.form-box{
	background: #1f262d;
	border-radius: 5px;
	padding: 25px 38px;
}
#main-slide .slider-content .top-form figure img{
	display: inline-block;
	height: auto;
	width: auto;
}
#main-slide .slider-content .top-form figure,
#main-slide .slider-content .top-form-text{
	display: inline-block;
}
#main-slide .slider-content .top-form figure{
	margin-right: 12px;
	vertical-align: bottom;
}
#main-slide .slider-content .top-form-text {
	margin-top: 5px;
}
.top-form-text h2{
	font: 600 28px 'Open Sans';
	color: #fff;
	text-transform: initial;
}
#main-slide .slider-content .top-form-text p{
	font: 400 16px 'Open Sans';
	margin: 0;
	color: #b4b4b4;
}
/*formbanner
=================================*/
.form-control{
	border-radius: 0;
	min-height: 40px;
}
.banner-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #464646;
}
.banner-form input::-moz-placeholder { /* Firefox 19+ */
  color: #464646;
}
.banner-form input:-ms-input-placeholder { /* IE 10+ */
  color: #464646;
}
.banner-form input:-moz-placeholder { /* Firefox 18- */
  color: #464646;
}
.banner-form .submit-btn input{
	width: 100%;
}
.banner-form{
	padding-left: 80px;
}
.banner-form label{
	font-size: 12px;
	text-align: center;
	display: block;
	margin-top: 5px;
}
.form-border{
	border-bottom: 1px solid #767e86;
	padding-bottom: 30px;
	margin-bottom: 12px;
}
.form-box{
	position: relative;
}
.form-box:before{
	position: absolute;
	bottom: -50px;
	width: 0;
	border-left: 15vw solid transparent;
	border-right: 16vw solid transparent;
	border-top: 4vw solid #1f262d;
	z-index: 999999;
	content: '';
	left: 0;
	height: 0;
}
/*.form-box:before{
	left: 0;
    border-right: 20vw solid transparent;
}
.form-box:after{
	right: 0;
    border-left: 20vw solid transparent;
}*/
/*company-fature
==============================*/
.company-feature  h1{
	font-weight: 300;
	text-align: right;
	margin-top: 30px;
}
.feature-list figure{
	overflow: hidden;
}
.feature-list{
	margin: 45px 0;
}

.feature-list figure img{
	width: 100%;
	-webkit-transition: all ease-in-out 0.7s;
	-moz-transition: all ease-in-out 0.7s;
	-ms-transition: all ease-in-out 0.7s;
	-o-transition: all ease-in-out 0.7s;
	transition: all ease-in-out 0.7s;
}
.feature-list:hover figure img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.feature-content{
	text-align: center;
	padding: 0 20px;
}
.feature-content h2{
	font-weight: 800;
	text-align: center;
	margin: 8px 0;
}
.feature-content p{
	font-size: 14px;
	font-weight: 300;
}
.feature-content a{
	color: #515151;
}
p.feature-quotes{
	font-size: 26px;
	color: #0d151c;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	line-height: 36px;
}
/*company-wp
=======================*/
#vc-company-wp{
	background: #f9f9f9;
	padding: 70px 0 100px;
}
.company-wp h2{
	font:800 26px 'Open Sans';
}
.company-wp .left-wp{
	text-align: right;
}
.company-wp h2{
	margin-bottom: 18px;
}
.company-wp p{
	margin-bottom: 30px;
	line-height: 26px;
}
.mid-wp{
	text-align: center;
}
.mid-wp img{
	margin: 0 auto;
}
.right-wp h3{
	font:600 24px 'Open Sans';
	color: #0d151c;
	margin-bottom: 18px;
}
.right-wp a{
	font:600 21px 'Open Sans';
	color: #ce0014;
	text-decoration: underline;
}
/*newsleter
=====================*/
#vc-company-newsletter{
	background:#ce0014;
	padding: 65px 0 55px;
}
#vc-company-newsletter p{
	font:300 34px 'Open Sans';
	color: #fff;
}
.newsletter-btn input{
	text-transform: uppercase;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	padding: 10px 30px;
}
/*satisfiedclient
=========================*/
#vc-company-satisfied-client{
	background:url(../images/client.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	color: #fff;
	background-position: 100% 50%;
}
.overlay{
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
#vc-company-satisfied-client h1 {
    font: 800 36px 'Open Sans';
    color: #fff;
    text-transform: uppercase;
    width: 50%;
    line-height: 38px;
    margin-bottom: 40px;
}
.client-content{
	padding: 85px 0;
}
.client-content ul li:before {
    content: '';
    background: url(../images/tick.png) no-repeat;
    width: 29px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.client-content ul li{
	margin-bottom: 20px;
}
.client-content ul li:last-child{
	margin-bottom: 0;
}
/*client-testimonisl
===================*/
#vc-client-testimonial{
	background: #f9f9f9;
	padding-bottom: 75px;
}
.client-testimonial p.feature-quotes{
	width: 86%;
	margin-top: 70px;
}
.testimonial-list{
	text-align: center;
	margin-top: 50px;
}
.testimonial-list p {
    color: #0d151c;
    width: 86%;
    margin: 30px auto 5px;
    line-height: 26px;
}
.testimonial-list label{
	color: #0d151c;
}
/*company-highlight
=================*/
.highlight-img img{
	width: 100%;
/*	height: 350px;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;*/
}
.highlight-text h3{
	font:700 36px 'Open Sans';
	color: #4d4a4a;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.highlight-text p{
	color: #4d4a4a;
	font-size: 20px;
	line-height: 29px;
}
.company-highlight-list{
	margin-top: 60px;
}
.edu-highlight .highlight-text,
.dating-highlight .highlight-text{
    padding: 100px 90px 0 130px;
}
.edu-highlight .highlight-img,
.dating-highlight .highlight-img{
	padding-right: 85px;
}
.job-highlight,
.carer-highlight{
	background: #f9f9f9;
	padding: 62px 0;
}
.job-highlight .highlight-img,
.carer-highlight .highlight-img{
	padding-left: 85px;
}
.job-highlight .highlight-text,
.carer-highlight .highlight-text{
    padding: 60px 131px 60px 80px;
}
/*free trail
=====================*/
.company-free-trial{
	text-align: center;
	margin-top: 20px;
}
.company-free-trial h2{
	font:700 34px 'Open Sans';
	color: #323232;
	text-transform: initial;
	margin: 22px 0;
}
.company-free-trial p {
    font: 600 18px 'Open Sans';
    color: #514e4e;
    width: 74%;
    margin: 0 auto 54px;
}
.submit-btn input{
	text-transform: uppercase;
	background: #ce0014;
	color: #fff;
	border: 0;
	padding: 12px 30px;
	font-size: 20px;
}
/*order page
============================*/
.company-order-block{
	margin: 90px 0 75px;
}
.order-col{
	padding-left: 80px;
	padding-right: 60px;
}
.order-col h2{
	font: 400 33px 'Open Sans';
	background: #333333;
	color: #fff;
	text-align: center;
	text-transform: initial;
	padding: 15px 0;
}
.price-tag{
	font: 400 49px 'Open Sans';
	background: #ce0014;
	color: #fff;
	text-align: center;
	text-transform: initial;
}
.service-order{
	background: #f2f2f2;
	padding: 30px 50px 20px;
	margin-bottom: 50px;
}
.logo-service figure{
	display: inline-block;
	vertical-align: middle;
	padding-left: 24px;
	padding-right: 25px;
}
.order-text{
	display: inline-block;
}
.order-text p{
	font-size: 20px;
	line-height: 25px;
}
.service-order p strong{
	font-size: 18px;
	text-align: center;
	display: block;
}
.order-list ul li{
	font: 300 34px 'Open Sans';
	width: 58%;
	margin: 0 auto;
	color: #767676;
	text-align: center;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 30px;
	margin-bottom: 25px;

}
.order-list ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.logo-service{
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	padding: 20px 0;
	margin-bottom: 20px;
}
.order-form-box{
	background: #f2f2f2;
	border: 1px solid #515151;
	padding: 38px 50px;
	text-align: center;
}
.order-form{
	padding-left: 130px;
}
.order-form-box h2{
	font: 700 28px 'Open Sans';
	color: #434343;
	text-transform: initial;
}
.order-form-box p{
	font-size: 15px;
	color: #434343;
	margin: 5px 0 30px;
}
.order-form-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #434343;
}
.order-form-box input::-moz-placeholder { /* Firefox 19+ */
  color: #434343;
}
.order-form-box input:-ms-input-placeholder { /* IE 10+ */
  color: #434343;
}
.order-form-box input:-moz-placeholder { /* Firefox 18- */
  color: #434343;
}
.order-form-box h3{
	font: 700 18px 'Open Sans';
	color: #464646;
	text-align: left;
}
.order-form-box figure img{
	padding-left: 40px;
	margin: 10px 0;
}
.padding-right{
	padding-right: 0;
}
.order-form-box .submit-btn input{
	width: 100%;
}
.order-form-box .submit-btn{
	margin: 10px 0 25px;
}
.associated-comp ul li{
	display: inline-block;
	margin-right: 5px;
}
.associated-comp ul li:last-child{
	margin-right: 0;
}
/*confirmation
====================*/
.confirmation-block{
	margin: 20px 0 70px;
}
.confirm-info{
	text-align: center;
}
.confirm-info figure img{
	margin: 0 auto;
}
.confirm-info h2{
	font: 700 34px 'Open Sans';
	color: #323232;
	width: 68%;
	margin: 0 auto 30px;
	text-transform: initial;
}
.confirm-info p{
	font: 300 18px 'Open Sans';
	width: 60%;
	margin: 0 auto 15px;
}
.confirm-info p a{
	color: #23527c;
}
.confirm-info .submit-btn{
	margin-top: 54px;
}
/*footer
=====================*/
footer{
	margin-top: 65px;
}
.top-footer{
	background: #2b2c2d;
	padding: 60px 0 54px;
}
.footer-menu img{
	padding-left: 89px;
}
.footer-menu h2{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	margin-bottom: 25px;
}
.footer-menu ul li{
	margin-bottom: 5px;
	color: #fff;
}
.footer-menu ul li:last-child{
	margin-bottom: 0;
}
.footer-menu ul li a:hover{
	color: #ce0014;
}
.copy-right{
	text-align: center;
	color: #fff;
	margin-top: 120px;
}
/* Back To Top Button 
======================================*/

#back-top{
    position:fixed;
    right:30px;
    bottom:50px;
    z-index:9999;
}
#back-top a{
    opacity:0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
   
#back-top .btn-primary{
    background: #1d3a53;
    border-color: #1d3a53;
    padding: 0px;
    font-size: 18px;
    width: 36px;
    height: 36px;
}
#back-top a:hover{
    background: #1d3a53;
    opacity: 1;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }



.order-form-box figure img {
    padding-left: 0;
    margin: 10px auto;
}