/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider section
    3.0 About section
    4.0 Service Section
    5.0 Why Us Action
    6.0 Pricing Section
    7.0 Testimonial Section
    8.0 Cta Section 
    9.0 Blog Section
    10.0 Contact Section
    11.0 Sponsor Section
    12.0 Widget Section
    13.0 Footer Section
    14.0 Scroll to Top
    
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Open Sans:400,600');
/*  ==========================================================================
    Common Styles
    ========================================================================== */

* {
    padding: 0;
    margin: 0;
}
body {
    background-color: #fff;
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #555;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Agency FB', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
}
h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.05em;
}
h2 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
}
h3, h4 {
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.7;
    color: #333;
    letter-spacing: -0.01em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5, h6 {
    font-size: 14px;
    margin: 0 0 10px;
}
img {
    border: none;
    outline: none;
}
ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span {}
p {
    font-size: 14px;
    margin-bottom: 15px;
}
a, a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000040 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ddd !important;
}
button {
    border: none;
    background: none;
}
/* Helper Class */

.padding {
    padding: 80px 0;
}
.no-padding {
    padding: 0;
}
.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color: #f7f7f7;
}
.bg-dark {
    background-color: #232323;
}
.bd-top {
    border-top: 1px solid #eaeaea;
}
.bd-bottom {
    border-bottom: 1px solid #eaeaea;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.fz-28 {
    font-size: 28px;
}
.fz-24 {
    font-size: 24px;
}
.fz-22 {
    font-size: 22px;
}
.fz-20 {
    font-size: 20px;
}
.fz-18 {
    font-size: 18px;
}
.fz-16 {
    font-size: 16px;
}
.text-black {
    color: #282828;
}
.text-blue {
    color: #000040;
}
.text-light {
    color: #ddd;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.fl-right {
    float: right;
}
.fl-left {
    float: left;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    height: 100%;
}
.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
/* Preloader Styles */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
}
/* Button Style */

