
/*** 
=============================================
    Top Bar Style2 style
=============================================
***/
.top-bar-style2{
    position: relative;
    display: block;
    background: #4781c3;
    padding: 11px 50px 4px;
}
.top-style2 {
    display: flow-root;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.top-style2-left{
    position: relative;
    display: block;    
}
.top-style2-left p{
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.top-style2-left p span:before{
    position: relative;
    top: 3px;
    color: #fbb03b;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    padding-right: 9px;
}
.top-style2-left ul{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 20px;
    margin-bottom: 0;
}
.top-style2-left ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.top-style2-left ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.top-style2-left ul li:before{
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #404043;
    content: "";
}
.top-style2-left ul li:last-child:before{
    display: none;
}
.top-style2-right {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
}
.top-style2-right .top-right-menu {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
}
.top-style2-right .top-right-menu:before{
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #404043;
    content: "";    
}
.top-style2-right .top-right-menu li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 30px;
}
.top-style2-right .top-right-menu li:last-child{
    padding-right: 0;
}
.top-style2-right .top-right-menu li a{
    color: #7c7e84;
    font-size: 15px; 
    transition: all 500ms ease;
}
.top-style2-right .top-right-menu li a:hover{
    color: #2c67aa;
}

.top-style2-right .topbar-social-links{
    position: relative;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}
.top-style2-right .topbar-social-links li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 30px;
    margin-bottom: 0;
}
.top-style2-right .topbar-social-links li:last-child{
    padding-right: 0;
}
.top-style2-right .topbar-social-links li a i{
    color: #fff;
    font-size: 14px;
    transition: all 500ms ease;
}
.top-style2-right .topbar-social-links li a:hover i{
    color: #2c67aa;
}




/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #122756;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}
.footer-shape-bg{
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top right;
    height: 695px;
    width: 695px;
    background-image: url(../images/footer/footer-shape.png);
    z-index: -1;

}


.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 27px;
    margin-top: -1px;
    margin-bottom: 40px;
    z-index: 1;
}
.single-footer-widget .title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #404043;
    content: "";
    z-index: -1;
} 
.single-footer-widget .title:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #2c67aa;
    content: "";
    z-index: 1;
} 
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-footer-widget .contact-info-box{
    position: relative;
    display: block;
}
.single-footer-widget .contact-info-box .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 33px;
}
.single-footer-widget .contact-info-box .footer-logo a{
    display: inline-block;
}

.single-footer-widget .contact-info-box ul {
    position: relative;
    display: block;
}
.single-footer-widget .contact-info-box ul li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.single-footer-widget .contact-info-box ul li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .contact-info-box ul li h6{
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #404043;
}
.single-footer-widget .contact-info-box ul li p{
    color: #7c7e84; 
    margin: 13px 0 0;
}





.single-footer-widget .services-links{
    position: relative;
    display: block;
}
.single-footer-widget .services-links ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -19px;
}
.single-footer-widget .services-links ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #333438;
    line-height: 50px;
}
.single-footer-widget .services-links ul li a{
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}
.single-footer-widget .services-links ul li a:hover{
    color: #ffffff;
}
.single-footer-widget .services-links ul li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f107";
    font-family: "Flaticon";
    color: #7c7e84;
    font-size: 10px;
    transition: all 500ms ease;
    font-weight: 600;
    line-height: 20px;
    margin: 14px 0 16px;
}
.single-footer-widget .services-links ul li a:hover:before{
    content: "\f108";
    color: #ffffff;
    transition: all 500ms ease;
}


.single-footer-widget .recent-news {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .recent-news li {
    position: relative;
    display: block;
    padding-left: 75px;
    min-height: 75px;
    margin-bottom: 30px;
}
.single-footer-widget .recent-news li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .recent-news li .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    display: block;
    overflow: hidden;
}
.single-footer-widget .recent-news li .img-holder img{
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    transform: scale(1.0, 1.0); 
}
.single-footer-widget .recent-news li:hover .img-holder img{
    transform: scale(1.2, 1.2);
} 
.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one{
    opacity: 1;    
}
.single-footer-widget .recent-news li .img-holder .overlay-style-one .content a span:before{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    filter: alpha(opacity=0);
    opacity: 0;
    transform: perspective(1200px) rotateY(-90deg) scale(5);
    transition: all 0.5s ease-in-out 0.3s;
}
.single-footer-widget .recent-news li:hover .img-holder .overlay-style-one .content a span:before{
    filter: alpha(opacity=100);
    opacity: 1;
    transform: perspective(1200px) rotateY(0deg) scale(1.0);
    transition-delay: 0.1s;   
}

