@charset "utf-8";
/*
Theme Name: Aasa & Associates Theme V.01
Theme URI: none
Description: Premium Business WordPress theme.
Version: 1.0
Author: Suvaance
Author E-mail: info@aasaassociates.com
*/

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* CSS RESET */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
body,html{height:100%}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0; border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body
{
width: 100%;
color: #000;
font-family: "Open Sans",Arial,sans-serif;
font-size: 14px;
line-height: 20px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
}

p {
padding-top: 7px;
padding-bottom: 8px;
}

a
{
text-decoration: none;
/*color: #4dbdeb;*/
color: #008da9;
}
a:hover
{
color: #008da9;
}

.clear
{
clear: both;
width: 100%;
height: 5px;
}

img
{
max-width: 100%;
max-height: 100%;
}
.alignleft { float: left !important; margin:5px 10px 10px 0px !important; }
.alignright { float: right !important; margin:5px 0px 10px 10px !important; }
.aligncenter {
clear: both; display: block; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px;
}
h1
{
font-size: 30px;
}
h2
{
font-size: 26px;
}
h3
{
font-size: 20px;
}
h1,h2,h3
{
line-height: 35px;
}
ul {
    list-style-type: square;
    padding-left: 20px;
}

#header-top
{
width: 100%;
height: 50px;
/*position: fixed;*/
top: 0;
left: 0;
z-index:100000;
background-color: #282a67;
}

#header-top-wrapper
{
width: 100%;
max-width: 1200px;
margin: 0 auto;
height: 50px;
overflow: hidden;
}

#header-top-wrapper a
{
color: #fff;
}

#header-top-wrapper a:hover
{
color: #ededed;
transition: all 0.5s ease;
}

#header-top-wrapper-social
{
float: left;
width: 150px;
height: 23px;
padding-top: 15px;
padding-bottom: 15px;
color: #fff;
font-weight: 600;
font-family: 'ABeeZee', sans-serif;
}



#header-top-wrapper-sa
{
float: right;
width: 210px;
height: 23px;
padding-top: 15px;
padding-bottom: 15px;
font-size: 14px;
color: #fff;
font-weight: 600;
font-family: 'ABeeZee', sans-serif;
}
#header-top-wrapper-sa a
{
color: #fff;
}


#header-bottom
{
width: 100%;
height: 65px;
padding-top: 10px;
padding-bottom: 10px;
/*position: fixed;*/
top: 0;
left: 0;
z-index:100000;
}

#header-bottom-wrapper
{
width: 100%;
max-width: 1200px;
margin: 0 auto;
height: 65px;
}

#logo
{
float: left;
width: 340px;
height: 60px;
}

#main-nav
{
float: right;
width: 380px;
height: 40px;
margin-top: 10px;
text-align: left;
}

#cssmenu {padding: 0; margin: 0; border: 0;}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none; }


  #cssmenu > ul { *display: inline-block; }

  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; 
}
#cssmenu a {
    /*background: #333;
    color: #CBCBCB;*/
margin-top: 0px;
color: #282a67;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
margin-right: 5px;
transition: background-color .2s linear, color .2s linear;
}
#cssmenu ul {height: 40px; margin-left: 5px;}

    #cssmenu ul ul {
      text-transform: none;
      min-width: 200px;
	  z-index:100000;
	 margin-top: 0px;
margin-left: 0px;
}
      #cssmenu ul ul a {
        color: #282a67;
		font-size: 12px;
        border-top: 0 none;
        line-height: 150%;
        padding: 10px 20px; 
		z-index: 9999;
		/*transition: background-color .2s linear, color .2s linear;*/
		background: rgba(255, 255, 255, 0.5);
}
      #cssmenu ul ul ul { border-top: 0 none;}

      #cssmenu ul ul li { position: relative; margin-bottom: 0px; border-radius: 0px;}
#cssmenu > ul > li > a { line-height: 30px;  transition: background-color .2s linear, color .2s linear; margin: 0px 0px 0px 30px;}

#cssmenu ul ul li:first-child > a { border-radius: 0px;}
        #cssmenu ul ul li:hover > a { background: #fff; transition: background-color .2s linear, color .2s linear;}

        #cssmenu ul ul li:last-child > a {

          /*box-shadow: 0 3px 0 #4a4a4a; */
}
        #cssmenu ul ul li:last-child:hover > a { border-radius: 0px; }

        #cssmenu ul ul li.has-sub > a:after {
          content: '>';
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -8px;
 }
 #cssmenu ul li:hover > a, #cssmenu ul li.active > a {

