/*!
Theme Name: pam
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

pam is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,700');


/*
    Dunlop
    By Crackthemes
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Slider section
    3.0 About Section
    4.0 Service Section
    5.0 Counter Section
    6.0 Portfolio Section
    7.0 Testimonial Section
    8.0 Pricing Section
    9.0 Blog Section
    10.0 Contact Section
    11.0 Widget Section
    12.0 Footer Section
    13.0 Scroll to Top
    
    ==========================================================================
    Dunlop
    ========================================================================== */


	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #7D7D7D;
    font-weight: 300;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    -webkit-font-smoothing:antialiased;
}
h1{
    font-size: 50px;
    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;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
h3,h4{
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 1.7;
    color: #333;
    letter-spacing: -0.01em;
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
    height: auto;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{
    letter-spacing: 1px;
}
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: #777 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #777 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #777 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #777 !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 100px 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; }

.mt-15{ margin-top: 15px; }
.mt-20{ margin-top: 20px; }
.mt-25{ margin-top: 25px; }
.mt-30{ margin-top: 30px; }
.mt-35{ margin-top: 35px; }
.mt-40{ margin-top: 40px; }
.mt-45{ margin-top: 45px; }
.mt-50{ margin-top: 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: #333;
}
.text-white{
    color: #ffffff;
}
.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;
}
@media (min-width: 767px) {
    .row.is-flex {
        display: flex;
        flex-wrap: wrap;
        -webkit-align-items: center; /* Safari */
        align-items:         center;
    }
    .row.is-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .row.is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
/* 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;
}
.fs_btn{
    background-color: #3259A4;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.fs_btn:hover{
    background-color: #254179;
    color: #fff;
}
.fs_btn.btn_2{
    background-color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #333;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
}
.fs_btn.btn_2:hover{
    background-color: transparent;
    color: #fff;
}
.fs_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{
    overflow: hidden;
    position: relative;
}
.slider_content .btn_group a{
    margin: 0 10px 0 0;
}
.slider_content .fs_btn:hover{
    color: #fff;
}
.slider_item{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#main-slider .slider_item{
    height: 570px;
}
.main_slider .owl-nav{}
.main_slider .owl-nav div{
    color: #fff;
    width: 60px;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    left: 10px;
    top: calc(50% - 30px);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.main_slider .owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.main_slider .owl-dots div{
    background-color: rgba(255,255,255,0.4);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots div.active{
    background-color: rgba(255,255,255,1);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    transition: all 0.5s ease-in-out;
} 
.slider-btn{
    background-color: #3259A4;
    width: 50px;
    height: 50px;
    border-radius: 55px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    display: block;
}
#about-carusel .slider_item{
    overflow: hidden;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.logo_slider{
    width: 50%;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 60px;
    padding: 10%;
    opacity: .7;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/* ==========================================================================
   About section
   ========================================================================== */
.about_section{}      
.about_section img{
    /*width: 80%;*/
    /*margin-left: 50px;*/
}
.about_content{
    /*padding-top: 100px;*/
}
.about_content h2{}   
.about_content p{} 

/* ==========================================================================
  Counter Section
   ========================================================================== */
.counter_section{
	background-image: url(http://placehold.it/1920x1000);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.counters{}
.counters .counter_content{
	display: block;
	text-align: center;
	color: #fff;
}
.counters .counter_content i{
	font-size: 36px;
}
.counters .counter_content h3{
	font-size: 35px;
	margin: 5px 0;
	color: #FFFFFF;
    font-weight: 700;
}
.counters .counter_content h4{
    text-transform: uppercase;
	margin: 0;
}
.counter_section .counter-claim{
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 50px;
}


/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-image: url(http://placehold.it/1920x1000);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}
.testimonial{
    display: block;
    text-align: center;
}
.testimonial .client_thumb {
    position: inherit;
    left: inherit;
    bottom: inherit;
    width: 100%;
    margin: 0 0 15px;
}
.testimonial .client_thumb li{
    display: inline-block;
    width: 80px;
    text-indent: inherit;
    height: 80px;
    border: none;
    margin: 0 3px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.testimonial .client_thumb li.active{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.testimonial .client_thumb li img{
    width: 100%;
}
.testimonial .testi_content{
    color: #fff;
}
.testimonial .testi_content h3{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 5px;
}
.testimonial .testi_content p{
    font-size: 16px;
    margin: 0;
}
.testi_control{}
.testi_control a{
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    opacity: 0.3;
}
.testi_control a:hover,
.testi_control a:focus{
    opacity: 1;
}
.testi_control a.right_arrow{
    right: 0;
    left: auto;
}
.home-claim{
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_section .blog_posts{}
.blog_section .blog_posts .blog_post{
    margin-bottom: 50px;
}
.blog_section .blog_posts .blog_post .post_thumb{
	position: relative;
}
.blog_section .blog_posts .blog_post .post_thumb img{
	width: 100%;
}
.blog_section .blog_posts .blog_post h3{
	margin: 10px 0 25px;
    color: #3259A4;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.blog_section .blog_posts .blog_post p{
	margin: 0 0 10px;
}
.blog_post a{
    color: white !important;
    display: block;
    font-weight: 300;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.blog_post .content-overlay {
    background: rgba(50, 89, 164, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
}

.blog_post a:hover > .content-overlay{
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}

.blog_post a:hover > .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}
.blog_section .blog_posts .blog_post a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p{
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom{
    top: 80%;
}

.fadeIn-top{
    top: 20%;
}

.fadeIn-left{
    left: 20%;
}

.fadeIn-right{
    left: 80%;
}

#productModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: rgba(50,89,164,.95);
    /*border: 2px solid #3259A4;*/
}

#productModal .modal-backdrop{
    display: none !important;
}

#productModal .modal-dialog {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}

#productModal .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

#productModal .close {
    background-color: #3259A4;
    width: 50px;
    height: 50px;
    border-radius: 55px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    display: block;
    font-weight: 300;
    opacity: 1;
}
#productModal .close:hover{
    background-color: #254178;
}
#productModal .close span{
    line-height: 45px;
    display: block;
} 

#productModal h2 {
    color: #3259A4;
}
#productModal .logo-modal{
    width: 150px;
    margin-bottom: 50px;
}
#productModal .single-detail{
    padding: 50px;
    background: white;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{}
.contact_section .contact_info{
    background-color: #fff;
    border: 1px solid #3259A4;
    padding: 60px;
    border-radius: 5px;
    text-align: center;
}
.contact_info i{
    font-size: 50px;
    color: #3259A4;
}
.contact_info h2{
    font-size: 40px;
    color: #3259A4;
    font-weight: 800;
}
.section_heading{
    margin-left: 25px;
}
.contact_wrap{
	padding-left: 25px;
}
.contact_form .form-control{
	background: none;
	color: #333;
    height: 50px;
	border-radius: 1px;
	border: 1px solid #ddd;
}

.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;
}

#google_map{
    width: 100%;
    height: 500px;
}
/*==========================================================================
   Widget Section
  ========================================================================== */
.widget_section{
    background: #3259A4;
}
.footer_content a{
    color: #fff;
}
.footer_content a:hover{
    text-decoration: underline;
}
.footer_content h3{
    color: #fff;
    font-weight: 700;
	margin: 0 0 10px;
}
.footer_content p.address a,
.footer_content p{
	color: #fff;
}
.footer_content p.address{
	line-height: 28px;
}
.footer_content p.address i.fa{
    font-size: 16px;
	color: #3259A4;
}
.footer_content img{
    max-width: 75%;
}
.links{}
.links li{
    display: block;
    padding: 3px 0;
}
.links li a{
    color: #ddd;
}
.links li a:hover{
    color: #fff;
    text-decoration: underline;
}
.social_links{}
.social_links li{
	display: inline-block;
}
.social_links li a{
	display: inline-block;
	text-align: center;
	color: #3259A4;
    background-color: white;
	font-size: 12px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.social_links li a:hover{
    background-color: transparent;
    color: #fff;
}
/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer_section{
    display: block;
    padding: 20px 0;
}
.footer_section .copyright{
    font-size: 12px;
    color: #ddd;
}  
.footer_social{
    display: block;
    text-align: right;
}
.footer_social li{
    display: inline-block;
}
.footer_social li a{
    color: #ddd;
    font-size: 12px;
    margin-left: 15px;
}
.footer_social li a:hover{
    color: #fff;
}

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #3259A4;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 55px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #254179;
    color: #fff;
}