.single-footer-widget .recent-news li .title-holder{
    position: relative;
    display: block;
    padding-left: 20px;
}
.single-footer-widget .recent-news li .title-holder p{
    color: #7c7e84;
    line-height: 16px;
    margin: 0 0 9px;
}
.single-footer-widget .recent-news li .title-holder h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.single-footer-widget .recent-news li .title-holder h5 a{
    color: #ffffff;
}



.single-footer-widget .brochures-carousel-box{
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    background: #ffffff;
}
.single-footer-widget .brochures-carousel-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .brochures-carousel-box .img-holder img{}
.single-footer-widget .brochures-carousel-box .title-holder{
    position: relative;
    display: block;
    padding: 24px 30px 22px;
    z-index: 1;
}
.single-footer-widget .brochures-carousel-box .title-holder:before{
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-family: "Flaticon";
    content: "\f109";
    color: #ececec;
    font-size: 80px;
    line-height: 80px;
    z-index: -1;
}
.single-footer-widget .brochures-carousel-box .title-holder h3{
    color: #27282c;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 17px;
}
.single-footer-widget .brochures-carousel-box .title-holder h3 a{}

.brochures-carousel-box .owl-dots {
    position: absolute;
    margin-top: -177px !important;
    height: 25px;
    line-height: 25px;
    right: 15px;
}
.brochures-carousel-box .owl-dots .owl-dot{
	background-image: none;
	width: 12px;
	height: 12px;
	margin: 0px 5px;
    background: transparent;
    border: 2px solid #ffffff;
	padding: 0px;
	border-radius: 50%;
	transition: all 500ms ease;
	display: inline-block;
}
.brochures-carousel-box .owl-dots .owl-dot span{
	display: none;	
}
.brochures-carousel-box .owl-dots .owl-dot.active{
	background: #ffffff;
}