color: #282a67;
border-bottom: solid 2px #282a67;
 }
 
  #cssmenu ul li ul li:hover > a, #cssmenu ul li ul li.active > a {

color: #282a67;
border-bottom: none;
 }
    #cssmenu ul li.has-sub > a:after {
      content: '>';
      margin-left: 5px; 
}
    #cssmenu ul li.last ul {
      left: auto;
      right: 0; 
}
      #cssmenu ul li.last ul ul {
        left: auto;
        right: 99.5%;
 }


/*.suv-blog-banner
{
width: 100%;
height: 500px;
    background-size: cover;
	background-image: url(Images/Blog.png);
}*/

.aa-banner
{
width: 100%;
height: auto;
}



.aa-welcome
{
width: 100%;
height: auto;
padding-top: 40px;
padding-bottom: 40px;
}
.aa-welcome-wrapper
{
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: auto;
font-family: Calibri; 
text-align: justify;
line-height: 1.4;
overflow: hidden;
}
.aa-welcome-wrapper h1
{
font-family: 'ABeeZee', sans-serif;
font-size: 44px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
color: #444;
}

.aa-welcome-wrapper h2
{
font-family: 'ABeeZee', sans-serif;
font-size: 28px;
font-weight: 500;
text-transform: uppercase;
padding-top: 20px;
color: #5b5b5b;
}

.aa-welcome-wrapper p
{
font-family: 'ABeeZee', sans-serif;
font-size: 16px;
line-height: 28px;
text-align: center;
color: #1a1a1a;
}

.aa-ourserv-button
{
width: 150px;
margin: 0 auto;
height: 20px;
padding: 5px 10px 7px 10px;
border: 2px solid #282a67;
background-color: #282a67;
border-radius: 4px;
font-weight: 500;
text-align: center;
font-size: 17px;
margin-top: 15px;
}

.aa-ourserv-button a
{
color: #fff;
}

.aa-os
{
width: 100%;
height: auto;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f0f7f7;
}
.aa-os-wrapper
{
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: auto;
font-family: Calibri; 
text-align: justify;
line-height: 1.4;
overflow: hidden;
}


.aa-os-wrapper h2
{
font-family: 'ABeeZee', sans-serif;
font-size: 32px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
color: #5b5b5b;
}


.ss-iws
{
width: 100%;
height: auto;
padding-top: 40px;
padding-bottom: 40px;
/*background-color: #f0f7f7;*/
}

.ss-iws-wrapper
{
margin: 0 auto;
width: 100%;
max-width: 1100px;
height: auto;
text-align: justify;
line-height: 1.4;
overflow: hidden;
}

.ss-iws h2
{
font-family: 'ABeeZee', sans-serif;
font-size: 34px;
font-weight: 500;
padding-bottom: 40px;
text-align: center;
line-height: 50px;
color: #282a67;
}


.ss-iws ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: 'ABeeZee', sans-serif;
}

.ss-iws ul {
  margin: 1em 0;
}

.ss-iws li {
  width: 225px;
  margin: .7em;
  margin-left: 2em;
  font-size: 17px;
  color: #282a67;
  display: inline-block;
}

.aa-team
{
width: 100%;
height: auto;
padding-top: 40px;
padding-bottom: 40px;
background-color: #f0f7f7;
}
.aa-team-wrapper
{
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: auto;
text-align: justify;
line-height: 1.4;
overflow: hidden;
}

.aa-team-wrapper h1
{
font-family: 'ABeeZee', sans-serif;
font-size: 34px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
color: #5b5b5b;
}

.aa-team-wrapper h2
{
font-family: 'ABeeZee', sans-serif;
font-size: 30px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
color: #5b5b5b;
}

.awsm-personal-info h3
{
font-size: 21px!important;
font-weight: 500!important;
}

.awsm-personal-info span
{
font-size: 17px!important;
}

.awsm-contact-info p
{
font-size: 17px!important;
line-height: 28px!important;
}