.btn_group {}
.btn_group a {
    margin: 5px;
}
.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}
.host_btn {
    background-color: #000040;
    ;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.host_btn:hover {
    background-color: #5b95ff;
    color: #fff;
}
.host_btn.btn_sm {
    line-height: 40px;
    padding: 0 15px;
}
/* Transition Effect */

a, a:hover, .overlay, img, .form-control, .form-control:hover, button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Slider section
   ========================================================================== */

.slider_section {
    border-style: none;
}
.main_slider {}
#main-slider .slider_item1 {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 400px;
}
#main-slider .slider_item2 {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 400px;
}
#main-slider .slider_item3 {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 400px;
}
#main-slider .slider_item4 {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 400px;
}
#main-slider .slider_item5 {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 400px;
}
#main-slider .slider_item6 {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 400px;
}
.slider_content {
    border-style: none;
}
.slider_content #header1 {
    font-size: 40px;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    color: #000040;
}
.slider_content .header1p {
    font-size: 20px;
    color: #000040;
}
.slider_content #header2 {
    font-size: 40px;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    color: #F08080;
}
.slider_content #header3 {
    font-size: 40px;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    color: #87CEFA;
}
.slider_content #header4 {
    font-size: 40px;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    color: #C0C0C0;
}
.slider_content #header5 {
    font-size: 40px;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    color: #DB7093;
}
.slider_content #header6 {
    font-size: 40px;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    color: #F5DEB3;
}
.slider_content #p1 {
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.3s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content #p2 {
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.3s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content #p3 {
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.3s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content #p4 {
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.3s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content #p5 {
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.3s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content #p6 {
    -webkit-animation-duration: 1.3s!important;
    animation-duration: 1.3s!important;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.slider_content .btn_group_left {
    -webkit-animation-duration: 1.6s!important;
    animation-duration: 1.6s!important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.main_slider .owl-nav div {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    width: 40px;
    height: 80px;
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav div:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
}
.main_slider .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.main_slider .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.main_slider .owl-dots .owl-dot {
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots .owl-dot.active {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}
.officebox {
    margin: 0 auto;
    max-width: 300px;
    max-height: 200px;
}
/* ==========================================================================
   About Section
   ========================================================================== */

.promo_section {
    background-color: #F9F9F9;
    border-color: #00007f;
    border-width: 5px;
    border-style: solid;
    width: 98%;
    margin: 10px auto 20px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
}
.promo_items {}
.promo_items .promo_content {}
.promo_items .promo_content h3 {
    color: #fff;
    margin: 0 0 5px;
}
.promo_items .promo_content p {
    color: #fff;
}
.promo_items .promo_content img {
    width: 100%;
    margin-bottom: 15px;
}
/* ==========================================================================
   Service Section
   ========================================================================== */

.service_section {
    border-style: none;
    background: #FFFFFF;
}
.service_lists .col-md-4 {
    padding: 15px;
}
.service_lists .service_list1 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border-color: #F08080;
    border-style: solid;
    border-width: 5px;
}
.service_lists .service_list2 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border-color: #DB7093;
    border-style: solid;
    border-width: 5px;
}
.service_lists .service_list3 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border-color: #87CEFA;
    border-style: solid;
    border-width: 5px;
}
.service_lists .service_list4 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 5px;
}
.service_lists .service_list5 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border-color: #F5DEB3;
    border-style: solid;
    border-width: 5px;
}
.service_lists .service_list6 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border-color: #2E8B57;
    border-style: solid;
    border-width: 5px;
}
.service_lists .service_list7 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border-color: #e5e500;
    border-style: solid;
    border-width: 5px;
}
.service_lists .service_list8 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border-color: #FFA07A;
    border-style: solid;
    border-width: 5px;
}
.service_lists .service_list9 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border-color: #DAA520;
    border-style: solid;
    border-width: 5px;
}
.service1 {
    display: inline-block;
    font-size: 45px;
    color: #F08080;
}
.service2 {
    display: inline-block;
    font-size: 45px;
    color: #DB7093;
}
.service3 {
    display: inline-block;
    font-size: 45px;
    color: #87CEFA;
}
.service4 {
    display: inline-block;
    font-size: 45px;
    color: #C0C0C0;
}
.service5 {
    display: inline-block;
    font-size: 45px;
    color: #F5DEB3;
}
.service6 {
    display: inline-block;
    font-size: 45px;
    color: #2E8B57;
}
.service7 {
    display: inline-block;
    font-size: 45px;
    color: #e5e500;
}
.service8 {
    display: inline-block;
    font-size: 45px;
    color: #FFA07A;
}
.service9 {
    display: inline-block;
    font-size: 45px;
    color: #DAA520;
}
.service_section .service_list .service_content h4 {
    margin: 10px 0 0;
    font-weight: 700;
}
.service_section .service_list1 .service_content p {
    margin: 0;
    min-height: 184px;
}
.service_section .service_list2 .service_content p {
    margin: 0;
    min-height: 184px;
}
.service_section .service_list3 .service_content p {
    margin: 0;
}
.service_section .service_list4 .service_content p {
    margin: 0;
    min-height: 184px;
}
.service_section .service_list5 .service_content p {
    margin: 0;
    min-height: 184px;
}
.service_section .service_list6 .service_content p {
    margin: 0;
    min-height: 184px;
}
.service_section .service_list7 .service_content p {
    margin: 0;
    min-height: 141px;
}
.service_section .service_list8 .service_content p {
    margin: 0;
    min-height: 184px;
}
.service_section .service_list9 .service_content p {
    margin: 0;
    min-height: 184px;
}
/* ==========================================================================
   Call To Action
   ========================================================================== */

.cta_section {
    background-color: #F9F9F9;
    border-color: #00007f;
    border-style: solid;
    border-width: 5px;
    width: 98%;
    margin: 20px auto;
    border-radius: 10px;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
}
.cta_image {}
.cta_image img {}
.cta_contant {
    padding: 68px 0;
}
.cta_contant .host_btn {
    background-color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #777;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
}
.cta_contant .host_btn:hover {
    background-color: transparent;
    color: #fff;
}
.cta_contant h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.cta_contant h3 {
    color: #fff;
}
ul.list li {
    display: inline;
    color: #fff;
    font-size: 16px;
    margin: 0px 30px 0px 0px;
}
ul.list li:before {
    background-color: #fff;
    color: #2f78fe;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 1px;
}
.clientlogo {
    text-align: center;
}
.form1 {
    color: #000040;
}
.form2 {
    color: #000040;
}
/* ==========================================================================
   Pricing Section
   ========================================================================== */

