/*
 Table Of Contents
 1.) Wordpress Default CSS
 2.) Reset CSS
 3.) Global Typography
   3.0.2) Global Headings
   3.0.3) Form Elements
   3.0.4) List styles
   3.0.5) General Text Formatting
   3.0.6) Link elements
   3.0.7) Table Elements
   3.0.8) Button Styles
 4.) Header Style
 ===============================================*/


/*1.)WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
        white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/*Wordpress Default Css Ends Here*/

/*
 2.) Reset CSS
 ----------------------------------------*/
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: 'Arial','Helvetica','Open Sans'; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}
/*Reset CSS: End*/

/*
 3.) Global Typography
 ----------------------------------------*/
*, :before, :after{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}
body{
  color: #666666;
  font-size: 14px;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Arial','Helvetica','Open Sans';
   /* background:url("../images/donation.jpg") no-repeat;
   opacity:0.5; */
}

p {
    font-size: 100%;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 1.4;
    text-align: justify;
}
img{
  height: auto;
  max-width: 100%;
  border:0;
}

/*
 3.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #6c6c6c;
  line-height:1.3;
  margin-top: 0;
  margin-bottom:15px;
}
h1 {
  font-size:30px;
    font-weight: 700;
}
h2
{
  font-size:25px;
    font-weight:700;
}

h3 {
   font-size: 22px;
    font-weight:700;
}
h4 {
   font-size:20px;
}
h5 {
   font-size:18px;
}
h6 {
   font-size:17px;
}
::-webkit-input-placeholder {
  color:#2e2e2e;
}
::-moz-placeholder {
  color:#2e2e2e;
}
:-ms-input-placeholder {
  color:#2e2e2e;
}
:-moz-placeholder {
  color:#2e2e2e;
}
/*
 3.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  background: none;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s ease ;
  -moz-transition: all 0.5s ease ;
  -ms-transition: all 0.5s ease ;
  -o-transition: all 0.5s ease ;
  transition: all 0.5s ease;
}
input,textarea,select {
    padding: 10px 20px;
    max-width:100%;
    color:#252525;
   font-size: 14px;
   font-weight:300;
   line-height:24px;
   border:1px solid #b9b9b9;
   margin-bottom:33px;
}
textarea {
  width:100%;
  height: 158px;
  resize: none;
  border-radius:24px;
  margin-bottom: 25px;

}

input[type='text'],input[type='number'],input[type='email'],input[type='url'],input[type='search'],select {
  height:38px;
  width:100%;
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 14px;
}
input:focus, select:focus, textarea:focus, button:focus
{
  border: 1px solid;
  outline: 0;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
  -webkit-appearance: none;
  cursor: pointer;
  line-height: normal;
  overflow: visible;
  border:1px solid #acacac;
}
button[disabled], input[disabled] {
  cursor: default;
  color: #999;
  border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn.focus, .btn:focus, .btn:hover {
  color:inherit;
}
label {
  line-height:1.5;
}

/*
 3.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
  font-size: 100%;
}
li, dt {
  line-height: 1.3;
}
dt {
  font-weight:700;
}
dl {
  margin: 0 0 15px 0;
}
dd {
  margin: 0 0 15px 10px;
}
ul {
  list-style-type: disc;
  margin: 0 0 15px 0;
  padding-left: 0;
  list-style-position: outside;
}
ol {
  list-style-type: decimal;
  margin: 0 0 15px 0;
  list-style-position: inside;
}
ul ul, ol ul {
  list-style-type: circle;
  margin-top: 0;
  padding-left: 15px;
}
ol ol {
  list-style-type: lower-latin;
  margin-top: 0;
  padding-left:15px;
}

/*
 3.0.5) General Text Formatting
 -----------------------------------*/
p,blockquote,q ,.degree {
   margin-top: 0;
   margin-bottom:15px;
}

blockquote {
  padding: 0 16px 0 11px;
    line-height: 1.6;
    position: relative;
    margin-bottom:15px;
  font-size:17px;
}
blockquote p:before {
  content:"\â€œ";
  position:absolute;
  left:5px;
  top:2px;
    color: #dddddd;
    font-size: 35px;
    line-height: 1;
}
blockquote  p:after {
  content:"\â€œ";
  position:absolute;
  right:5px;
  bottom:2px;
    color: #dddddd;
    font-size: 35px;
    line-height: 1;
}
blockquote > p {
    padding: 15px 0px 0px 15px;
    width: 100%;
    color: #666666;
    letter-spacing: -0.1px;
}
q {
  color: #666666;
    letter-spacing: -0.1px;
}

