/*** 
=============================================
    Consultation Area style
=============================================
***/
.consultation-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 71px;
    padding-top: 62px;
    position: relative;
    z-index: 1;
    background: url("../../images/frontend_images/consultation.jpg");
}
.consultation-area::before {
    background: rgba(61, 67, 148, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 
.consultation-area::after {
    background: rgba(34, 37, 74, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 30%;
    z-index: -1;
} 
.consultation-area .sec-title h1{
    color: #6568a3;
}
.consultation-area .sec-title .overlay-title h2{
    color: #ffffff;
}
.consultation-form input[type="text"],.consultation-form input[type="email"],.consultation-form textarea,input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
    border: 1px solid #6b6fab;
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 60px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    font-weight: 400;
    transition: all 500ms ease;
}
.consultation-form textarea{
    height: 150px;
    padding: 15px 20px;
}
.consultation-form input[type="text"]:focus{
    background: #3d4394;
    border-color: #fff;        
}
.consultation-form input[type="email"]:focus{
    background: #3d4394;
    border-color: #fff;           
}
.consultation-form textarea:focus{
    background: #3d4394;
    border-color: #fff;     
}
.consultation-form button,
.consultation-form input[type="submit"] {
    padding: 16px 30px;
    border:0px;
    cursor: pointer;
}
.consultation-form input::-webkit-input-placeholder {
    color: #fff;
}
.consultation-form input:-moz-placeholder {
    color: #fff;
}
.consultation-form input::-moz-placeholder {
    color: #fff;
}
.consultation-form input:-ms-input-placeholder {
    color: #fff;
}
.consultation-form textarea::-webkit-input-placeholder {
    color: #ffffff;
}
.consultation-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;  
}
.consultation-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;  
}
.consultation-form textarea:-ms-input-placeholder {
    color: #ffffff;  
}
.experience-box {
    background: #ffffff;
    display: block;
    padding: 30px 20px 27px;
    max-width: 370px;
    width: 100%;
}
.experience-box h3 {
    color: #222222;
    margin: 0 0 12px;
}
.experience-box h3 span {
    color: #3d4394;
    font-family: roboto;
    text-align: center;
}
.experience-box .year {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 155px;
    z-index: 1;
}
.experience-box .year:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url("../../images/frontend_images/experience-bg.png");
    height: 155px;
    z-index: -1;
    background-repeat: no-repeat;
    text-align: center;
    width: 170px;
    margin: 0 auto;
}
.experience-box .year h1 {
    color: #3d4394;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    display: block;
    padding-top: 20px;
}
.experience-box .year h2 {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    margin: 7px 0 0;
    font-family: roboto;
    text-align: center;
}
.experience-box p{
    margin: 0;
}
/*** 
=============================================
    Fact counter Area style
=============================================
***/
.fact-counter-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 62px; */
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
    background: url('../../images/frontend_images/fact-counter-bg.jpg') fixed;
}
.fact-counter-area:before {
    background: rgba(24, 24, 25, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.fact-counter-area .title{
    max-width: 890px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.fact-counter-area .title h3{
    font-weight: 400;
    padding: 30px;
    letter-spacing: 2px;
    line-height: 48px;
    text-transform: inherit;
    color: #ffffff;
    padding-top: 40px;
    margin: 0px auto;
    font-size: 30px;
    display: table;
}
.fact-counter-area .single-item {
    display: block;
    margin-bottom: 30px;
    padding: 42px 10px 40px;
    border: 1px dotted #949393;
}
.fact-counter-area .single-item h1 span{
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0px auto;
    display: table;
}
.fact-counter-area .single-item h3{
    color: #dedede;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 16px auto;
    display: table;
}
.fact-counter-area .single-item .text-holder{
    margin-top: 14px;
}
.fact-counter-area .single-item .text-holder p{
    color: #dedede;
    font-size: 16px;
    text-align: center;
}
/*** 
=============================================
    Services Area style
=============================================
***/
.services-area {
    background: #ffffff;
    position: relative;
}
.single-service-item{
    position: relative;
    margin-bottom: 40px;
}
.single-service-item .img-holder{
    position: relative;
    overflow: hidden;
    display: block;
}
.single-service-item .img-holder img{
    width: 100%;
}
.single-service-item .inner-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    transform: translate3d(0px, 0%, 0px);
    transition: all 700ms ease;
    transition-delay: 0.2s;
}
.single-service-item:hover .inner-content{
    transform: translate3d(0px, 99%, 0px); 
    transition-delay: 0.3s;
}
.single-service-item .inner-content h3 {
    margin: 9px 0 8px;
}
.single-service-item .inner-content h3 .title {
    color: #ffffff;
    transition: all 500ms ease;
}
.single-service-item .inner-content h3 .title:hover{
    color: #d3d3d3;
}
.single-service-item .inner-content .text {
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 20px 0 17px;
}
.single-service-item .inner-content .text p{
    margin: 0;
    line-height: 24px;
    text-align: center;
}
.single-service-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    background: #02869e;
    opacity: 1;
    cursor: pointer;
    padding: 0 10px;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease;
    transition-delay: 0.3s;
}
.single-service-item:hover .overlay{
    transform: translate3d(0px, 0%, 0px);  
    transition-delay: 0.1s;
}
.single-service-item .overlay .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.single-service-item .overlay .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.single-service-item .overlay .overlay-content .icon-holder {
    margin-bottom: 30px;
}
.single-service-item .overlay .overlay-content .icon-holder span:before {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}
.single-service-item .overlay .overlay-content h3 .title {
    color: #fff;
    transition: all 500ms ease;
}
.single-service-item .overlay .overlay-content h3 .title:hover{
    color: #dddddd;    
}
.single-service-item .overlay .overlay-content .text {
    margin-top: 17px;
    margin-bottom: 13px;
}
.single-service-item .overlay .overlay-content .text p{
    margin: 0;
    color: #fff;
    text-align: center;
}
.single-service-item .overlay .overlay-content .read-more{
    overflow: hidden;
} 
.single-service-item .overlay .overlay-content .read-more a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform:  uppercase;
    transition: all 500ms ease;
}
.single-service-item .overlay .overlay-content .read-more a:hover{
    color: #ffffff;
}
.services-area .owl-controls {
    position: absolute;
    right: 0;
    top: -12px;
}
.services-area .owl-theme .owl-nav{
    margin: 0;
}
.services-area .owl-theme .owl-nav [class*="owl-"] {
    background: #02869e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    height: 45px;
    float: left;
    line-height: 44px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 45px;
    border: 2px solid #f2f2f2;
    transition: all 700ms ease 0s;
}
.services-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.services-area .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #ffffff;
    color: #ffffff;
    border: none;
}
.sec-title {
    position: relative;
    padding: 30px 30px;
}
.sec-title h1 {
    display: block;
    color: #ffffff;
    font-size: 86px;
    font-weight: 500;
    line-height: 62px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    display: none;
}
.sec-title .overlay-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sec-title .overlay-title h2 {
    color: #f5fafd;
    font-weight: 400;
    line-height: 0px;
    margin: 0px auto;
    display: table;
    font-size: 30px;
    padding-top: 0px;
}
/*** 
=============================================
    Choose Area style
=============================================
***/
.choose-area{
	box-shadow: inset 0px 6px 10px 0px rgba(0, 0, 0, 0.01);
	background: url(../../images/frontend_images/search-bg.jpg) fixed;
	position: relative;
	z-index: 9999;
	background-repeat: no-repeat;
	padding: 130px 0;
	background-size: cover;
} 
.choose-area:before{
}
.single-choose-item{
    background: #fff;
    position: relative;
    padding: 20px 18px;
    border: 1px solid #f0f0f0;
    margin: 50px 0px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.single-choose-item .top {
    position: relative;
    padding-left: 20px;
    min-height: 60px;
	margin: 0px auto;
    display: table;
}
.single-choose-item .top .icon-holder{
    position: absolute;
    left: 0;
    top: 0;
}
.single-choose-item .top .icon-holder {
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid#c62b27;
    cursor: pointer;
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
    z-index: 1;
}
.single-choose-item .top .icon-holder:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #02869e;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: all 500ms ease;
}
.single-choose-item:hover .top .icon-holder:after{
    transform: scale(1);    
}
.single-choose-item .top .icon-holder span:before {
    color: #9e9e9e;
    font-size: 30px;
    line-height: 30px;
    transition: all 500ms ease;
}
.single-choose-item:hover .top .icon-holder span:before{
    color: #ffffff;    
}
.single-choose-item .top .title-holder {
    padding-left: 60px;
    position: relative;
}
.single-choose-item .top .title-holder:before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 40px;
    height: 1px;
    content: "";
    background: #5b6369;
    margin: 15px 0;
	display:none;
}
.single-choose-item .top .title-holder h3 {
    color: #ffffff;
    margin: 0px 20px;
    padding: 5px 11px;
    text-align: justify;
    width: 160px;
    height: 85px;
    border-radius: 3px;
    font-weight: 500;
    /* border: 1px solid#fff; */
    font-size: 16px;
    /* background: #cecdcd6e; */
    line-height: 30px;
    text-transform: uppercase;
    font-family: roboto,sans-serif;
}
.single-choose-item .text-holder {
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 10px;
}
.single-choose-item .read-more a i{
	font-size: 17px;
	font-weight: 700;
	color: #3d4394;
}
.single-choose-item .read-more a {
    color: #3d4394;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-top: 4px;
    margin: 0px auto;
    display: table;
}
.single-choose-item:hover .read-more a{
    color: #a50b44;
}
.single-choose-item .read-more a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    content: "";
}
.single-choose-item .read-more a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #3d4394;
    content: "";
    transition: all 500ms ease;
}
.single-choose-item:hover .read-more a:after{
    width: 100%;    
}

