/*
Theme Name: ATA
Theme URI: https://wordpress.org/themes/ata/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. ATA's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ata

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CSS Document */
@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot');
    src: url('fonts/Calibri.eot') format('embedded-opentype'),
         url('fonts/Calibri.woff2') format('woff2'),
         url('fonts/Calibri.woff') format('woff'),
         url('fonts/Calibri.ttf') format('truetype'),
         url('fonts/Calibri.svg#Calibri') format('svg');
}

.body_wrapper{
	 background:url(images/background.png) top center repeat;
	 height:100%;
	 width:100%;
	 background-attachment:fixed;
}

.socials{
	padding:15px 0;
}

.socials ul{
	padding:0 15px 0 0;
	text-align:right;
	margin:0;
}
.socials ul li{
	padding:0 3px;
	margin:0;
	display:inline-block;
}
.socials ul li a img{
	transition:all 0.4s;
}
.socials ul li a img:hover{
	transition:all 0.4s;
	transform:rotate(360deg);
}
.all_box_wrapper{
	background:#0095da;
	width:700px;
	position:relative;
	margin:80px auto ;  
	opacity: 0.9;
}
.logo{
	position:absolute;
	top:0;
	left:-15px;
}
.banner{
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
}
.welcome_note{
	padding:10px 0 5px;
}

.welcome_note h2{
	padding:10px 0px;
	margin:0;
	font-size:35px;
	font-weight:bold;
	text-align:center;
}
.welcome_note p{
	padding:7px 15px;
	margin:0;
	font-size:17px;
	text-align:center;
}
.btn_div{
	padding:15px 0;
	
}
.btn_div ul{
	margin:0;
	padding:0;
	text-align:center;
}

.btn_div ul li{
	margin:0;
	display:inline-block;
	padding:0 10px;
}

.btn_div ul li a{
	margin:0;
	padding:7px 15px;
	font-size:22px;
	border:1px solid #fff;
	color:#fff;
	background:#ff0000;
	text-decoration:none;
}
.btn_div ul li a:hover{
	color:#ff0000;
	background:#fff;
	transition:ease 0.2s all;
	text-decoration:none;
}
.call_now{
	padding:15px 10px;
	font-size:27px;
	color:#f0ff00;
	font-weight:bold;
	text-align:center;
}
.call_now span{
	margin-left:10px; 
	color:#fff;
}

.copyright{
	padding:7px 10px;
	text-align:center;
	font-size:15px;
	color:#fff;
	background:#2f2e2e;
	margin:10px 0 0;
}