/* Contact Us Page CSS Code Starts from Here */
.aa-cu
{
width: 100%;
height: auto;
padding-top: 40px;
padding-bottom: 40px;
}
.aa-cu-wrapper
{
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: auto;
text-align: justify;
line-height: 1.4;
overflow: hidden;
}
.aa-cu-wrapper h1
{
font-family: 'ABeeZee', sans-serif;
font-size: 44px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
color: #444;
}

.aa-cu-wrapper h2
{
font-family: 'ABeeZee', sans-serif;
font-size: 28px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
color: #5b5b5b;
}

.aa-cu-box
{
float: left;
width: 300px;
height: 380px;
margin-left: 45px;
margin-right: 45px;
}

.aa-cu-box h3
{
font-family: 'ABeeZee', sans-serif;
font-size: 21px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-top: 10px;
padding-bottom: 5px;
color: #5b5b5b;
}

.aa-cu-box p
{
font-size: 15px;
text-align: center;
}

.aa-cu-wrapper p
{
font-family: 'ABeeZee', sans-serif;
font-size: 16px;
line-height: 28px;
color: #202254;
}

.aa-cu-cf
{
width: 600px;
margin: 0 auto;
height: auto;
}

.wpcf7 {
padding-top: 20px;
padding-bottom: 20px;
border: 5px solid #f0f7f7;
}

.wpcf7-form {
margin-left: 25px;
margin-right: 25px;
margin-top: 25px;
}
.wpcf7-textarea
{
width: 85%;
}

.wpcf7-text
{
width: 50%;
}

.wpcf7-submit
{
width: 100px;
padding: 10px;
background: #202254;
color: #ffffff;
border: 2px solid #202254;
font-size: 15px;
font-weight: 600;
}
/* Contact Us Page CSS Code Ends from Here */

/* Norml Page CSS Code Starts from Here */
.aa-np
{
width: 100%;
height: auto;
padding-top: 40px;
padding-bottom: 40px;
}
.aa-np-wrapper
{
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: auto;
text-align: justify;
line-height: 1.4;
overflow: hidden;
}

.aa-np-wrapper h1
{
font-family: 'ABeeZee', sans-serif;
font-size: 38px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
color: #444;
}

.aa-np-wrapper h2
{
font-family: 'ABeeZee', sans-serif;
font-size: 30px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-top: 10px;
padding-bottom: 30px;
color: #5b5b5b;
}

.aa-np-wrapper p
{
font-family: 'ABeeZee', sans-serif;
font-size: 17px;
line-height: 28px;
color: #202254;
}
/* Norml Page CSS Code Ends from Here */

.suv-blog
{
width: 100%;
height: auto;
padding-top: 40px;
padding-bottom: 40px;
}
.suv-blog-wrapper
{
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: auto;
line-height: 1.4;
overflow: hidden;
/*border: 1px solid;*/
}

.suv-blog-wrapper h2
{
font-family: 'ABeeZee', sans-serif;
font-size: 28px;
font-weight: 500;
padding-top: 5px;
padding-bottom: 5px;
color: #1a1a1a;
}

.suv-blog-wrapper h2 a
{
color: #1a1a1a;
}


.suv-blog-wrapper p
{
font-family: 'ABeeZee', sans-serif;
font-size: 15px;
line-height: 25px;
color: #1a1a1a;
}

.suv-blog-posts-wrapper
{
float: left;
width: 850px;
height: auto;
margin-bottom: 50px;
}

.suv-blog-posts
{
float: left;
width: 850px;
height: 200px;
margin-bottom: 50px;
}

.suv-blog-posts-fimg
{
float: left;
width: 300px;
height: 200px;
}

.suv-blog-posts-fimg img
{
width: 100%;
height: 100%;
}
.suv-blog-posts-content
{
float: left;
width: 520px;
height: 200px;
margin-left: 26px;
}
.suv-blog-posts-content span
{
text-transform: uppercase;
color: #f16334;
font-weight: 600;
font-size: 14px;
}

/* Individual Blog Page CSS Starts from Here */

.suv-indblog-posts
{
float: left;
width: 850px;
height: auto;
margin-bottom: 50px;
}

.suv-indblog-posts-fimg
{
float: left;
width: 100%;
height: auto;
}

.suv-indblog-posts-content
{
float: left;
width: 100%;
height: auto;
}

.suv-indblog-posts-content h1
{
font-family: 'ABeeZee', sans-serif;
font-size: 30px;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
color: #1a1a1a;
}