/*** 
====================================================================
	Main Slider style
====================================================================
***/
.rev_slider_wrapper{
	position:relative;
	z-index:10;
}
.rev_slider_wrapper .tp-caption{
	z-index: 5;
}
.rev_slider_wrapper .tp-dottedoverlay{
	background:rgba(0, 0, 0, 0.00);	
}
.rev_slider_wrapper .big-title{
	position: relative;
	font-weight: 600;
	font-size: 48px;
	color: #ffffff;
	line-height: 1.2em;
	font-family: 'Poppins', sans-serif;
}
.rev_slider_wrapper .text{
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #f3f3f3;
	line-height: 1.6em;
    font-family: 'Hind', sans-serif;
}
.rev_slider_wrapper .button a.thm-btn.pdone{
    padding: 18px 40px;
    background: #02869ef2;
    color: #ffffff;
    margin-right: 8px;
}
.rev_slider_wrapper .button a.thm-btn.pdone:hover{
    background: #c52c27;
}
.rev_slider_wrapper .button a.thm-btn.pdtwo{
    padding: 16px 29px;    
}
.rev_slider_wrapper .slide-content-box.mar-btm{ }
.rev_slider_wrapper .slide-content-box.mar-btm .big-title{
    margin-bottom: 10px;
}
.rev_slider_wrapper .slide-content-box.mar-btm .text{ 
    margin-bottom: 24px;
}
.rev_slider_wrapper .slide-content-box.mar-btm{ }
.tparrows {
    background: transparent;
    border: 2px solid #c6c4c2;
    cursor: pointer;
    display: block;
    height: 55px;
    position: absolute;
    width: 55px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 0px;
}
.tparrows:before{
    font-size:18px; 
    font-weight: 700;
    color:#848484; 
    display:block; 
    line-height: 50px; 
    text-align: center;
    transition: all 500ms ease;
}
.tparrows:hover{
    background:#3d4394;
    border-color: #3d4394;
}
.tparrows:hover:before{
    color: #ffffff;    
}
.thm-btn {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 18px 30px 18px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    line-height: 14px;
    position: relative;
    background: #ffffff;
    color: #3d4394;
}
.thm-btn:hover{
    background: #ad0f0f;
    color: #ffffff;
}
.thm-btn.btn-style-two{
    background: transparent;
    border: 2px solid #c8c7c7;
    color: #ffffff;
    padding: 16px 40px 16px;
}
.thm-btn.btn-style-two:hover{
    background: #343981;  
    color: #ffffff;  
    border: 2px solid #343981;
}
.rev_slider_wrapper .big-title {
    position: relative;
    font-weight: 600;
    color: rgb(228, 223, 223);
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 44px;
    background: rgba(0, 0, 0, 0.63);
    padding: 7px 26px;
}
.rev_slider_wrapper .text {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: rgb(230, 223, 223);
    line-height: 1.6em;
    font-family: Hind, sans-serif;
    border-radius: 1px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px !important;
}
.experience-box .year h1 {
    color: rgb(61, 67, 148);
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    padding-top: 20px;
    margin: 0px auto;
    display: table;
    font-family: roboto,sans-serif;
}
a.title {
    margin: 0px auto;
    display: table;
	cursor:pointer;
}
#rev_slider_1_1 .metis.tparrows {
    background: none;
    border: 2px solid #c6c4c2;
}
#rev_slider_1_1 .metis.tparrows {
	display:none;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}