/*** 
=============================================
    Footer Bottom Area Style      
=============================================
***/
.footer-bottom-area {
    position: relative;
    display: block;
    padding: 20px 0;
    background: #ffffff;
    z-index: 10;
}
.footer-bottom-area .copyright-text {
    margin: 0;
}
.footer-bottom-area .copyright-text p {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.footer-bottom-area .copyright-text p a {
    color: #2c67aa;
    font-weight: 500;
    transition: all 500ms ease;
}
.footer-bottom-area .copyright-text p a:hover{
    color: #7c7e84;
}

.footer-social-links {
    position: relative;
    display: block;
}
.footer-social-links span{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 15px;
    color: #27282c;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}
.footer-social-links .sociallinks-style-one{
    position: relative;
    display: inline-block;
    line-height: 30px;
    float: left;    
}
.footer-social-links .sociallinks-style-one li a i {
    color: #7c7e84;
    font-size: 14px;
    font-weight: 400;
    transition: all 500ms ease;
}
.footer-social-links .sociallinks-style-one li a:hover i{
    color: #2c67aa;    
}







/*** 
=============================================
    Contact Details Area style
=============================================
***/
.contact-details-area{
    position: relative;
    display: block;
    padding: 110px 0 0;
    z-index: 4;
}
.contact-details-area .sec-title {
    z-index: 3;
}
.contact-details-area .parallax-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 550px;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.contact-details-content{
    position: relative;
    display: block;
    background: #f6f6f6;
    z-index: 3;
}
.content-info-box{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 650px;
    margin-right: 30px;
}
.content-info-box .inner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 70px 0 70px;
}
.content-info-box .inner-content .inner{
    -webkit-box-shadow: 3px 0px 5px 0px #ededed; 
    box-shadow: 3px 0px 5px 0px #ededed;    
}
.content-info-box .inner-content .single-info-box{
    max-width: 270px;
    width: 100%;
    background: #2c67aa;
    text-align: center;
    padding: 50px 30px 42px;
}
.content-info-box .inner-content .single-info-box .icon{
    margin-bottom: 20px;
}
.content-info-box .inner-content .single-info-box .icon span:before{
    color: #f6f6f6;
    font-size: 50px;
    line-height: 50px;
}
.content-info-box .inner-content .single-info-box .text{}
.content-info-box .inner-content .single-info-box .text h3{
    color: #f6f6f6;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
}
.content-info-box .inner-content .single-info-box .text p{
    color: #f6f6f6;
    margin: 0;
}

.content-info-box .inner-content .single-info-box.white-bg{
    background: #f4f4f4;
}
.content-info-box .inner-content .single-info-box.white-bg .icon span:before{
    color: #2c67aa;    
}
.content-info-box .inner-content .single-info-box.white-bg .text h3{
    color: #27282c;    
}
.content-info-box .inner-content .single-info-box.white-bg .text p{
    color: #828282;        
}

.contact-details-form-box {
    position: relative;
    display: block;
    padding: 65px 60px 0px;
    width: 100%;
    padding-left: 0;
}
.contact-details-form-box .title-box{
    position: relative;
    display: block;  
    padding-bottom: 42px;
}
.contact-details-form-box .title-box h2{
    color: #27282c;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}

.contact-details-box{
    position: relative;
    display: block;
}
.contact-details-form .single-box{
    position: relative;
    display: block;
}
.contact-details-form input[type="text"], 
.contact-details-form input[type="email"], 
.contact-details-form textarea {
    position: relative;
    display: block;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    background: #f6f6f6;
    color: #7c7e84;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 55px;
    margin-bottom: 30px;
    border-radius: 0px;
    transition: all 500ms ease; 
}

.contact-details-form textarea {
    padding: 15px 20px;
    height: 120px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.contact-details-form input[type="text"]:focus{
    border-color: #2c67aa;    
}
.contact-details-form input[type="email"]:focus{
    border-color: #2c67aa;     
}
.contact-details-form textarea:focus{
    border-color: #2c67aa;      
}
.contact-details-form .single-box button{
    padding: 0 40px;
}
.contact-details-form input::-webkit-input-placeholder {
    color: #7c7e84;
}
.contact-details-form input:-moz-placeholder {
    color: #7c7e84;
}
.contact-details-form input::-moz-placeholder {
    color: #7c7e84;
}
.contact-details-form input:-ms-input-placeholder {
    color: #7c7e84;
}

.contact-details-form .single-box .bootstrap-select {
    position: relative;
    display: block;
}
.contact-details-form .single-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0px;
    background-color: #f6f6f6;
    border: 1px solid #e0e0e0;
    height: 55px;
    line-height: 55px;
    padding: 0;
    padding-left: 20px;
    color: #7c7e84;
    margin: 0;
    box-shadow: none !important;
}
.contact-details-form .single-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: auto;
    height: auto;
    font-family: 'FontAwesome';
    content: '\f107';
    color: #7c7e84;
    font-size: 18px;
    transform: translateY(-50%);
    margin: 0;
    border: none;
}
.contact-details-form .single-box .bootstrap-select .dropdown-menu {
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
    background: #f9f9f9;
    font-size: 16px;
    color: #000000;
}
.contact-details-form .single-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    font-weight: 400;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
}
.contact-details-form .single-box .dropdown-item.active,
.contact-details-form .single-box .dropdown-item:active {
    background: #2c67aa;
    color: #fff;
}
.contact-details-form .single-box .dropdown-item:hover {
    background: #2c67aa;
    color: #fff;
}



/*** 
=============================================
    Latest Blog Area Style2 style
=============================================
***/
.latest-blog-area.style2{}
.more-blog-button {
    position: relative;
    display: block;
    margin-top: 39px;
}



/*** 
=============================================
    Brand Area style2 Style2 style
=============================================
***/
.brand-area.style2{
    padding-top: 110px;
    padding-bottom: 110px;    
}
.single-brand-item.style2{
    max-width: 170px;
    width: 100%;
    float: left;
    margin-right: 30px;
}
.single-brand-item.style2:last-child{
    margin-right: 0;
}
.single-brand-item.style2 a:hover{
-webkit-box-shadow: 0px -4px 10px 3px #e8e8e8; 
box-shadow: 0px -4px 10px 3px #e8e8e8;  
}



/*** 
=============================================
    Instagram area style
=============================================
***/
.instagram-area {
    position: relative;
    display: block;
    background: #2c67aa;
}
.instagram-title {
    position: relative;
    display: block;
    margin-right: -30px;
    padding: 43px 0;
    z-index: 3;
}
.instagram-title .pattern-bg {
    position: absolute;
    top: 0;
    left: -500px;
    bottom: 0;
    right: 0;
    background: url(../images/pattern/instagram-title-bg.png);
    z-index: -1;
    background-repeat: no-repeat;
}
.instagram-title h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 17px;
}
.instagram-title a{
    color: #ffffff;
}
.instagram-title a:hover{
    color: #27282c;    
}