.suv-indblog-posts-content h1 a
{
color: #1a1a1a;
}

.suv-indblog-posts-content h2
{
font-size: 27px;
font-weight: 500;
padding-top: 20px;
padding-bottom: 10px;
color: #1a1a1a;
}

.suv-indblog-posts-content h3
{
font-family: 'ABeeZee', sans-serif;
font-size: 24px;
font-weight: 500;
padding-top: 20px;
padding-bottom: 10px;
color: #1a1a1a;
}


.suv-indblog-posts-content li
{
margin: 1em;
    margin-left: 1em;
    font-size: 15px;
    font-family: 'ABeeZee', sans-serif;
    /*color: #747C83;*/
	text-align: justify;
}

.suv-indblog-posts-content a
{
color: #f16334;
}

.suv-indblog-posts-content span
{
text-transform: uppercase;
color: #f16334;
font-weight: 600;
font-size: 14px;
}

/* Individual Blog Page CSS Ends Here */


.suv-blog-sidebar
{
float: left;
width: 320px;
height: auto;
margin-left: 25px;
}

.suv-sidebar-SEOUpdates
{
width: 320px;
height: 250px;
margin-bottom: 50px;
}

.suv-sidebar-gaupdates
{
width: 320px;
height: 250px;
margin-bottom: 50px;
}

.suv-sidebar-video
{
width: 320px;
height: 300px;
}

.suv-sidebar-video h2
{
font-family: 'ABeeZee', sans-serif;
font-size: 24px;
font-weight: 500;
padding-bottom: 15px;
color: #1a1a1a;
}

.aa-map
{
width: 100%;
height: 400px;
border-bottom: 2px solid #dfe5e8;
}

.aa-top-footer
{
width: 100%;
height: auto;
padding-top: 30px;
padding-bottom: 30px;
/*background-color: rgb(245, 249, 249);*/
background-color: #202254;
}

.aa-top-footer-wrapper
{
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: 240px;
font-family: 'ABeeZee', sans-serif;
text-align: justify;
overflow: hidden;
}

.aa-top-footer-box
{
float: left;
width: 250px;
height: 230px;
margin-left: 24px;
margin-right: 24px;
line-height: 25px;
}

.aa-top-footer-box h3
{
font-size: 16px;
text-transform: uppercase;
color: #fff;
}
.aa-top-footer-box p
{
font-size: 13px;
color: #fff;
}

.aa-top-footer-box label
{
display: block;
clear: both;
font-size: 13px;
color: #fff;
}

.aa-top-footer-box label span
{
display: inline-block;
    float: right;
    width: 170px;
}


.aa-top-footer-box a
{
display: table-cell;
    text-align: center;
    vertical-align: middle;
font-size: 15px;
padding: 10px 5px;
font-family: 'ABeeZee', sans-serif;
color: #fff;
}

.aa-top-footer-box-button {
width: 180px;
text-decoration: none;
border: 1px solid #fff;
border-radius: 2px;
transition: all 0.2s;
}

.aa-top-footer-box-button:hover
{
background-color: #fff;
color: #f16334;
border: 1px solid #fff;
border-radius: 2px;
transition: all 0.5s;
}


.aa-footer
{
width: 100%;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
background-color: #141533;
font-family: 'ABeeZee', sans-serif;
}

.aa-footer-wrapper
{
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: auto;
line-height: 1.4;
overflow: hidden;
color: #fff;
text-align: center;
font-size: 13px;
}


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url(Images/icon_top.png) no-repeat;
    
}









#comments {
	margin: 15px 0 0; 
	padding: 0px;
	overflow: hidden;
}
#comments li{
 padding-left: 0;
 text-indent: 0;
}
#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}
#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}
#comments .vcard { }
#comments .vcard .avatar {
	display: block;
	float: left;
	margin-right: 10px; 
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #ddd;
	background:#ffffff;
	margin: 10px 0 0;
	padding: 15px;
	overflow: hidden;
}

#comments ul.children li {
	border: 1px solid #ddd;
}
#comments li.even {
}
#comments li.odd {
}
#comments blockquote {
	background: #ccc;
	margin: 10px 0px; 
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding-top:20px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}
#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
}
#commentform p {
	margin-bottom:5px;
}
#commentform label {
	display:block;
}
#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
#commentform textarea,
#commentform input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}