*{
	margin:0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
p,dt,ul,li{
	color: #716e6e;
}
a:hover{
	text-decoration: none;
}

.heading{
	padding:20px 0;
}
.no-margin{
	margin: 0;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	padding: 40px 0;
}

.top-wrapper.top-gray {
    background: #4498e7;
    border-bottom: 1px solid #e6e8e8;
	padding: 5px 0;
}
.top-social-network{
	float:left;
	padding:0;
	margin:0;
}

header .top-social-network{
	float:right;
	margin-top:10px;
}

.top-social-network li{
	float:left;
	padding:0;
	margin:0 10px 0 0;
	list-style:none;
}

header .top-social-network li{
	margin:0 0 0 10px;
}

.top-social-network li a{
	color:#fff;
	font-size:14px;
	line-height:14px;
}

header .top-social-network li a{
	font-size:18px;
	line-height:28px;
}









.top-social-network li a:hover,
.top-social-network li a:focus,
.top-social-network li a:active{
	text-decoration:none;
}

.top-wrapper.sm .right-link {
    font-size: 12px;
    line-height: 23px;
}
.right-link {
    float: right;
    margin: 0;
    padding: 0;
}
.right-link li a {
    color: #ffffff;
}
.right-link li {
    float: left;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}



/*=================================== 

Navbar Style

=====================================*/


.navigation_menu{
	
}
.navbar{
	padding: 0;
}
.navbar-right{
	float: right;
}
.navbar-nav li a{
	color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
	transition: all 0.4s ease-in-out;
}
.navbar-nav li a:hover{
	color: #4498e7;
	
}
.sticky{
	position:fixed;
	background: #fff;
	z-index: 1000;
	width: 100%;
	top: 0;
}

.navbar {
    padding: 0 93px;
}


/*======== Bread Crumb ============= */


.page-title {
	background: #e4e4e4;
    padding: 12px 0;
    border-bottom: 1px solid #8080802e;
}




/*=================================== 

Slider Style

=====================================*/

.carousel-indicators{
	display: none;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 450px;
	background: linear-gradient(to right,#1f1e1e,#457aad);
}
.margin_0{
	margin: 0 auto;
}
.slider_heading{
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.slider_desc{
	color: #fff;
text-align: center;
}


.search-wrap-1 .form-group .form-control {
    padding: 0;
    padding-left: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    height: 50px!important;
    font-size: 13px;
    border: 1px solid #ebebeb!important;
    color:rgb(255, 255, 255)!important;
    background: 0 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.align-items-end label{
	color: #fff;
}
.search-wrap-1 .form-group option{
  color: #000;
	background: #ffff;
	font-size: 16px;
}

.search_section{
	top: 20%;
	    position: absolute;
    z-index: 1;
    
    margin: 0 auto;
    width: 100%;
}
.search-wrap-1{
	padding: 35px;
    background: #4498e78f;
    box-shadow: 0 0 10px #000000ab;
    border-radius: 3px;
}
.form-submit{
	width: 160px;
    text-align: center;
    background: #f8f9f9;
    padding: 14px;
    position: relative;
    top: 1px;
    border: 0;
    border-radius: 3px;
}
.form-submit:hover{
	color: #4182c1;
}



/*======================================================== 

Our Services 

======================================================== */

.our_services{
	    padding: 40px 0;
    background: #8080800d;
    background-attachment: fixed;
    background-position: right;
    text-align: center;
    color: #827e7e;
    border-bottom: 1px solid #80808047;
}
.action-link{
	text-align: center;
    background: #cececef2;
    padding: 13px 10px;
    width: 300px;
   
    margin-top: 26px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}
.action-link a {
    color: #2f2f2f;
}
.action-link:hover{
	background: black;
	
}
.action-link:hover a{
    color: #fff;
}






/*======================================================== 

Our Platforms tabs area 

======================================================== */

.vertical_tab_1_area{
	background: #d4d4d452;
} 


.vertical_tab_1_area p{
	line-height: 25px;
}
.platform_heading{
	padding-bottom: 40px;
}
.vertical_tab_1{
	border-bottom: 0;
	padding-bottom: 13px;
}
.nav-tabs .nav-link{
	border-radius: unset !important;
	border:0;
	 color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.vertical_tab_1>li {
    float: none;
    width: 100%;
    margin: 13px;
	text-transform: uppercase;
}
.vertical_tab_1>li>a:hover{
	text-decoration: unset;
	
}
.vertical_tab_1 .icon_mail{
	width: 20px;
	vertical-align: bottom;
	margin-right: 6px;
}

.vertical_tab_1>li>a{
 
	color: black;
	border-radius:0;
	display: block;
}
.vertical_tab_1>li.active>a,
.vertical_tab_1>li.active>a:hover,
.vertical_tab_1>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#171616;
  border:none;
  border-radius:0px;
  margin:0px;
   color: black;
	
}
.nav-pills .nav-link{
	border-left: 4px solid #ffffff
}

.nav-pills .nav-link.active{
    color: #fff;
    background-color: #737272;
    font-weight: 500;
    border-left: 4px solid white;
}

.tabs_area .md_left_bg{
	background: #000000b8;
	padding:unset;
	
}
.btn-3 {
    padding: 15px 0px;
    padding-right: 4px;
    background: #4598e7;
    color: #fff;
	
	
}
.btn-3 i{
	background: #797979;
    padding: 15px 10px;
	
}
.btn-3:hover{
	color: #000;
}

.nav-pills .nav-link.active:before {
    background: #737272;
    /* border: 10px solid green; */
    position: absolute;
    content: "";
       width: 18px;
    height: 25px;
    right: 8px;
    
   
    transform: rotate(45deg);
}

.md_right_bg{
    background: linear-gradient(to right,#434343,#457aad);
    background-attachment: fixed;
    background-position: right;
	padding-top:30px;
}
#pills-tabContent{
	background: #f9f9f9a6;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-right: 10px;
    padding-left: 25px;
    padding-top: 20px;
}






/*=================================== 

About Style

=====================================*/


.video-wrapper, .news-video {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #fff;


}


.video-wrapper .play-icon, .img-wrapper .play-icon, .news-video .play-icon {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    color: rgba(51, 51, 51, 0.7);
    z-index: 4;
    text-align: center;
    overflow: hidden;
    font-size: 58px;
    line-height: 114px;
    left: 50%;
    top: 50%;
    margin: -80px 0 0 -80px;
    padding: 20px;
}

.video-wrapper .play-icon.small, .img-wrapper .play-icon.small, .news-video .play-icon.small {
    width: 120px;
    height: 120px;
    font-size: 46px;
    line-height: 89px;
    margin: -60px 0 0 -60px;
    padding: 15px;
    -ms-transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
}
.video-wrapper .jp-audio {
    display: none;
    background: #333;
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.video-wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
	background: #fff;
}
.video_height{
	width:100%;
	height:400px;
}
.about_us_area{
	padding: 70px 0;
}









/*=================================== 

Extensions Style

=====================================*/



.carousel_slider{
	
    padding: 50px 0;
}
.owl-nav{
	display: none;
}
.file_extension .owl-item{
	border: 1px solid #c1c1c1;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
	box-shadow: 0 0 3px #00000012;
}
.file_extension .owl-item img{
	width: 100px;
	margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4498e7;
}
button:focus {
    outline: none;
}


/*=================================== 

Services Style

=====================================*/


.blog{
	padding-top: 40px;
	padding-bottom: 60px;
    background-attachment: fixed;
    background-position: right;
    text-align: center;
    color: #fff;
	background: linear-gradient(to right,#1f1e1e,#457aad);
}

.blog_content{
/*	padding: 20px;*/
     background: #fff;
/*    padding-bottom: 70px;*/
	text-align:center;
}


.blog_content p{
	color:#000;
}
.blog-post-title{
	padding-bottom: 20px;
}
.blog-post-title a{
	color: #424242;
	font-size: 18px;
    line-height: 20px;
	border-bottom: 1px solid black;
}
.blog_button{
	padding-top: 20px;
    color: #000;
    font-weight: 500;
	
}
.blog_button:hover{
	text-decoration: none;
	
}

.blog-title{
    text-align:center;
    margin-bottom:30px;
}
.blog-ct{
    margin-bottom:30px;
}
.blog-title span{
    border-bottom: 2px solid #66cef6;
    font-weight:700;
    font-size: 13px;
    text-transform: uppercase;
    
    display:inline-block;
    padding-bottom:10px;
}

.blog-ct-title{
    color:#2b2a2f;
    font-size:13px;
    font-weight:700;
    text-align:center;
    margin-top:20px;
    line-height:20px;
    padding:0 5px;
    text-transform: uppercase;
    
}
.blog-ct-title a{
    color:#2b2a2f;   
}
.blog-ct-title span{
    color:#808080; 
    text-transform: capitalize;
    display:block;
}
.button__wrap{
 	padding-top: 20px;
}
.button__wrap a{
	    border: 1px solid #adb1b5;
    padding: 10px 40px;
    transition: all 0.4s ease-in-out;
    color: grey;
}
.button__wrap a:hover{
	border: 1px solid #74b1ea;
	background: #74b1ea;
	color: #fff;
}




/*=================================== 

Footer Style

=====================================*/


footer {
    display: bolck;
    background: #161616;
    padding: 50px 0 0 0;
    color: #ffffff;
}

.logo-footer{
	width:100%;
}

.subfooter {
    background: #343747;
    color: #9496a0;
    padding: 10px 0;
    margin-top: 20px;
}
.subfooter ul {
    float: right;
    margin: 10px 0 0 0;
    padding: 0;
}
.subfooter ul li {
    float: left;
    margin: 0 0 0 30px;
    padding: 0;
    color: #9496a0;
}
.subfooter ul li a {
    color: #9496a0;
}
footer .office-contact li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 35px;
    position: relative;
}

.widget{
	padding-left:20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.widget li{
	padding-left:25px;
	position: relative;
	line-height: 26px;
	cursor:pointer;
}
.widget li:before{
	 font-family: 'fontello';
	content: "\e91b";
	position: absolute;
	left:0;
	font-size: 13px;
   
	
}



footer .office-contact li .fa {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    left: 0;
    top: 0;
}
footer .office-contact li h6 {
    margin-bottom: 5px;
}
footer .widget {
    display: block;
    margin: 0 0 30px 0;
    clear: both;
}
footer .widget h5{
	padding-bottom: 20px;
}
footer .widget a{
	color: #4498e7;
}
footer .recent-post-widget {
    display: block;
    margin: 0;
    padding: 0;
}
footer .recent-post-widget h6 a{
	color: #4498e7;
}


footer .widget li{
    color: #ffffff;
    position: relative;
    display: block;
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0 0 10px 20px;
    
}
.widget li a:hover{
	color: #f1f1f1;
}


footer .recent-post-widget li .img-thumb {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 8px;
    left: 0;
}
p:last-child {
    margin-bottom: 0;
}
footer .office-contact, footer .recent-portfolio {
    display: block;
    margin: 0;
    padding: 0;
}
footer .recent-portfolio li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 3px 0;
}
.widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-radius: 2px;
    overflow: hidden;
}
.tweet ul li {
    list-style: none;
}
footer .form-subscribe {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}

footer .form-subscribe .input-subscribe {
    display: block;
    width: 100%;
    background: #2e3141;
    padding: 7px 20px;
    border: 1px solid #636672;
    border-radius: 2px;
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn.btn-fiord.btn-3d {
    border-bottom-color: #32434b;
}

.btn.btn-icon-right.icon-divider {
    padding-left: 12px;
    padding-right: 48px;
}
footer .social-network {
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 3px;
}

.btn.btn-fiord.btn-3d {
    border-bottom-color: #32434b;
	background: #d3ffff;
}
footer .link-list, footer .link-list.full li {
    float: none;
    display: block;
    width: 100%;
}

footer .link-list li {
    margin: 0;
    padding: 0 30px 0 0;
    list-style: none;
    float: left;
    width: 50%;
}
.btn.btn-icon-right.icon-divider {
    padding-left: 12px;
    padding-right: 48px;
}


/*=================================== 

Scroll Style

=====================================*/

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
    padding: 10px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: all 0.4s ease-in-out !important;
}
.scroll img{
	width: 30px;
	animation: mymove 1s infinite linear alternate;
	transition: all 0.4s ease-in-out  !important;
}
@-webkit-keyframes mymove{
	from{
		position: relative;
		top: 10px;
		transition: all 0.4s ease-in-out;
	}
}
.scroll:hover {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}



/*===========================================

Product page style

=============================================*/

.product_container {
    background: linear-gradient(to right,#1f1e1e,#457aad);
    padding: 50px 0;
	color: #ffffff;
}

.product_container.dl-horizontal dd{
    color: #ffffff;
}

dl {
   
    margin-top: 0;
    margin-bottom: 20px;
}
.list_heading dt {
    width: 20px;
    
	
}
.dl-horizontal dt {
    float: left;
    color: #ffffff;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    
    margin-left: 40px;
}
.download {
    padding-top: 10px;
    display: flex;
}
.download a {
    color: #fff;
    font-size: 18px;
    padding: 6px 22px;
    display: block;
    border-radius: 2px;
    margin: 10px;
}

.btn_orange {
    color: #fff;
    background-color: #e68431;
    border-color: #e68431;
	transition: all  0.4s ease-in-out;
	
}
.btn_orange:hover{
	background: #f57e19;
	color: #000;
}

.btn_green {
    color: #fff;
    background-color: #4498e7;
    border-color: #4498e7;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
	
}
.btn_green:hover{
	    background: #ffffff;
    color: #2f2f2f;
}
.download a span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 1px;
}
.product_lower_area{
	background: linear-gradient(to right,#1f1e1e,#457aad);
	height: 100px;
}


/*================================================

Our Features style

================================================= */

.blog_content {
    margin-bottom: 30px; 
	
	overflow: hidden;
	
}

.blog1{
	
}

.card-img-overlay{
	top: 40%;
	
}
.blog-image{
	position: relative;
	transition: all 0.4s ease-in-out !important;
	
}
.blog-image img{
	transition: all 0.4s ease-in-out;
}
.blog-image:hover img{
	opacity: 0.4
	
}
.zooming_room{
	
	opacity: 0;
}
.blog-image:hover .zooming_room{
	opacity: 7;
	
}
.zooming_room a i{
	background: #4498e7;
		font-size: 20px;
	color: #fff;
	border-radius: 4px;
	padding: 10px;
}
.click_more_button a{
	background: #4498e7;
    padding: 13px 30px;
    color: #000;
}
.click_more_button a:hover{
	color: #fff;
}
.ol_list li{
	padding: 10px 0;
}












.blog_title_link{
	padding-top: 12px;
	    background: #e4e4e4;
    padding-bottom: 12px;
}


.blog-post-title {
    font-weight: 600;
    text-align: left;
    font-size: 17px;
    padding-top: 20px;
	line-height: 30px;
}
.blog_content_home {
    background: #fff;
    margin: 10px;
    padding: 30px;
}
.blog_content p{
	    color: #0009;
}

.blog-block{
	padding: unset;
	margin: unset;
}
.bg-info {
    background-color: #f3f3f3!important;
}
.feature_content{
	padding: 20px;
    background: #d8d8d847;
    border: 1px solid #dee9f4;
}
.features{
	padding-top: 20px;
	padding-bottom: 50px;
	
}

/*================================================

Faq section style

================================================= */

.faq{
	padding-bottom: 50px;
}
.panel-title{
	padding: 6px 5px;
	border-bottom: 1px solid #80808075;
	margin: 10px 0;
	padding-bottom: 20px;
	margin-left: 20px;
}
.panel-title a{
	color: grey;
}
.faq{
	padding-top: 40px;
    padding-bottom: 30px;
    background: #f9f9f9;
    border-top: 1px solid #80808026;
    border-bottom: 1px solid #80808026;
}
#accordion2 .panel{
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 5px;
}
#accordion2 .panel-heading{
    padding: 0;
    border-radius: 5px 5px 0 0;
	
}
#accordion2 .panel-title a{
  display: block;
    padding: 15px 12px;
    font-size: 13px;
    color: #191919e6;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    top: 6px;
    background: #e67719a6;
      
}
.panel-title a:active , .panel-title a:focus{
  
}
.panel-title a.collapsed{
    border-color: #e0e0e0;
   
}
.panel-title a:before,
.panel-title a.collapsed:before,
.panel-title a:after,
.panel-title a.collapsed:after{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 15px;
    color: #8e8e8e;
    text-align: center;
    position: absolute;
   border: 1px solid #8e8e8e;
    left: 0;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.panel-title a:after,
.panel-title a.collapsed:after{
    content: "\f067";
    background: transparent;
    color: #8e8e8e;
    opacity: 0;
    transform: scale(0);
	border: 1px solid #8e8e8e;
}
.panel-title a.collapsed:before{
    opacity: 0;
    transform: scale(0);
	
}
.panel-title a.collapsed:after{
    opacity: 1;
    transform: scale(1);
}
.panel-body{
    border-top: none;
    font-size: 15px;
   
    line-height: 28px;
    letter-spacing: 1px;
   padding: 15px 26px;
}

/*=======================================

Spikevare Outlook Converter Tool style

==========================================*/
.spikevare_outlook{
	padding: 50px 0;
	
}
.bg-green{
	background: #e0f0ff;
}
.spikevare_heading{
    background: #f4f4f4;
    margin: 0;
}



/*=======================================

Product page Scroll style

==========================================*/

.product_dl dd{
	margin-left: 114px;
	
}
.product_dl{
	margin-bottom: unset;
}



.services-builder .iconmain h3 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px
}

.services-builder .iconmain h3:after {
    content: '';
    position: absolute;
    margin: auto;
    top: -27px;
    bottom: auto;
    left: 0;
    right: 0;
    height: 0;
    width: 48px;
    border-bottom: 2px solid #ddd
}

.services-builder .iconurl>a {
    display: inline-block;
    padding: 3px 20px;

}

.services-builder .iconurl>a:hover {}

.services-builder.style1 {
    text-align: center;
    background: #f3f3f3;
    border: 1px solid #eee;
    margin: 0 0 20px;
    padding: 20px
}

.services-builder.style1 .iconimage {
    width: auto;
    margin: 18px auto 33px;
    overflow: visible
}

.services-builder.style1 .iconimage i {
    font-size: 20px;
    color: #fff;
    background: #4498e7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.services-builder.style1 .iconimage i:before {
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.services-builder.style1 .iconimage a:hover i {
    opacity: .75
}

.services-builder.style1 .iconimage i.fa-inverse {
    color: #fff;
    background: #aaa
}

.services-builder.style1 .iconimage a:hover i.fa-inverse {}

.services-builder.style1 .iconmain {
    margin: 0;
    padding: 0
}

.services-builder.style1 .iconmain .iconurl {
    margin: -5px 0 10px
}

.services-builder.style1 .iconmain .iconurl a {
    display: inline-block;
    padding: 3px 20px
}

.services-builder.style2 {
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    margin: 0 0 20px;
    padding: 20px;
    border: 1px solid #f4f4f4;
    border: 1px solid rgb(68, 152, 231);
    -webkit-box-shadow: 0 3px 3px 0 #f4f4f4;
    -moz-box-shadow: 0 3px 3px 0 #f4f4f4;
    -ms-box-shadow: 0 3px 3px 0 #f4f4f4;
    -o-box-shadow: 0 3px 3px 0 #f4f4f4;
    box-shadow: 0 3px 3px 0 #f4f4f4;
    -webkit-box-shadow: 0 3px 3px 0 rgba(35, 35, 35, .15);
    -moz-box-shadow: 0 3px 3px 0 rgba(35, 35, 35, .15);
    -ms-box-shadow: 0 3px 3px 0 rgba(35, 35, 35, .15);
    -o-box-shadow: 0 3px 3px 0 rgba(35, 35, 35, .15);
    box-shadow: 0 3px 3px 0 rgba(35, 35, 35, .15)
}

.services-builder.style2 .iconimage {
    width: auto;
    margin: 8px auto 45px
}

.services-builder.style2 .iconimage i {
    font-size: 30px;
    color: #4498e7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.services-builder.style2 .iconimage i:before {}

.services-builder.style2 .iconimage a:hover i {
    opacity: .75
}

.services-builder.style2 .iconimage i.fa-inverse {
    color: #4498e7
}

.services-builder.style2 .iconimage a:hover i.fa-inverse {}

.services-builder.style2 .iconmain {
    overflow: visible;
    margin: 0;
    padding: 0
}

.services-builder.style2 .iconmain .iconurl {
    margin: -5px 0 10px
}

.services-builder.style2 .iconmain .iconurl a {
    display: inline-block;
    padding: 10px 20px
}

.themebutton2 {
    color: #727272;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    }

    a.themebutton2 {
    color: #727272;
    background: #fff;
}
.themebutton2:hover {
    color: #fff;
    background: #4498e7;
    border-color: #4498e7;
}

.notification {
    padding: 20px 15px;
    margin-top: 30px;
    color: #fff;
    background: #edb803;
    border-color: #edb803;
}


    .contact_page .col-md-3{
        background: #4a6fbb;
        height: 478px;
        padding: 4%;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }
    .contact-info{
        margin-top:10%;
    }
    .contact-info img{
        margin: 0 auto;
         display: table;
    }
    .contact-info h3{
        text-align: center;
        text-transform: uppercase;
        line-height: 47px;
        font-weight: bold;
        color: #fff;
    }
    
    .contact-form label{
        font-weight:600;
        padding-bottom: 8px;
    }
    .contact-form button{
        background: #4498e7;
        color: #fff;
        font-weight: 600;
        width: 25%;
    }
    .contact-form button:focus{
        box-shadow:none;
    }
.contact-form input{
    padding: 22px 10px;
}




/* ---------cookie----------*/
.cookie{
    border: 0;
    width: 100%;
    z-index: 1000;
    position: fixed;
    bottom: 1px;
}
.cookie p{ color:#FFF;
    
}
.cookie .cookie-text{
    background: #4575a4;
    z-index: 1000;
    width: 100%;
    padding: 12px;
    color: #000;
    margin: 0;
   
    
}
.cookie-text a{
   font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    color: #fffa59;
}
.cookie-text a:hover{
    color: #0f455a;
}
.cookie-text button{
    background: #27262b;
    padding: 4px 5px;
    border: 0;
    border: 1px solid white;
    color: #fff;
    font-size: 13px;
}
@media(max-width: 762px){
    .cookie-text{
            bottom: -48px;
    }
}
.live-chat{position: fixed; right: -5px; bottom: 40%;z-index: 100;}
/*blog page style ===== */
    .post_title {
  font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
.tab_data{

    border: 1px solid #d9d9d9;
    padding: 10px;
    background: #f3f3f3;

}