.instagram-items {
    position: relative;
    display: block;
    margin-right: -375px;
    z-index: 3;
}
.instagram-items li{
    position: relative;
    display: inline-block;
    float: left;
}
.instagram-items li .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.instagram-items li:hover .overlay-style-two{
	opacity: 1;
}
.instagram-items li .img-holder .overlay-style-two:before {
    background-color: rgba(40, 41, 46, 0.95);
}
.instagram-items li:hover .img-holder .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}
.instagram-items li .img-holder .overlay-style-two:after {
    background-color: rgba(40, 41, 46, 0.95);
}
.instagram-items li:hover .img-holder .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}
.instagram-items li .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.instagram-items li:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);	
}

.instagram-items li .img-holder .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 300ms;
}
.instagram-items li:hover .img-holder .overlay{
    transition: all 700ms ease 500ms;
    transform: translate3d(0px, 0px, 0px);      
}
.instagram-items li .img-holder .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.instagram-items li .img-holder .overlay .box .link-icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.instagram-items li .img-holder .overlay .box .link-icon a span:before{
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    transition: all 500ms ease;
}
.instagram-items li .img-holder .overlay .box .link-icon a:hover span:before{
    color: #2c67aa;    
}



/*** 
=============================================
    Footer Area Style2 style
=============================================
***/
.footer-area.style2 {
    padding: 110px 0 100px;
    z-index: 10;
}
.single-footer-widget .title-style2 {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 33px;
}
.single-footer-widget .title-style2 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}


.single-footer-widget .our-info-box .footer-logo img{
    width: 155px;
}
.single-footer-widget .our-info-box .footer-logo{
    position: relative;
    display: block;
    padding-bottom: 34px;
}
.single-footer-widget .our-info-box .footer-logo a{
    display: inline-block;
}
.single-footer-widget .our-info-box .text{
    position: relative;
    display: block;
    padding-bottom: 23px;
}
.single-footer-widget .our-info-box .text p{
    color: #ffffff;
    margin: 0;
}
.single-footer-widget .our-info-box .follow-us-social-links{
    position: relative;
    display: block;    
}
.single-footer-widget .our-info-box .follow-us-social-links span{
    position: relative;
    display: inline-block;
    padding-right: 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    float: left;
}
.single-footer-widget .our-info-box .follow-us-social-links ul{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 11px;
    margin-right: 10px;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li:before {
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 11px;
    background: #404146;
    content: "";
    transform: rotate(15deg);
}
.single-footer-widget .our-info-box .follow-us-social-links ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li a{
    color: #7c7e84;
    font-size: 15px;
    transition: all 300ms ease 100ms;
}
.single-footer-widget .our-info-box .follow-us-social-links ul li a:hover{
    color: #ffffff;
}


.single-footer-widget .usefull-links {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -12px;
}
.single-footer-widget .usefull-links ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 0px;
}
.single-footer-widget .usefull-links ul.marleft30{
    margin-left: 30px;
}
.single-footer-widget .usefull-links ul.borders-left {
    position: relative;
    margin-left: 80px;
    padding-left: 30px;
}
.single-footer-widget .usefull-links ul li {
    position: relative;
    display: block;
    line-height: 36px;
}
.single-footer-widget .usefull-links ul li a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}
.single-footer-widget .usefull-links ul li a:hover{
    color: #ffffff;
}
.single-footer-widget .usefull-links ul li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "+";
    color: #7c7e84;
    font-size: 10px;
    transition: all 500ms ease;
    font-weight: 600;
    line-height: 36px;
    margin: 0px 0 0px;
}
.single-footer-widget .usefull-links ul li a:hover:before{
    color: #ffffff;
    content: "-";
    transition: all 500ms ease;
}
.single-footer-widget .usefull-links ul.borders-left:before{
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 7px;
    width: 1px;
    background: #404043;
    content: "";
}

