html, body {
	width: 100%;
	background:#fff;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
	color:#6d6d6d;
	overflow-x:hidden
}
img {
	max-width:100%;
}

::-webkit-scrollbar {
 width: 5px;
}

::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}
hr.light {
	border-color: #fff;
}
 ul:not(.browser-default)>li {
 list-style-type: none;
}
a {
	color: #162f58;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
	outline: none;
}
a:hover, a:focus {
	color: #463105;
	outline: none !important;
	text-decoration:none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.8;
}
.bgf5 {
	background:#f5f5f5 !important
}
.bgff {
	background:#fff !important
}
section {
	padding: 0px 0;
	margin:0;
}
aside {
	padding: 50px 0;
}
.m0 {
	margin:0 !important
}
.no-bdr {
	border:none !important
}
.no-bg {
	background:none !important;
}
.no-padding {
	padding: 0;
}

::-moz-selection {
 text-shadow: none;
 color: #fff;
 background: #03356b;
}

::selection {
 text-shadow: none;
 color: #fff;
 background: #03356b;
}
 img::selection {
 color: #fff;
 background: 0 0;
}
 img::-moz-selection {
 color: #fff;
 background: 0 0;
}
body {
	webkit-tap-highlight-color: #222;
}
img {
	display:inline-block !important;
}
#scroll-to-top {
	bottom: 60px;
	display: none;
	position: fixed;
	right: 10px;
	transition: all 0.7s ease 0s;
	z-index: 99;
}
#scroll-to-top:hover {
	bottom:70px;
}
header {
	margin:0;
	padding: 0;
	background:url(../img/h-bg.jpg) repeat;
}
.mbtn {
	display:none;
}
nav {
	z-index:2;
 transition: all .3s ease-in-out 0s;
 -ms-transition: all .3s ease-in-out 0s;
 -o-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s
}
.navbar-brand {
	position:absolute;
	left:0;
	top:-40px;
	z-index:2
}
.navinner {
	margin-top:40px;
	display:flex;
	align-items:center;
	position:relative;
	width:100%;
}
.nright {
	width:100%;
}
.topbars {
	margin: 0 0 0 130px;
	padding-left: 60px;
	background: #373737;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topbars span {
	margin:0;
	padding:0 0;
	display:inline-block;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}