#rev_slider_1_1 .metis.tparrows{
	background:none;
	border:2px solid #c6c4c2;
}
.tparrows:before{
	line-height:41px;
	color: #ffffff !important;
}
#rev_slider_1_1 .metis.tparrows:hover{
	background:#3d4394;
	border-color:#3d4394;
}
.tparrows.tp-leftarrow:before {
    content: '\e824';
}
.tparrows:before {
    line-height: 41px;
    color: #ffffff !important;
}
.tparrows:before {
    font-size: 18px;
    font-weight: 700;
    color: #848484;
    display: block;
    line-height: 50px;
    text-align: center;
    transition: all 500ms ease;
}
.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.tparrows.tp-rightarrow:before {
    content: '\e825';
}
.tparrows:before {
    line-height: 41px;
    color: #ffffff !important;
}
.tparrows:before {
    font-size: 18px;
    font-weight: 700;
    color: #848484;
    display: block;
    line-height: 50px;
    text-align: center;
    transition: all 500ms ease;
}
.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
span.whay_we_do:before {
    content: '';
    height: 2px;
    width: 3.8rem;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    margin-top: -3px;
    background-color: #3d4394;
}
span.whay_we_do {
    font-family: roboto,sans-serif;
}
.about h3 {
    font-family: "Poppins-Regular",sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0.96em;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: inherit;
    color: #717273;
    padding-top: 40px;
    -webkit-text-fill-color: transparent;
    background: url(../../images/frontend_images/giphy.gif);
    background-size: cover;
    background-repeat: repeat;
    background-position: 0 0;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #4b8bf39e;
    font-size: 30px;
}
.fill {
    position: relative;
    margin: 30px 7px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    color: #383736;
    background: #fff;
    border: 1px #383736 solid;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    float: left;
    text-decoration: none;
    text-align: center;
}
.fill:before {
    content: "";
    position: absolute;
    background: #ee4936;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
}
a.fill:hover {
    background: #106DB1;
    color: #fff;
    border: 1px solid#fff;
    transition: 0.4s ease all;
}
.overlay-title h2:before {
    content: '';
    height: 2px;
    width: 3.8rem;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    margin-top: -3px;
    background-color: #d0cfcf;
}
section.choose-area.sec-pding-two:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: rgba(51, 62, 70, 0.78); */
    top: 0;
    left: 0px;
}
span.flaticon-pen i {
    color: #c62b27;
    font-size: 26px;
}
.overlay-title.rank h2 {
    color: #111213 !important;
    font-weight: 400;
    line-height: 0px;
    margin: 0px auto;
    display: table;
    font-size: 30px;
    padding-top: 112px;
}
.title.text-center h3:before {
    content: '';
    height: 2px;
    width: 3.8rem;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    margin-top: -3px;
    background-color: #f1ebeb;
}
.row.clearfix {
    /* border-bottom: 1px solid#84030380; */
}
.single-choose-item:hover .read-more i {
    color: #a50b44;
}
span.flaticon-pen i:hover {
    color: #fff;
}
.single-choose-item .top .icon-holder:hover{
    border: 2px solid#fff;
}
.copyright-text {
    border-top: 1px solid#cac8c8;
    padding-top: 30px;
}
.big-column {
    /* margin: 0px auto; */
    /* display: table; */
}
.container.center_width {
    /* display: table; */
}
footer.main-footer.fixed:before {
    background: #1312120d;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}
ul#ticker01 li {
    list-style: none;
}