.single-footer-widget .subscribe-box{
    position: relative;
    display: block;    
}
.single-footer-widget .subscribe-form {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}
.single-footer-widget .subscribe-form input[type="email"]{
    position: relative;
    display: block;
    background: #27282c;
    border: 1px solid #404043;
    color: #62656f;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    height: 52px;
    margin-bottom: 0px;
    padding: 0 20px;
    transition: all 500ms ease;
}
.single-footer-widget .subscribe-form input::-webkit-input-placeholder {
    color: #62656f;
}
.single-footer-widget .subscribe-form input:-moz-placeholder {
    color: #62656f;
}
.single-footer-widget .subscribe-form input::-moz-placeholder {
    color: #62656f;
}
.single-footer-widget .subscribe-form input:-ms-input-placeholder {
    color: #62656f;
}
.single-footer-widget .subscribe-form button {
    margin-top: 20px;
    line-height: 50px;
}
.single-footer-widget .subscribe-form input[type="email"]:focus {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #222222;
}
.single-footer-widget .subscribe-form input[type="email"]:focus + button, 
.single-footer-widget .subscribe-form button:hover {
    background: #191a1c;
    color: #fff;
}
.single-footer-widget .subscribe-box .text{
    position: relative;
    display: block;
    padding-top: 14px;
}
.single-footer-widget .subscribe-box .text p{
    color: #7c7e84;
    font-size: 15px;
    margin: 0;
}
.single-footer-widget .subscribe-box .text p span{
    color: #2c67aa;
}



/*** 
=============================================
    Footer Area Style4 Style      
=============================================
***/
.footer-area.style4 {
    padding: 0 0 60px;
    z-index: 10;
}



/*** 
=============================================
    Footer Contact Info Area Style      
=============================================
***/
.footer-contact-info-area {
    position: relative;
    display: block;
    background: transparent;
    margin: -60px 0 -60px;
    z-index: 100;
}
.footer-contact-info{
    position: relative;
    display: block;
    background: #ffffff;
}
li .footer-contact-info{}
li .single-footer-contact-info {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 385px;
    width: 100%;
    border-right: 1px solid #ededed;
}
li:last-child .single-footer-contact-info {
    border-right: 0px solid;
}

li .single-footer-contact-info .inner {
    position: relative;
    display: block;
    padding: 35px 40px 30px;
}

li .single-footer-contact-info .icon{
    width: 60px;
}
li .single-footer-contact-info .icon span:before{
    color: #2f3033;
    font-size: 50px;
    transition: all 500ms ease;
}
li .single-footer-contact-info:hover .icon span:before{
    color: #2c67aa;
}
li .single-footer-contact-info .icon,
li .single-footer-contact-info .text{
    display: table-cell;
    vertical-align: middle;
}
li .single-footer-contact-info .text p{
    color: #828282;
    margin: 0;
}
li .single-footer-contact-info .text p span{
    color: #27282c;
}



/*** 
=============================================
    Footer bottom Area Style3 Style      
=============================================
***/
.footer-bottom-area.style3 {
    position: relative;
    display: block;
    padding: 88px 0 28px;
    background: #122756;
    z-index: 10;
}



/*** 










=============================================
    Faq Area style
=============================================
***/
.faq-area{
    position: relative;
    display: block;
    padding: 110px 0 110px;
}
.faq-content-box {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 60px 60px 40px;
}



/*** 
=============================================
    Footer Contact Info Area Style      
=============================================
***/
.footer-contact-info-area {
    position: relative;
    display: block;
    background: transparent;
    margin: -60px 0 -60px;
    z-index: 100;
}
.footer-contact-info-area .container{
    padding: 0px !important;
}
.footer-contact-info{
    position: relative;
    background: #4781c3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    padding: 0;
    width: 100%;
}
.footer-contact-info li{
    margin: 0px !important;
    list-style: none;
    width: 33.33%;
    display: contents;
}
li .footer-contact-info{}
li .single-footer-contact-info {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 385px;
    width: 100%;
    border-right: 1px solid #ededed;
}
li:last-child .single-footer-contact-info {
    border-right: 0px solid;
}

li .single-footer-contact-info .inner {
    position: relative;
    display: block;
    padding: 35px 40px 30px;
}

li .single-footer-contact-info .icon{
    width: 60px;
}
li .single-footer-contact-info .icon span:before{
    color: #ffffff;
    font-size: 50px;
    transition: all 500ms ease;
}
li .single-footer-contact-info:hover .icon span:before{
    color: #ffffff;
}
li .single-footer-contact-info .icon,
li .single-footer-contact-info .text{
    display: table-cell;
    vertical-align: middle;
}
li .single-footer-contact-info .text p{
    color: #ffffff;
    margin: 0;
}
li .single-footer-contact-info .text p span{
    color: #27282c;
}



/*** 
=============================================
    Footer bottom Area Style3 Style      
=============================================
***/
.footer-bottom-area.style3 {
    position: relative;
    display: block;
    padding: 88px 0 28px;
    background: #122756;
    z-index: 10;
}
.footer-bottom-area.style3 .container{
    padding: 0px !important;
}