.pricing_items {}
.pricing_table {
    display: block;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.mid_table {
    background: #2f78fe;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
    border: 1px solid #2f78fe;
}
.mid_table.pricing_table .pricing_head h5, .mid_table.pricing_table .pricing_head h3, .mid_table.pricing_table .pricing_head p, .mid_table .pricing_list li, .mid_table.pricing_table .pricing_head i {
    color: #fff;
}
.mid_table .white_btn {
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 47px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    text-transform: uppercase;
}
.mid_table .white_btn:hover {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    color: #333;
}
.pricing_table .pricing_head {
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.pricing_table .pricing_head i {
    font-size: 55px;
    margin-bottom: 25px;
    color: #25d25e;
}
.pricing_table .pricing_head h5 {
    font-size: 16px;
    font-weight: 700;
}
.pricing_table .pricing_head h3 {
    font-size: 32px;
    font-weight: 700;
}
.pricing_table .pricing_head h3 span {
    font-size: 16px;
}
.pricing_table .pricing_head p {
    font-size: 13px;
}
.pricing_list {
    margin-bottom: 40px;
}
.pricing_list li {
    display: block;
    position: relative;
    color: #333;
    margin-bottom: 10px;
    padding-left: 25px;
}
.pricing_list li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #25d25e;
    position: absolute;
    left: 0;
    top: 2px;
}
.pricing_list li.red:before {
    content: '\f00d';
    color: #ff0000;
}
.pricing_table .pricing_footer {
    padding-bottom: 20px;
}
/* ==========================================================================
   Testimonial Section
   ========================================================================== */

.testimonial_section {
    background-image: url(../img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}
.testimonial_items {}
.testimonial_item {
    color: #fff;
    text-align: center;
}
.testimonial_item h4 {
    color: #2f78fe;
    font-size: 14px;
    margin: 0 0 25px;
}
.testimonial_item p {
    font-size: 18px;
    color: #000040;
}
.testimonial_items .owl-dots {
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot {
    background-color: #ddd;
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.3s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active {
    background-color: #2f78fe;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
/* ==========================================================================
   Cta Section 2
   ========================================================================== */

.cta_section_2 {
    background-color: #2f78fe;
}
.cta_content_2 {}
.cta_content_2 h2 {
    color: #fff;
    font-weight: 600;
}
.cta_content_2 p {
    color: #fff;
    font-size: 16px;
}
.cta_content_2 .white_btn {
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 47px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 3px;
    text-transform: uppercase;
}
.cta_content_2 .white_btn:hover {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    color: #333;
}
/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog_section {
    background-color: #f7f7f7;
}
.blog_section img {
    width: 100%;
}
.blog_post .blog_content {
    border: 1px solid #ddd;
    padding: 15px;
}
.blog_post .blog_content h4 {
    text-transform: uppercase;
    margin: 0 0 3px;
}
.blog_post .blog_content .post_meta {
    display: block;
    margin-bottom: 10px;
}
.blog_post .blog_content span a {
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
}
.blog_post .blog_content p {
    margin-bottom: 10px;
}
.blog_post .blog_content a {
    font-size: 15px;
    color: #444;
}
.blog_post .blog_content a:hover {
    text-decoration: underline;
}
/* ==========================================================================
   Contact Section
   ========================================================================== */

.contact_section {
    position: relative;
    background-color: #F9F9F9;
    border-color: #00007f;
    border-width: 5px;
    border-style: solid;
    width: 98%;
    margin: 10px auto 20px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
}
.contact_bg {
    background-image: url(../img/customerservice.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -12% 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (min-width: 1824px) {
    .contact_bg {
        background-position: 10% 0;
    }
}
.contact_wrapper {
    margin: 0px 50px 0px 0px;
}
.contact_items li {
    margin-bottom: 20px;
}
.contact_items .contact_content a {
    color: #000040;
}
.contact_items .contact_content .contact_icon {
    text-align: center;
    font-size: 32px;
    color: #2f78fe;
    width: 0px;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}
.contact_items .contact_content h3 {}
.contact_items .contact_content p {}
.contact_wrap {}
.contact_form .form-control {
    background: none;
    color: #000040;
    height: 50px;
    border-radius: 5px;
    border: 3px solid #000040;
}
.contact_form .form-control.msg {
    height: inherit;
}
#ajax_registration .alert, #ajax_form .alert {
    display: none;
}
#ajax_registration .alert.alert-success, #ajax_form .alert.alert-success, #ajax_registration .alert.alert-danger, #ajax_form .alert.alert-danger {
    display: block;
}
/* ==========================================================================
   Sponsor Section
   ========================================================================== */

.sponsor_section {
    padding: 20px 0;
}
.sponsor_section .sponsor_items {}
.sponsor_section .sponsor_item img {}
.sponsor_section .sponsor_items li:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}
.client1 {
    width: 185px;
    height: 180px;
}
.client2 {
    width: 185px;
    height: 180px;
}
.client3 {
    width: 185px;
    height: 120px;
    margin: 30px 0px 0px 0px;
}
.client4 {
    width: 185px;
    height: 50px;
    margin: 70px 0px 0px 0px;
}
.client5 {
    width: 185px;
    height: 60px;
    margin: 60px 0px 0px 0px;
}
.client6 {
    width: 185px;
    height: 180px;
}
.client7 {
    width: 185px;
    height: 110px;
    margin: 30px 0px 0px 0px;
}
.client8 {
    width: 185px;
    height: 80px;
    margin: 50px 0px 0px 0px;
}
.client9 {
    width: 185px;
    height: 110px;
    margin: 30px 0px 0px 0px;
}
.client10 {
    width: 185px;
    height: 180px;
}
.client11 {
    width: 185px;
    height: 125px;
    margin: 30px 0px 0px 0px;
}
.client12 {
    width: 185px;
    height: 120px;
    margin: 30px 0px 0px 0px;
}
/* ==========================================================================
   widget Section
   ========================================================================== */

.widget_section {
    background-image: url(../img/);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 120px 0;
    margin: 0px 0px 20px 0px;
    background-color: #FFFFFF;
    color: #000;
}
.widget_section:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer_widget {
    color: #000;
}
.footer_widget h4 {
    font-weight: 600;
}
.footer_widget p {
    width: 220px;
    height: 100%;
}
.footer_widget p a {
    color: #000;
}
.map {
    height: 320px;
    width: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #E2E2E2;
    border-radius: 5px;
}
.links {}
.links li {}
.links li a {
    color: #000;
    display: block;
    line-height: 28px;
}
p a:hover, .links li a:hover {
    color: #5A80B4;
}
/* Twitter Feed */

.tweet-single {}
.tweet-single .user {
    margin-bottom: 15px;
}
.tweet-single .user span img {
    display: none;
}
.tweet-single .user span {
    display: block;
}
.tweet-single .user a:hover {
    text-decoration: none;
}
.tweet-single .user span:nth-child(2) {
    color: #000;
    font-size: 18px;
}
.tweet-single .user span:nth-child(3) {
    color: #000;
    opacity: 0.6;
}
.tweet-single .user span:nth-child(3):hover {
    text-decoration: underline;
}
.tweet-single .timePosted {
    margin: 0;
}
.tweet-single .timePosted a {
    color: #000;
    position: relative;
    display: block;
    font-size: 13px;
    padding-left: 20px;
}
.tweet-single .timePosted a:before {
    font-family: 'ElegantIcons';
    content: '\7d';
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}
.tweet-single .timePosted a:hover {
    text-decoration: none;
}
.tweet-single .tweet a, .tweet-single .tweet {
    color: #000;
    opacity: 0.6;
}
.tweet-single .tweet a, .tweet-single .tweet a:hover {
    text-decoration: underline;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */

.footer_section {
    display: block;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: bold;
    background-color: #000019;
    width: 99%;
    margin: 5px auto;
    border-radius: 10px;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
}
.footer_section p {
    font-size: 12px;
    margin: 0;
    color: #FFFFFF;
}
/* ==========================================================================
   Scroll to Top
   ========================================================================== */

#scroll-to-top {
    background-color: #000040;
    border-radius: 50%;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    border-style: solid;
    border-width: 2px;
    border-color: #F1F1F1;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
}
#scroll-to-top:hover {
    color: #fff;
}