@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');


html, body {
    height: 100%; font-family: "Lato", sans-serif; font-size: 16px;  line-height: 25px; font-weight: 400; color:#999; scroll-behavior: smooth; /*scroll-padding-top: 90px;*/
}

body {
    margin:71px 0 0 0; padding:0;
}

a {
    color: #999;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #000; text-decoration: none;
}

header {
    background: #fff;
    /*height: 64px;
    overflow: hiddent;
    border-bottom: 1px solid #ddd;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
	z-index:100;
	transition: all 0.3s;
}
/*header.shrink  {top:-45px;}*/

h1, h2, h3 {font-family: 'Raleway', sans-serif; font-weight: 500; margin:0 0 20px; color: #000;}


h1 {font-size:30px; line-height:40px; font-weight: 700;}
h2 {font-size:22px; line-height:30px;}
h3 {font-size:18px; line-height:25px;}

p {
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
	font-size: 16px;
    line-height: 25px;
	color:#999;
}

section {
    padding: 50px 0;
}

aside {
    padding: 50px 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:1; color:#ccc!important;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity:1; color:#ccc!important;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity:1; color:#ccc!important;
}
:-moz-placeholder { /* Firefox 18- */
  opacity:1; color:#ccc!important;
}

/* header start */

/*.navbar-brand {display: block;}*/
header .container-fluid {position: relative; border-bottom: solid 1px #e5e5e5;}
header .container {position: relative; padding: 0 15px; transition: all 0.3s;}
.navbar-brand {line-height: 0;}
.navbar-brand img {width: 80px; transition: all 0.3s;}


.navbar-toggler {position: relative; }

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0; box-shadow: none;
}

.navbar-toggler span {
   display: block;
   background-color: #666;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar {width:100%; background-color: #ffff; padding: 0; box-shadow: 0 5px 5px rgba(0,0,0,0.1); top: 0;  transition: all 0.5s;}
.navbar .container {padding: 0;}
.navbar .nav-link {padding: 10px 20px!important; font-size: 14px; font-weight: 600; color: #000; position: relative;}
/*.navbar .nav-link:before {content: ''; width: 0; height: 2px; background-color: transparent; display: inline-block; position: absolute; left: 0; top: 0;  transition: width .5s ease;}
.navbar .nav-link:hover:before {width: 100%; background-color: #00a7c4; }*/
.navbar .nav-link:hover, .navbar .nav-item:hover .nav-link {color: #1369af;}
.navbar .nav-link i:before {font-size: 10px; margin: 0 3px;}
.dropdown .dropdown-menu {min-width: 250px; width: 100%; margin-top: 0px; border-radius: 0; background-color: #fff; padding: 0; font-size: 16px; box-shadow: 0 7px 5px rgba(0,0,0,0.1); border: none;}
.navbar .animated {animation-duration: 0.3s;}
@keyframes slideInDown {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
}



.dropdown-item {width: auto; margin: 0!important; padding: 7px 20px; font-size: 14px; line-height: 25px; color: #666;}
.dropdown-submenu .dropdown-menu .dropdown-item {width: auto; margin: 0!important; padding: 5px 20px; font-size: 14px; line-height: 25px; color: #666;}
.dropdown-divider {margin: 0; border-color: #fff;}
.dropdown-item:hover {color: #00a7c4; background-color: #fafafa; padding-left: 30px; }
.dropdown-toggle:after {content: "\f067"!important; font-family:"Font Awesome 5 Free"; font-weight: 900; font-size: 10px;  border: none; vertical-align: top; float: right; margin-left: 10px; position: relative;} 
/*.dropdown-toggle:hover:after, .dropdown-submenu:hover .dropdown-toggle:after {content: "\f068"!important; font-family:"Font Awesome 5 Free"; font-weight: 900;}*/
.dropdown:hover > .dropdown-toggle:after, .dropdown-submenu:hover .dropdown-toggle:after {content: "\f068"!important;}

/*.dropdown-submenu {position: relative; }*/
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fafafa;
  box-shadow: 5px 7px 5px rgba(0,0,0,0.1);
}
.dropdown-menu .dropdown-submenu:hover .dropdown-item {background-color: #fafafa;}
@media (min-width: 992px) {
    .navbar-nav li:hover > ul.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {display: block;}
}
.productsddmain .dropdown-menu {height: 280px!important;}

/* header end */

.hero {padding: 0;}
.carousel-item .container {width: 100%; display: inline-block; position: absolute; top: 40%; left: 50%; transform: translateX(-50%);}
.carousel-item h1 {font-size: 26px; line-height: 35px;  color:#fff; margin-bottom:20px; text-transform: uppercase; text-align: center;}
.carousel-indicators [data-bs-target] {width: 10px; height: 10px; border-radius: 50%;}
.carousel-indicators .active {background-color:#fff;}
.carousel-control-next, .carousel-control-prev {top:50%; right: 8%; transform: translateY(-50%); width:50px; height: 50px; padding:15px; background-color: rgba(255,255,255,0.2); border-radius: 50%;}
.carousel-control-prev {left: auto;  left: 8%;}
.carousel-control-next span, .carousel-control-prev span {width: 50px; height: 50px;}

.cta a {font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 500; color: #000; border: solid 2px #000; padding: 8px 30px; display: inline-block;}
.cta a:hover {background-color: #000;  color: #fff;}

.cta1 a {font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 500; color: #000; background-color: #e2dfd9;  padding: 5px 20px; display: inline-block;}
.cta1 a:hover {background-color: #000;  color: #fff;}

.cta2 a {font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 500; background-color: #000; color: #fff;  padding: 8px 30px; display: inline-block;}
.cta2 a:hover {background-color: #fff;  color: #000;}


.h-about {margin: 50px 0;}
.h-about h1, .h-initiative h1 {margin-bottom: 50px;}
.h-about p {margin-bottom: 100px;}
.h-about .haboutimg {position: relative;}
.h-about .haboutimg:after {content: ''; width: 100%; height: 100%; background: url(../images/home-about-img-bg.png) no-repeat; position: absolute; top: 100px; left: -100px; z-index: -1;}

.focus h2 {font-size: 19px; font-weight: 500; margin-bottom: 50px;}
.focusdiv {width: 100%; background-color: #003d6e; position: relative; display: block; border: solid 1px; margin-bottom: 20px; transition:  all 0.5s;}
.focusdiv .content {padding: 100px 30px 30px; position: absolute;}
.focusdiv img {opacity: 0.4; z-index: 0;}
.focusdiv:hover {border: solid 25px #003d6e;}
.focusdiv .content h2, .focusdiv .content  p {color: #fff;}
.focusdiv .content h2 {font-size: 24px; margin-bottom: 20px;}
.focusdiv .content p {width: 75%;  font-size: 15px; line-height: 25px;}

.h-initiative {width: 100%; background: url(../images/initiative-bg.jpeg); padding: 100px 0;}
.initiative {width: 100%; margin-bottom: 50px; display: none;}
.initiative .content {background-color: #e3dfda;}
.initiative h2 {font-weight: 600;}
.initiative p {font-size: 15px; color: #000;}

.stat {background-color: #eeece9; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 600; color: #000; text-transform: uppercase; text-align: center; padding: 100px 0;}
.stat span {font-size: 150px; line-height: 160px; font-weight: 300;}

.testibox {width: 100%; min-height: 400px; background-color: #eeece9; position: relative; padding: 100px 30px 30px; box-shadow: inset 0 50px 0 0 #fff; display: inline-block;}
.testiimg {position: absolute; top: 0;  width: 91px!important; height: 92px!important; border-radius: 50%;}
.quoteimg {width: 31px!important; height: 26px!important; float: right;} 
.testibox h3 {margin-bottom: 0; margin-top: 20px;}
.testibox p {font-size: 15px;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {background: #000!important; padding: 5px 10px!important;}
.owl-theme .owl-nav [class*='owl-'] {margin: 1px!important; border-radius: 0!important;} 
.owl-theme .owl-nav {text-align: right!important;}


footer {background-color:#000; font-size: 14px; color: #aaa; padding: 50px 0 0;}
.footerlogo {width: 100px; margin-bottom: 20px; filter: invert(1);}
footer ul {text-align: right; margin-bottom: 0; padding-left: 0;}
footer ul li {display: inline; text-align: right;}
footer ul li a {margin: 5px 10px 5px 0; font-weight: 600; color: #fff; display: inline-block;}
footer ul li a:hover {text-decoration: underline;}
footer .social {border: none; text-align: right; width: 100%;}
footer .social a {color: #666; font-size: 16px; padding: 5px 15px 5px 0; transition: 0.3s; border-right: none; display: inline-block;}
footer a:hover {color: #fff;}

footer h4 {font-size:14px; line-height:20px; font-weight:600; color:#999; letter-spacing: 0; display: block;}

.footerbtm {width:100%; border-top: solid 1px #222; padding:30px 0; margin-top: 10px; display:inline-block;}
.newsletter input {width: 68%;  background-color: #000; border: solid 1px #aaa; border-radius: 50px; font-size: 12px; line-height: 12px; color: #666; margin-right: 5px; padding: 5px 10px; display: inline-block;}
.newsletter input:focus {background-color: #000; color: #666;}
.newsletter input[type="submit"] {width:30%; background-color: #fff; border: solid 1px #aaa; border-radius: 20px; font-size: 14px; line-height: 15px; color: #000; padding: 5px 20px; margin-right: 0; display: inline-block;}
.newsletter .col-lg-4 {text-align: right;}
.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:1; color:#666!important;
}
.newsletter ::-moz-placeholder { /* Firefox 19+ */
  opacity:1; color:#666!important;
}
.newsletter :-ms-input-placeholder { /* IE 10+ */
  opacity:1; color:#666!important;
}
.newsletter :-moz-placeholder { /* Firefox 18- */
  opacity:1; color:#666!important;
}



.about {width: 100%; background: url(../images/initiative-bg.jpeg); padding: 100px 0;}
.ideologytab .nav-item {/*flex-basis: 0;    flex-grow: 1; */ display: inline-block; text-align: center;}
.ideologytab .nav-link {color: #000; background-color: #eee; border-radius: 0; margin-right: 0; padding: 10px 50px; text-transform: uppercase;}
.ideologytab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background-color: #000; color: #fff; border: none;}
.ideologytab .nav-tabs {border-bottom: none;}
.ideologytab .tab-content {background-color: #f5f5f5; padding: 50px 30px 20px;}
.ideologytab .tab-content h2 {font-weight: 600;}
.ideologytab .tab-content img {margin-bottom: 20px;}
.mission h2 {text-transform: uppercase; margin-bottom: 0;}
.mission p {color: #000; margin-bottom: 30px; width: 75%;}
.mission ul {padding: 0;}
.mission ul li {list-style: none; margin-bottom: 30px;}
.team img {border-radius: 50%; margin-bottom: 20px;}


.mediaowl p {color: #000; text-align: center; font-size: 13px; margin-top: 10px; font-weight: 600;}
.news p {font-size: 20px; opacity: 0.4; font-weight: 600; word-break: break-all;}
.news a {color: #666;}
.news a:hover {color: #000;}

.contact {margin: 50px 0;}
.add, .add a {font-size: 14px;}
.add .col-md-3 {font-weight: 600; color: #000; text-transform: uppercase;}
.form-control {margin-bottom: 20px!important; border: none!important; padding: 0!important;}
.form input, .form textarea {width: 100%; background-color: #f5f5f5; padding: 10px 20px; border:none; border-radius: 0;}
.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:1; color:#333!important; font-size: 12px!important;
}
.form ::-moz-placeholder { /* Firefox 19+ */
  opacity:1; color:#333!important;  font-size: 12px!important;
}
.form :-ms-input-placeholder { /* IE 10+ */
  opacity:1; color:#333!important;  font-size: 12px!important;
}
.form :-moz-placeholder { /* Firefox 18- */
  opacity:1; color:#333!important;  font-size: 12px!important;
}
.form input[type="submit"] {width: auto; background-color: #000; color: #fff; text-transform: uppercase; font-size: 12px; padding: 10px 50px; transition: all 0.5s;}
.form input[type="submit"]:hover {background-color: #333;}
.error {font-size: 13px; padding: 5px; color: #D30000;}


.initab .nav-item {/*flex-basis: 0;    flex-grow: 1; */ display: inline-block; text-align: center;}
.initab .nav-link {color: #000; background-color: #eee; border-radius: 0; margin-right: 0; padding: 10px 50px; text-transform: uppercase;}
.initab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background-color: #000; color: #fff; border: none;}
.initab .nav-tabs {border-bottom: none;}
.initab .tab-content {background-color: #f5f5f5; padding: 50px 30px 20px; text-align: center;}
.initab .tab-content h2 {font-weight: 600;}
.initab .tab-content img {margin-bottom: 20px;}
.initab .tab-content p {text-align: left; color: #000;}
.inibox p {text-align: left!important; text-transform: uppercase; font-size: 16px;}
.modal-content {background-color: #e3e0db;}
#myvideo .modal-content {background-color: #000;}
.modal .owl-nav {position: absolute; right: 0;}
.modal-header{border-bottom: none; padding-bottom: 0;}
.modal .title {width: 90%;  padding: 5px 15px 0; font-weight: 600; font-size: 16px;}
.btn-close {background-color: #000!important; color: #fff; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border-radius: 0; opacity: 1; margin: 0 0 0 auto!important;}
.modal-backdrop {opacity:0.9 !important;}

.imgcap {position: absolute; left: 0; top: 0; font-size: 15px; line-height: 18px; color: #fff; padding: 5px 20px; text-transform: uppercase; text-align: left; display: inline-block;}