/*** 
=============================================
    About Style2 Area style
=============================================
***/
.about-style2-area{
    position: relative;
    display: block;
    padding: 70px 0 20px;
}
.about-style2-text{
    position: relative;
    display: block;
}
.about-style2-text .sec-title {
    padding-bottom: 30px;
}
.about-style2-text .sec-title p{
    margin: 0 0 27px;
}
.about-style2-text .text {
    position: relative;
    display: block;
    border-top: 1px dashed #cccccc;
    padding-top: 44px;
    padding-bottom: 35px;
}
.about-style2-text .text p{
    margin: 0;
}
.about-style2-text .authorised-info{
    position: relative;
    display: block;
}
.about-style2-text .authorised-info .signature{
    width: 185px;
}
.about-style2-text .authorised-info .signature,
.about-style2-text .authorised-info .name{
    display: table-cell;
    vertical-align: middle;
}
.about-style2-text .authorised-info .name{
    border-left: 1px solid #ededed;
    padding-left: 20px;
}
.about-style2-text .authorised-info .name h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 5px;
}
.about-style2-text .authorised-info .name p{
    color: #2c67aa;
    line-height: 20px;
    margin: 0;
}
.about-style2-text .button{
    position: relative;
    display: block;
    padding-top: 50px;
}

.about-style2-image-box{
    position: relative;
    display: block;
}
.about-style2-image-box .pattern{
    position: absolute;
    top: -70px;
    left: 5px;
    right: 0;
    bottom: -50px;
    background: #f9f9f9;
    background-repeat: no-repeat;
    content: "";

}
.about-style2-image-box .image{
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
}
.about-style2-image-box img{
    width: 100%;
}
.about-style2-image-box .overlay-box{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #003592;
}
.about-style2-image-box .overlay-box:before {
    font-family: FontAwesome;
    position: absolute;
    top: -20px;
    left: 30px;
    content: "\f0d8";
    color: #003592;
    font-size: 50px;
}

.about-style2-image-box .overlay-box .title {
    position: relative;
    display: block;
    float: left;
    padding: 0 30px  0 30px;
}
.about-style2-image-box .overlay-box .title h1{
    color: #ffffff;
    font-size: 27px;
    font-weight: 500;
    filter: alpha(opacity=50);
    font-family: 'Rubik', sans-serif;
}
.about-style2-image-box .overlay-box .title h1 span{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.about-style2-image-box .overlay-box .button{
    position: relative;
    display: block;
    float: right;    
}
.about-style2-image-box .overlay-box .button a span:before {
    position: relative;
    display: block;
    width: 80px;
    background: #2c67aa;
    color: #ffffff;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    transform: rotate(180deg);
}
.sec-title p {
    color: #2c67aa;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.sec-title .title span {
    font-weight: 400;
}
.btn-one {
    position: relative;
    display: inline-block;
    background: #4781c3;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}





/*** 
=============================================
    Working Style2 Area style
=============================================
***/
.working-style2-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0px 0 110px;
    margin-top: 110px;
    z-index: 1;
}
.working-style2-area::before {
    background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.working-style2-content {
    margin-top: -110px;
}
.single-working-box-style2{
    position: relative;
    display: block;
    width: 25%;
    float: left;
}
.single-working-box-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box-style2 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;    
}
.single-working-box-style2:hover .img-holder img {
    transform: scale(1.2);    
}
.single-working-box-style2 .static-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 500ms ease 100ms;
}
.single-working-box-style2:hover .static-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 900ms ease 100ms;    
}
.single-working-box-style2 .static-content .box{
    display: table;
    width: 100%;
    height: 100%;    
}
.single-working-box-style2 .static-content .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
}
.single-working-box-style2 .icon-holder{
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto 60px;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.single-working-box-style2 .icon-holder span:before {
    display: block;
    color: #ffffff;
    font-size: 55px;
    line-height: 106px;
}
.single-working-box-style2 .text-holder{
    position: relative;
    display: block;
}
.single-working-box-style2 .text-holder .title{
    position: relative;
    display: block;
}
.single-working-box-style2 .text-holder .title h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    z-index: 1;
}
.single-working-box-style2 .text-holder .title .count {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #2d2e32;
    font-size: 100px;
    line-height: 70px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    z-index: -1;
}
.single-working-box-style2 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);
    transition: all 300ms ease 100ms;
}
.single-working-box-style2:hover .overlay-content{
    opacity: 1;
    transform: translateY(-10px);
    transition: all 900ms ease 300ms; 
}
.single-working-box-style2 .overlay-content .box{
    display: table;
    width: 100%;
    height: 100%;    
}
.single-working-box-style2 .overlay-content .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
}
.single-working-box-style2 .overlay-content .icon-holder {
    margin: 0 auto 50px;
    border: 2px solid #2c67aa;
    background: #2c67aa;
}
.single-working-box-style2 .text-holder .text{
    position: relative;
    display: block;
    padding: 0 20px;
    margin-top: 34px;
}
.single-working-box-style2 .text-holder .text p{
    color: #7c7e84;
    margin: 0;
}
.single-working-box-style2 .read-more a span:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #2c67aa;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
    transform: scale(0.5);
    transition: all 200ms ease 100ms; 
}
.single-working-box-style2:hover .read-more a span:before{
    opacity: 1.0;
    transform: scale(1.0);
    transition: all 900ms ease 900ms;     
}
.working-style-bottom{
    position: relative;
    display: block;
    padding-top: 84px;
}
.working-style-bottom p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 42px;
    font-family: 'Poppins', sans-serif;
}
.working-style-bottom a{
    padding: 0 40px;
}