.topbars span a {
	margin:0;
	padding:8px 10px;
	font-size:13px;
	color:#fff;
	display:inline-block;
	font-weight:500;
	vertical-align: top;
}
.topbars span a:hover {
	color:#999;
}
.topul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.topul li.dropdown:hover ul {
	display: block;
}
.topul li.dropdown ul {
	margin: 0;
	padding:0;
	background: #373737;
	border-radius: 0;
}
.topul li.dropdown ul li {
	border-bottom:1px solid #191919;
}
.topul li.dropdown ul li:last-child {
	border-bottom:none;
}
.topul li.dropdown ul li a:hover {
	padding-left:20px;
}
.search {
	margin:0 0 0 10px !important;
	position:relative;
	background:#494949;
}
.search:before {
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 36px solid transparent;
	content: "";
	border-left: 19px solid #494949;
	position: absolute;
	right: -18px;
	bottom: 0;
}
.search:after {
	width: 0;
	height: 0;
	border-top: 36px solid transparent;
	border-bottom: 0px solid transparent;
	content: "";
	border-right: 19px solid #494949;
	position: absolute;
	left: -18px;
	bottom: 0;
}
.hsocial {
	margin-left:20px !important;
	background:#2f2f2f;
	padding:0 10px 0 5px !important;
	position:relative;
}
.hsocial:after {
	width: 0;
	height: 0;
	border-top: 36px solid transparent;
	border-bottom: 0px solid transparent;
	content: "";
	border-right: 19px solid #2f2f2f;
	position: absolute;
	left: -18px;
	bottom: 0;
}
.hsocial a {
	color:#d7d7d7;
	font-size:20px !important;
}
.hsocial a:hover {
	color:#fff;
}
.navbar-collapse {
	margin-left: 95px;
	margin-bottom: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.navbar-collapse li {
	margin: 0;
	padding: 0;
	background: #162f58;
	width: 100%;
	text-align: center;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.navbar-collapse li:hover {
	background:#092147 !important
}
 .navbar-collapse li:nth-child(2) {
 background: #fe3b40;
}
 .navbar-collapse li:nth-child(3) {
 background: #ff903e;
}
.navbar-collapse li a {
	margin:0;
	padding:12px 0;
	display:block;
	color:#fff;
	font-size:25px;
	font-weight:600;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
/*nav.navbg {

	position:fixed;

	top:0;

	width:100%;

	left:0;

	webkit-transform: translateY(-80px);

	-moz-transform: translateY(-80px);

	-ms-transform: translateY(-80px);

	-o-transform: translateY(-80px);

	transform: translateY(-80px);

}*/

.main-slider {
	position:relative;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
.main-slider img {
	width:100%
}
.main-slider .owl-nav div {
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.main-slider .owl-prev {
	position:absolute;
	top:40%;
	left:-20%;
	border-radius:0 10px 10px 0;
	background:#fff url(../img/sb-pre.png) no-repeat center;
	width:40px;
	height:100px;
	text-indent:-9999px
}
.main-slider .owl-next {
	position:absolute;
	top:40%;
	right:-20%;
	border-radius:10px 0 0 10px;
	background:#fff url(../img/sb-next.png) no-repeat center;
	width:40px;
	height:100px;
	text-indent:-9999px
}
.main-slider .owl-nav div:hover {
	background-color:#000;
}
.main-slider:hover .owl-prev {
	left:0
}
.main-slider:hover .owl-next {
	right:0
}
.sl-text {
	position:relative;
	text-align:left
}
.sl-caption {
	position:absolute;
	;
	top:20%;
	left:15%;
	max-width:481px;
}
.sl-caption h2 {
	margin:0;
	padding:0;
	font-size:72px;
	color:#fff;
	font-weight:bold;
	text-shadow: 4px 3px 0px #162f58;
}
.sl-caption p {
	margin:0 0 15px;
	padding:0;
	font-size:24px;
	color:#fff;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
}
.sl-caption p a {
	margin:0 0;
	padding:10px 30px;
	color:#fff;
	border:2px solid #fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
}
.sl-caption p a:hover {
	background:#fe3a3f
}
.box3-section {
	background:url(../img/3block-bg.jpg) no-repeat center;
	background-size:cover;
}
.box3con {
	position:relative;
	z-index:2;
	top:-100px;
}
.box3-section .box {
	padding:30px;
	background:#162f58;
	display:block;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.box3-section .box:hover {
	transform: scale(1.02);
	z-index:2;
}
.box3-section .box h2 {
	margin:0 0 15px;
	padding:0;
	font-size:35px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.box3-section .box p {
	margin-bottom:20px;
	font-size:15px;
	font-weight:300;
	text-align:justify;
}
.box3-section .box a {
	padding:8px 20px;
	display:inline-block;
	color:#fff;
	border:2px solid #fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:500;
	font-family: 'Oswald', sans-serif;
}
.box3-section .box a:hover {
	background:#fff;
	color:#162f58
}
.box3-section .bbox p {
	color:#98acce
}
.box3-section .rbox p {
	color:#f6dedf
}
.box3-section .obox p {
	color:#f8eee6
}
.box3-section .rbox {
	background:#fe3b40
}
.box3-section .obox {
	background:#ff903e
}
.box3-section .title {
	margin:0px 0 60px;
}
.box3-section .title h2 {
	margin:0;
	padding:0;
	position:relative;
	color:#162f58;
	font-size:35px;
	text-transform:uppercase;
	font-weight:bold;
}
.box3-section .title h2:before {
	margin:0 auto;
	content:"";
	position:absolute;
	bottom:-30px;
	left:0;
	right:0;
	background:rgba(22, 47, 88, 0.3);
	width:130px;
	height:1px
}
.box3-section .story {
	margin-bottom:50px;
}
.box3-section .story p {
	font-size:22px;
	color:#2d2d2d;
	letter-spacing:1px;
	font-weight:500;
	font-family: 'Open Sans Condensed', sans-serif;
}
.mw75 {
	max-width:980px;
}
.box3-section .story a {
	margin-top:20px;
	display:block;
	color:#fe3b40;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
.box3-section .story a:hover {
	color:#162f58;
}
.quotes {
	margin:0;
	padding:50px 0;
	text-align:center;
}
.quotes p {
	color:#fe3b40;
	font-size:35px;
	font-style:italic;
	font-weight:500;
	line-height:44px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.quotes p span {
	color:#162f58 !important
}
.circle-section {
	margin:0 0 50px;
	position:relative;
	background:url(../img/circle.png) no-repeat center;
	height:1051px;
}
.in_circle {
	margin:0 auto;
	max-width:920px;
	position:relative;
}
.t-text {
	margin-bottom:10px;
	padding-top:100px;
	max-width:90%;
	border-bottom:5px solid #ff903e;
}
.t-text h2 {
	font-size:65px;
	color:#fe3b40;
	font-weight:bold;
	text-transform:uppercase;
	max-width:500px;
}
.t-text h3 {
	color:#ff903e;
	font-size:40px;
	font-weight:300;
	text-transform:uppercase;
	max-width:500px;
}
.circleimg2 {
	position: absolute;
	top: -17px;
	right: 0;
	z-index:2
}
.b-text {
	max-width: 735px;
	margin-left: 72px;
}
.b-text h2 {
	position:relative;
	z-index:3;
	margin-bottom:0;
	font-size:50px;
	color:#162f58;
	font-weight:500;
	text-transform:uppercase
}
.b-text p {
	position:relative;
	z-index:3;
	color:#2d2d2d;
	font-size:22px;
	font-weight:400;
	max-width: 478px;
    height: 187px;
    overflow: auto;
	font-family: 'Open Sans Condensed', sans-serif;
}
.wwd {
	margin:0;
	padding:60px 0 80px;
	background:url(../img/wwd-bg.jpg) no-repeat center;
	background-size:cover;
}
.wwd .title h2 {
	margin:0 0 30px;
	padding:0;
	position:relative;
	color:#162f58;
	font-size:35px;
	text-transform:uppercase;
	font-weight:bold;
}
.wwd p {
	font-size:22px;
	color:#2d2d2d;
	text-align:center;
	letter-spacing:1px;
	font-weight:500;
	font-family: 'Open Sans Condensed', sans-serif;
}
.wwd figure {
	position:relative;
	overflow:hidden;
	text-align:center;
	border:5px solid #fff;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.wwd figure span {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(rgba(255, 0, 0, 0), #000000);
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.wwd figure figcaption {
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	line-height:28px;
	z-index:2
}
.wwd figure img {
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.wwd figure:hover img {
	transform: scale(1.07);
}

.wwd p a {
	margin-top:20px;
	display:block;
	font-size:16px;
	color:#fe3b40;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
.wwd p a:hover {
	color:#162f58;
}
.our-impact {
	background:#ff903e;
	padding:50px 0 40px;
	text-align:center;
}
.our-impact h2 {
	margin-bottom:30px;
	font-size:25px;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
}
.count {
	font-family: 'Oswald', sans-serif;
	font-size:60px;
	font-weight:700;
	color:#fff;
}
.countplus {
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	font-weight:700;
	color:#fff;
}
.our-impact p {
	margin-bottom:0px;
	font-size:20px;
	color:#fff;
	line-height:20px;
	font-style:italic;
}
.bdr_1 {
	border-left:1px solid #ffaa6c;
	border-right:1px solid #ffaa6c;
}
.oa-section {
	margin:0;
	padding:30px 0;
}
.oa-section h2 {
	margin-bottom:30px;
	font-size:35px;
	color:#fe3b40;
	font-weight:700;
	text-transform:uppercase;
}
.oa-box {
	margin:0 0 10px;
	padding:0px;
	width:100%;
	text-align:center;
	position:relative;
	overflow:hidden;
	background:#162f58;
	min-height:493px;
}
.oa-box figure {
	margin:0px;
	padding:0;
	background:#fff;
	overflow:hidden;
	width:100%;
	display:flex;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
	justify-content:center;
	align-items: center;
}
.oa-box figure img {
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.oa-box:hover figure img {
	transform: scale(1.07);
}
.oabox-body {
	padding:10px;
}
.oabox-body h3 {
	margin:0 0 10px;
	padding:0;
	font-size:22px;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
}
.oabox-body p {
	color:#fff;
	font-weight:300;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	line-height:22px;
}
.oabox-body a {
	color:#fff;
	font-weight:500;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
}
.bgr {
	background:#fe3b40;
}
.bgo {
	background:#ff903e;
}
.bgg {
	background:#373737;
}
.boa-section {
	margin:0;
	padding:30px 0 0;
	text-align:center;
}
.boa-section h2 {
	margin-bottom:40px;
	color:#162f58;
	font-weight:300;
	font-size:35px;
}
.boa-section h2 strong {
	color:#fe3b40
}
.boa-section .text-center > img {
	max-width:140px;
	max-height:140px;
}
.boa-section .owl-carousel a {
	overflow:hidden;
	position:relative;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.boa-section .owl-carousel a img {
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.boa-section .owl-carousel a:hover img {
	transform: scale(1.07);
}
footer {
	padding-top:20px;
	background:#373737;
	border-top:5px solid #1c1c1c;
}
.qlinks ul {
	margin:0;
	padding:30px 0 0;
}
.qlinks ul li {
	margin: 0;
	padding: 0;
	width: 49%;
	display: inline-block;
	color: #cecece;
	font-size: 15px;
}
.qlinks ul li a {
	margin-bottom:10px;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
	display:block;
}
.faddress h4 {
	padding:30px 0 0;
	color:#fff;
	font-size:20px;
	font-weight:500;
}
.qlinks ul li a:hover {
	padding-left:10px;
}
.faddress p {
	color:#fff;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}
.faddress p a {
	color:#fff;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	display:block;
}
.flogo {
	text-align:center;
}
.pagination a, .pagination span {
	position: relative;
	display: block;
 padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #fe3b40;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination li.disabled span {
	background:#999;
	color:#fff;
	cursor:not-allowed
}
.pagination li.active span, .pagination li a:hover {
	background:#fe3b40;
	color:#fff;
}
.flink a {
	color:#fff;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	display:inline-block;
}
.flink p {
	color:#fff;
	font-size:18px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	display:inline-block;
}
.flink p span {
	margin-left:20px;
}
.flink p span a {
	margin:0 10px;
	font-size:20px;
}
.flink p span a:hover {
	color:#ddd !important;
}
.fbottom {
	margin-top:20px;
	padding:15px 0;
	background:#1c1c1c;
}
.fbottom p {
	margin-bottom:0;
	color:#fff;
	text-transform:uppercase;
}
.fbottom p strong, .fbottom p a {
	color:#ff8f3b
}
.dhide {
	display:none;
}
.ippages ul li { list-style-type:disc;}
.search-section {
	margin:0 auto;
	display: none;
	position: fixed;
	left: 0;
	top: 30%;
	z-index: 992;
	width: 100%;
	height: 50px;
	max-width: 80%;
	right: 0;
}
.search-section.pull1 {
	display:block !important;
}
.bbg {
	background: rgba(0, 0, 0, 0.5882352941176471);
	z-index: 91;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.bbg.pull1 {
	display: block;
}
body.pull, body.pull1 {
	overflow:hidden;
}
.search-section input {
	margin:0;
	padding:0 10px;
	width:100%;
	border:none;
	line-height:47px;
}
.search-section input:focus {
	box-shadow:0 0 3px #ddd;
}
.search-section button {
	cursor:pointer;
	position:absolute;
	right:8px;
	top:8px;
	background:none;
	border:none;
	font-size:20px;
	color:#333;
}
.fblue {
	color:#162f58
}
.service-section {
	margin:0;
	padding:0;
}
.service-section figure {
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
	text-align:center;
	border:2px solid #162f58;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.service-section figure img {
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.service-section figure:hover img {
	transform: scale(1.07);
}
.service-section h4 {
	margin:0 0 30px;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
}
.service-section a:hover h4 {
	color:#162f58;
}
.map {
	width:100%;
	height:300px;
	border:0;
}
.contact .box {
	margin:50px 0 0;
	background:#f0f0f0e9;
	padding:50px 50px 30px;
	position:relative;
	min-height:350px;
}
.contact .box h4 {
	margin: 0 auto;
	padding: 10px 15px 9px;
	background: #ddd;
	display: inline-block;
	color: #2a2a2a;
	font-size: 24px;
	line-height: 22px;
}
.title2 {
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
}
.media-images a {
	margin-bottom:5px;
	display:inline-block
}
.album-box {
}
.album-box {
	text-align:center;
}
.album-box1 figure {
	margin-bottom:0px;
	position:relative;
	overflow:hidden;
	text-align:center;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.album-box figure {
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
	text-align:center;
	border:2px solid #ddd;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.album-box figure img, .album-box1 figure img {
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
	width:100%;
}
.album-box:hover img, .album-box1:hover figure img {
	transform: scale(1.07);
}
.album-box h4 {
	color:#162f58
}
 @media only screen and (min-width: 768px) {

	

	/* ----------------------------------

 ANIMATION

  ---------------------------------- */

 

.animation {
 -webkit-transition: all 1s ease-in-out .2s;
 -moz-transition: all 1s ease-in-out .2s;
 -o-transition: all 1s ease-in-out .2s;
 -ms-transition: all 1s ease-in-out .2s;
 transition: all 1s ease-in-out .2s;
 position:relative;
}
 .bottom-out {
 top: 200px !important;
}
 .bottom-out.animated {
 top: 0px !important;
}
 .fade-in {
 opacity: 0;
 top: -20px;
}
 .fade-in.animated {
 opacity: 1;
 top: 0px;
}
 .scale-less {
 opacity: 0;
 -ms-transform: scale(.8);
 -webkit-transform: scale(.8);
 -moz-transform: scale(.8);
 transform: scale(.8);
}
 .scale-less.animated {
 opacity: 1;
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
}
 .left-out {
 left: -100px;
 opacity: 0;
}
 .left-out.animated {
 left: 0;
 opacity: 1;
}
 .right-out {
 right: -100px;
 opacity: 0;
}
 .right-out.animated {
 right: 0px;
 opacity: 1;
}
 .move-up {
 top: 30px;
 opacity: 0;
}
 .move-up.animated {
 top: 0;
 opacity: 1;
}
 .zoom-out {
 opacity: 0;
 -ms-transform: scale(5);
 -webkit-transform: scale(5);
 -moz-transform: scale(5);
 transform: scale(5);
}
 .zoom-out.animated {
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 .small-spliter {
 width: 50px;
}
 .small-spliter.animated {
 width: 20px;
}
 .rotateIn {
 -ms-transform: rotate(-190deg); /* IE 9 */
 -webkit-transform: rotate(-190deg); /* Chrome, Safari, Opera */
 transform: rotate(-190deg);
 opacity: 0;
}
 .rotateIn.animated {
 -ms-transform: rotate(0deg); /* IE 9 */
 -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
 transform: rotate(0deg);
 opacity: 1;
}
 .rotateIn.animation {
 -webkit-transition: all 1s ease-in-out 1s;
 -moz-transition: all 1s ease-in-out 1s;
 -o-transition: all 1s ease-in-out 1s;
 -ms-transition: all 1s ease-in-out 1s;
 transition: all 1s ease-in-out 1s;
 position:relative;
 animation-delay: 2s;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .sl-caption h2 {
 font-size:55px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .navbar-brand img {
 max-width:170px;
}
 .topbars {
 margin: 0 0 0 100px;
}
 .topbars span:nth-child(1) {
}
 .topbars span, .topbars span a {
 font-size:12px;
}
 .topbars span a {
 padding:8px 5px;
}
 .navbar-collapse li a {
 font-size:18px;
}
 .sl-caption h2 {
 font-size:45px;
}
 .sl-caption p {
 font-size:22px;
}
 .sl-caption p a {
 padding: 3px 10px;
 font-size:14px;
}
 .b-text {
 margin-left:0;
}
 .circleimg2 {
 position: absolute;
 top: -14px;
 right: -109px;
}
 .t-text h3 {
 font-size: 29px;
 max-width: 400px;
}
}
 @media only screen and (max-width: 767px) {
 .sl-caption h2 {
 font-size:25px;
}
 .sl-caption p {
 font-size:16px;
}
 .sl-caption p a {
 padding: 3px 10px;
 font-size:11px;
}
 .box3con {
 top:-90px;
}
 .qlinks ul li {
 width:100%;
}
 .circle-section {
 padding-bottom:40px;
 background:#ddd !important;
 height:auto;
 text-align:center;
}
 .t-text {
 margin-bottom:5px;
 padding:40px 0 0;
 max-width:100%;
 border-bottom-width:2px
}
 .t-text h2 {
 font-size:25px;
}
 .t-text h3 {
 font-size:20px;
}
 .b-text {
 position:static;
 margin:10px 0 0;
}
 .b-text img {
 margin-bottom:15px;
}
 .b-text h2, .box3-section .title h2, .wwd .title h2, .oa-section h2 {
 font-size:25px;
}
 .b-text p, .box3-section .story p, .wwd p, .oabox-body h3 {
 font-size:16px;
}
 .quotes p {
 font-size:22px;
}
 .main-slider .owl-nav div {
 height:60px;
 width:25px;
 background-size:30%;
}
 .wwd figure figcaption {
 font-size:22px;
}
 .count {
 font-size:25px;
}
 .box3-section .box h2 {
 font-size:25px;
}
 .box3-section .box a {
 padding:5px 10px;
 font-size:13px;
}
 .countplus {
 font-size:20px;
}
 .oa-box {
 min-height:430px;
}
 .our-impact p, .oabox-body a {
 font-size:12px;
}
 .oabox-body p {
 font-size:13px;
}
 .navbar-brand img {
 max-width:170px;
}
 .topbars {
 margin: 0 0 0 90px;
 justify-content: flex-end;
}
 .topbars span a {
 padding: 8px 5px;
 font-size: 13px !important;
}
 .navbar-collapse {
 margin:0 !important;
 padding:0;
 position: fixed;
 right: -300px;
 width: 280px;
 height: 100%;
 z-index: 99;
 display: block;
 background: #162f58;
 top: 0;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
 .navbar-collapse li {
 background:none !important;
 text-align:left;
 list-style:none
}
 .navbar-collapse li a {
 padding:10px 20px;
 font-size:14px;
 border-bottom:1px solid #224071;
 font-weight:500;
 letter-spacing:1px
}
 .dropdown-btn {
 position:absolute;
 right:0;
 top:0;
 padding:9px 20px;
 border-left:1px solid #224071;
 cursor:pointer;
}
 .dropdown-menu {
 position: relative;
 padding: 0;
 float: none;
 background: #091d3e;
 border: 0;
 border-radius: 0;
 margin: 0;
}
 .navbar-collapse .dhide {
 width:100%
}
 .dhide {
 display:inline-block !important;
}
 .topbars {
 margin: 0 !important;
}
 .mbtn {
 display: block;
 margin-left: auto;
 background: #fe3b40;
 width: 100%;
 text-align: right;
 border: none;
 height: 41px;
 color: #fff;
 font-size: 22px;
 padding-right: 20px;
 cursor:pointer;
}
 .nright {
 width: 90%;
 margin-left: 10%;
}
 .navbar-collapse.pull {
 right:0;
}
 .mobhide {
 display:none !important;
}
 .box3con {
 top:0px
}
 .bbg.pull {
 display: block;
}
 .circleimg2 {
 display:none !important;
}
}
 @media only screen and (max-width: 576px) {
 .flogo {
 display:none;
}
 .qlinks ul li {
 width:49% !important;
}
 .fbottom p {
 text-align:center;
}
 .navbar-brand {
 top: -40px;
}
 .navbar-brand img {
 max-width:150px;
}
}
 @media only screen and (max-width: 360px) {
 .navbar-brand {
 top: -25px;
}
 .navbar-brand img {
 max-width:120px;
}
 .navinner {
 margin-top: 20px;
}
 .navbar-collapse {
 width:260px;
}
}
.pagination li { list-style-type:none !important;}