pre, code, kbd, tt, samp, var {
  font-size: 100%;
}
pre {
  font-size: 100%;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px 20px;
}
pre, code {
  color: #4984ef;
  background:rgba(106,175,8,.05);
}
samp, var {
  color: #666666;
  font-weight: bold;
}
acronym, abbr {
  border-bottom: 1px #aaa dotted;
  font-variant: small-caps;
  cursor: help;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img{
  max-width: 100%;
  height: auto;
    vertical-align: middle;
}
big {
    font-size: larger;
}
i, cite, em, var, dfn {
    font-style: italic;
}
tt, code, kbd, samp {
    font-family: monospace;
}
figure {
  max-width:100%;
}
figcaption {
  line-height:1.5;
}
b, strong {
    font-weight: 700;
}
/*
 3.0.6) Link style
 -------------------------*/
a {
  color: #3c3d3d;
  text-decoration: none;
}
a:hover
 {
  color: #1424ec;
}
a:active {
  outline: none;
}
a:hover,
a:focus{
  outline: none;
  text-decoration: none;
}
a:hover{
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


/*
 3.0.7) Table Elements
 --------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  color: inherit;
  border: 1px #e6e6e6 solid;
  margin: 0 0 15px 0;
}
caption {
  font-variant: small-caps;
  line-height: 1.5;
}
th, td {
  line-height: 1.5;
  vertical-align: top;
  padding: 10px 5px;
}
th *:first-child, td *:first-child {
  margin-top: 0;
}
thead th {
  text-align: left;
  font-weight:700;
  border-bottom: 2px #e6e6e6 solid;
}
tbody th {
  text-align: left;
  border: 1px solid #e6e6e6;
  font-weight: 700;
}
tbody td {
  text-align: left;
  border: 1px solid #e6e6e6;
}
/*
 3.0.8) Button Styles
 -------------------------*/
.btn , input.btn, button.btn , input[type="submit"] {
    border: 1px solid #acacac;
    background: #223c3f;
    text-align: center;
    transition: all 0.4s ease 0.2s;
}
.button {
   -webkit-transition: all 0.4s ease 0.2s ;
   -moz-transition: all 0.4s ease 0.2s ;
   -ms-transition: all 0.4s ease 0.2s ;
   -o-transition: all 0.4s ease 0.2s;
   transition: all 0.4s ease 0.2s;
}
.btn:hover , input.btn:hover, button.btn:hover ,input[type="submit"]:hover,.button:hover{
  background:#2e3ded;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
    opacity: 0;
    height: 0;
}
.clear {
    display: block;
    clear: both;
    overflow: hidden;
    opacity: 0;
    height: 0;
}
.float-right{
  float:right;
}
.float-left{
  float:left;
}
/*Global Typography: END*/

/*
 4.) Header Style
 -------------------------*/
 .wrapper{
   max-width: 1280px;
   margin: 0 auto;
 }
 .container{
   max-width: 936px;
   margin:0 auto;
   width: 100%;
 }
 .content{
   overflow-x: hidden;
 }
header .sub-menu {
  display: none;
}
@media all and (min-width: 768px) {
  header .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
header{
  left:0;
 position: absolute;
 top:0px;
 right:0;
 margin:auto;
 width: 100%;
 max-width: 936px;
 z-index: 999;
}
header nav ul li.current-menu-item a{
  color:#2e3ded;
}
.current-menu-parent ul.sub-menu{
  display: block;
}
.current-menu-parent ul.sub-menu .current-menu-item.current_page_item{
  background:#2e3ded none repeat scroll 0 0;
}
.current-menu-parent ul.sub-menu .current-menu-item.current_page_item a{
  color: #ffffff !important;
}
.header-top{
  padding:5px 0 12px;
  background: #000000;
}
.btn.btn-group{
  text-transform: uppercase;
  background: transparent;
  border:none;
}
header .btn-group{
  color:#ffffff;
  font-size: 11px;
  padding: 6px;
}
 .btn-group:hover,.btn-group.active{
  background: #2e3ded;
  color: #ffffff;
}
.menu-links {
    padding-top: 10px;
}
.header nav ul li a:hover{
  color: #2e3ded;
}
.header .sub-menu li:hover a{
  color: #ffffff;
}
.header-main{
  background: #ffffff;
}
.header-logo{
  padding:10px 32px;
}
header nav.main-menu{
  float:right;
  padding:18px 10px 37px 0;
}
.language-section{
  margin-right:10px;
}
header nav ul li{
float:left;
font-size: 14px;
position: relative;
list-style-type: none;
text-transform: uppercase;
margin-left:26px;
font-weight:500;
}
.header nav ul li a{
  color: #252525;
}
figure{
  margin: 0;
}
.header .sub-menu{
  position: absolute;
  min-width: 137px;
  top:16px;
  left:0;
  padding: 0;
  background:#ffffff;
}
.header .sub-menu li{
  text-align: left;
  display: block;
  font-size: 12px;
  padding: 1px 27px 1px 10px;
  margin: 0 0 2px;
  min-width: 122px;
}
.header .sub-menu li a{
    color:#666666;
}
.header .sub-menu li.current-menu-item{
  background: #2e3ded;
}
.header .sub-menu li.current-menu-item a{
  color: #ffffff;
}
/*Footer Section start here**************/
footer{
  background:#03192b;
  padding: 19px 0 10px;
}
.copyright-section{
  color: #f4f4f4;
  font-size: 11px;
  letter-spacing: 1px;
}
footer instagram{
  vertical-align: middle;
}
footer .fa-facebook{
  color: #ffffff;
  padding:4px 7px;
  font-size: 12px;
  background: #475daa;
  border-radius: 5px;
}
.social-icon-section a:hover{
  opacity: 0.5;
}
.copy-right a{
  color: #ffffff;
}
.copy-right a:hover{
  color: #2e3ded;
}