/*** 
=============================================
    Services Style1 Area Style      
=============================================
***/
.services-style1-area {
    position: relative;
    display: block;
    padding: 20px 0 50px;
    margin-top: 0px;
}
.single-service-style1 {
    position: relative;
    display: block;
    margin-top: 20px;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img {
    transform: scale(1.2);    
}
.single-service-style1:hover .overlay-style-two{
	opacity: 1;
}
.single-service-style1 .img-holder .overlay-style-two:before{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style1:hover .img-holder .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}
.single-service-style1 .img-holder .overlay-style-two:after{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style1:hover .img-holder .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}

.single-service-style1 .overlay-content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.single-service-style1 .overlay-content-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-service-style1 .overlay-content-box .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-service-style1 .overlay-content-box .icon {
    position: relative;
    display: block;
    margin: 0 0 11px;
    opacity: 0;
    transform: translate3d(0px, -50%, 0px);
    transition: all 300ms ease 100ms;
}
.single-service-style1:hover .overlay-content-box .icon{
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
    transition: all 700ms ease 800ms;
}
.single-service-style1 .overlay-content-box .icon span:before{
    display: inline-block;
    color: #2c67aa;
    font-size: 60px;
    line-height: 60px;
}
.single-service-style1 .overlay-content-box .title{
    position: relative;
    display: block;
    opacity: 0;
    transform: translate3d(0px, 50%, 0px);
    transition: all 300ms ease 100ms;
}
.single-service-style1:hover .overlay-content-box .title{
    opacity: 1;
    transform: translate3d(0px, 0%, 0px);
    transition: all 700ms ease 900ms;    
}
.single-service-style1 .overlay-content-box .title h3{
    color: #ffffff;
    font-weight: 600;
}

.single-service-style1 .text-holder{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    padding: 35px 30px 28px;
    background: #FFF;
}
.single-service-style1 .text-holder .inner-content{
    position: relative;
    display: block;  
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 700ms ease 800ms;
}
.single-service-style1:hover .text-holder .inner-content{
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); 
    transition: all 700ms ease 500ms;
}

.single-service-style1 .text-holder .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.single-service-style1 .text-holder .top .icon{}
.single-service-style1 .text-holder .top .icon span:before{
    color: #b3b3b3;
    font-size: 60px;
    line-height: 60px;
}
.single-service-style1 .text-holder .top .count{}
.single-service-style1 .text-holder .top .count h1{
    font-size: 48px;
    line-height: 40px;
    font-weight: 500;
    background: #4781c3;
    

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-family: 'Rubik', sans-serif;
}

.single-service-style1 .text-holder .bottom {
    padding-top: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.single-service-style1 .text-holder .bottom .title{}
.single-service-style1 .text-holder .bottom .title h3{
    color: #27282c;
    font-weight: 500;
}
.single-service-style1 .text-holder .bottom .read-more{}
.single-service-style1 .text-holder .bottom .read-more a span:before {
    color: #b3b3b3;
    font-size: 25px;
    line-height: 36px;
}
.single-service-style1 .text-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: block;
    padding: 28px 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 700ms ease 100ms;
}
.single-service-style1:hover .text-holder .overlay-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 700ms ease 500ms;
}
.single-service-style1 .text-holder .overlay-content .text {
    position: relative;
    display: block;
}
.single-service-style1 .text-holder .overlay-content .text p{
    margin: 0;
}
.single-service-style1 .text-holder .overlay-content .read-more{}
.single-service-style1 .text-holder .overlay-content .read-more a span:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #2c67aa;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
}



/*** 
=============================================
    Slogan Style2 Area style
=============================================
***/
.slogan-style2-area{
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 102px 0 110px;
    z-index: 1;  
}
.slogan-style2-area .icon-holder{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: #2c67aa;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    animation: fa-spin 9s ease infinite;
}
.slogan-style2-area .icon-holder span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 80px;
    line-height: 120px;
}
.slogan-style2-area .inner-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.slogan-style2-area .inner-content .title{
    display: block;
    padding-bottom: 40px;
}
.slogan-style2-area .inner-content .title h1{
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
}
.slogan-style2-area .inner-content .title h1 span{
    font-weight: 400;
}
.slogan-style2-area .inner-content .button{}
.slogan-style2-area .inner-content .button a{
    color: #27282c;
    background: #ffffff;
    margin: 0 13px;
    padding: 0 40px 0;
}
.slogan-style2-area .inner-content .button a:hover{
    color: #ffffff;
    background: #27282c;
}
.slogan-style2-area .inner-content .button a.call-us{
    color: #ffffff;
    background: #2c67aa;
}
.slogan-style2-area .inner-content .button a.call-us i:before {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
}

.history-section .sec-title .title
{
    color: #FFF;
}
.history-section
{
    text-align: center;
    background: #4781c3;
    color: #FFF;
    margin-bottom: 40px;
}
.btn-s1
{
    background: #004797;
    padding: 12px 29px;
    color: #FFF;
    border: none;
}

.btn-s1:hover, .btn-s1:focus
{
    background: #1970D1;
    padding: 12px 29px;
    color: #FFF;
    border: none;
}

.services-style1-area
{
    background: #f6f6f6;
}
.footer-right a
{
    color: #ffffff;
    float: right;
    margin-left: 15px;
}


.sc_image_shape_square img
{
    width: 300px;
}

.servc-bx
{
    text-align: center;
    border: 1px solid #CCC;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.servc-bx img
{
    border-radius: 10px;
}




@media (max-width:992px)
{
    
.footer-right a
{
    float: none;
    margin-left: 7px;
    margin-right: 7px;
}


    .top-bar-style2
    {
        text-align: center;
    }
    .single-footer-widget .our-info-box .footer-logo
    {
        text-align: center;
    }
    .single-footer-widget .our-info-box .text
    {
        text-align: center;
    }
    .single-footer-widget .usefull-links ul
    {
        float: none !important;
    }
    .single-footer-widget .usefull-links ul.borders-left
    {
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .single-footer-widget .usefull-links ul.borders-left:before
    {
        display: none;
    }
    li .single-footer-contact-info
    {
        max-width: 100%;
    }
    .footer-contact-info li
    {
        width: 100%;
    }
    .footer-contact-info
    {
        display: block;
    }
    .footer-contact-info-area
    {
        margin: 0px;
        padding: 30px 0px;
    }
    .single-footer-widget .title-style2 {
    margin-top: 0px;
    padding-bottom: 0px;
}
    .footer-area.style4 {
    padding: 0 0 0px;
}
    .top-style2-left ul li {
    padding-right: 0px;
    margin-right: 0px;
        width: 100%;
}
    .top-style2-left p
    {
        width: 100%;
    }
    .top-style2-left ul li:before
    {
        display: none;
    }
    .top-style2-right .topbar-social-links li {
    position: relative;
    display: inline-block;
    float: none;
    line-height: 30px;
    padding-right: 0px;
        margin: 0 10px;
}
    .top-style2-right
    {
        float: none;
        width: 100%;
    }
    .top-style2-right .topbar-social-links
    {
        float: none !important;
        width: 100%;
    }
    .single-working-box-style2 {
    width: 100%;
    margin-bottom: 60px;
}
    
}


.mb-30
{
    margin-bottom: 30px;
}

.sc_blogger_item 
{
    background: #105db5;
}
.sc_blogger_item .sc_title
{
    color: #FFF;
    text-align: center;
    padding: 0 0 20px !important;
}

.visionbx
{
    padding: 20px 20px;
    border-radius: 22px;
    box-shadow: 0px 0px 4px 3px rgb(0 0 0 / 5%);
}
.visionbx img
{
    border-radius: 9px;
}
.visionbx h4
{
    text-transform: none;
    font-weight: 700;
        font-size: 28px;
    margin: 10px 0 10px;
}