@font-face {
  font-family: DroidKufi;
  src: url('../fonts/DroidKufi-Regular.ttf');
}
body * {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
body {
  font-family: DroidKufi;
}
@media (min-width:768px) {
    .container {
        width: 750px;
    }
}
@media (min-width:992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1180px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1255px;
  }
}

/*start header */
header {
  background: url('../images/white1.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
header .search h4 {
  color: #2d65aa;
  font-size: 20px;
  display: inline-block;
}
header .search h4:first-of-type {
  margin-left: 20px;
}
header .search h4 i {
  color: #c41b1f;
}
header .search h4:first-of-type {
  margin-bottom: 0px;
}
header .h-ads {
  margin-top: 20px;
}
header .search .form-control {
  max-width: 80%;
  height: 42px;
  background-color: #e1e1e1;
  border-radius: 0px;
  display: inline-block;
  margin-top: 0px;
}
header .search {
  max-width: 400px;
  margin: auto;
  margin-top: 28px;
}
header .search form button {
  background-color: #b7b7b7;
  border: 1px solid #ccc;
  font-size: 20px;
  border-radius: 0px;
  width: 42px;
  height: 42px;
  display: inline-block;
}
header .search form button:hover,
header .search form button:active,
header .search form button:focus {
  background-color: #777;
}
header .search form button img {
  margin-top: 4px;
}
@media (max-width: 1079px) {
  header .h-ads {
    margin-top: 40px;
  }
}
/*@media (max-width: 1080px) and (min-width: 992px) {
  header .search h4 {
    display: block;
  }
}*/
/*end header*/
/*start navbar */
.navbar-default {
  border-radius: 0;
  margin-bottom: 0px;
  background-color: #2362a3;
  border: none;
  box-shadow: inset 0px 32px 34px #1a447e;
}
.navbar-default .navbar-nav>li>a {
  color: #e6e6e6;
  background: #2959B2;
  margin-left: 2px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
  background: none;
  color: #FFF;
}
/*end navbar*/
/*start carousel */
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  color: red;
  top: 46%;
  font-size: 50px;
}
body  .a-carousel .carousel .carousel-caption {
  opacity: 0;
  transition: .5s ease;
}
body .a-carousel .carousel .active .carousel-caption {
  opacity: 1;
}
.carousel-caption {
  background: rgba(2, 2, 2, 0.65);
  padding: 40px;
  right: 15%;
  top: 25%;
  bottom: auto;
  margin: auto;
  text-align: right;
  max-width: 70%;
  left: auto;
}
@media (max-width: 1000px) {
  .carousel-caption {
    top: 10%;
  }
}
.carousel-caption h1 {
  font-size: 40px;
}
.carousel-caption h4 {
  color: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption h4 {
    font-size: 16px;
  }
}
@media (max-width: 710px) {
  .carousel-caption {
    top: 0;
    padding: 20px;
  }
}
.carousel-caption .btn {
  border-radius: 0px;
  font-size: 18px;
  padding: 10px 30px;
  border: none;
  color: #eee;
  background-color: #1e4271;
}
/*end carousel */
/*start news */
.news {
  background: url('../images/white2.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.news .container h3 {
  color: #f11a07;
  margin-bottom: 20px;
}
.news .carousel-inner .item img {
  min-width: 100%;
  height: 420px;
}
.news .carousel-caption {
    position: relative;
    background: none;
    text-shadow: none;
    padding: 20px;
    right: 0;
    /* position: relative; */
    top: 0;
    bottom: 0;
    text-align: right;
    left: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.news .carousel-caption .btn {
  display: block;
}
.news .carousel-caption h4 {
  display: inline-block;
  margin-left: 20px;
}
.news .carousel-caption p {
  color: #777;
  line-height: 1.8em;
}
.news .carousel-caption h4,
.news .carousel-caption h3 {
  color: #222;
}
.news .carousel-caption h4 span,
.news .carousel-caption h3 span {
  color: #3c649a;
}
.news .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    text-align: right;
    list-style: none;
    height: 420px;
}
.carousel-indicators li h4 {
  color: #555;
}
.carousel-indicators li h4 span {
  color: #0170af
}
.carousel-indicators li {
    display: block;
    width: 100%;
    opacity: .8;
    height: 32.8%;
    margin: auto;
    text-indent: 0px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    /*border: 1px solid #ccc;*/
    border: none;
    border-radius: 0px;
    margin-bottom: 3px;
}
.carousel-indicators li .imagg img {
  width: 100%;
  height: 100%;
}
.carousel-indicators li .imagg {
  width: 28%;
  height: 100%;
  border: 1px solid #0170af;
  float: right;
}
.carousel-indicators li .sub {
  float: right;
  max-width: 71.8%;
  padding: 10px;
  height: 100%;
}
@media (max-width: 440px) {
  .carousel-indicators li h4 {
    font-size: 15px;
  }
}
.carousel-indicators .active {
    width: 100%;
    height: 32.8%;
    opacity: 1;
    margin: auto;
    -webkit-box-shadow: -3px 5px 10px #ccc;
    margin-bottom: 3px;
    background: #fff;
}
/*end news*/
.separate {
  height: 12px;
  background-color: #000;
  width: 100%;
  -webkit-box-shadow: inset 0px 10px 20px #999;
}
/*start latest articles */
.l-articles {
  padding-top: 30px;
  background: url('../images/white2.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-articles .container > img {
  float: left;
  margin-left: 8%;
  margin-bottom: 20px;

}
@media (max-width: 1080px) {
  .l-articles .container > img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-articles .container > h2 {
  color: #e61705;
  margin-top: 30px;
  margin-right: 40px;
  display: inline-block;
}
.l-articles .s-slider {
  position: relative;
}
.l-articles .slider-container {
  overflow: hidden;
  width: 95%;
  margin: auto;
}
.slick-dots {
  display: none !important;
}
.l-articles p {
  margin-top: 20px;
  line-height: 1.6em
}
.l-articles .btn {
  border-radius: 0px;
  font-size: 18px;
  padding: 10px 30px;
  border: none;
  color: #eee;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #1e4271;
}
.l-articles h4 {
  color: #555;
  margin-bottom: 10px;
}
.l-articles h4 span {
  color: #3c649a;
}
.l-articles .a-item .imagg {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}
.l-articles .a-item {
  overflow: hidden;
  padding: 20px;
}
.l-articles .a-item img {
  width: 100%;
  min-height: 100%;
}
.l-articles .slider-container .s-controllers span {
  color: red;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 222;
  top: 50%;
  bottom: 50%;

}
.l-articles .slider-container .s-controllers span:first-of-type {
  left: -20px;
}
.l-articles .slider-container .s-controllers span:last-of-type {
  right: -20px;
}
/*end latest articles */
/*start footer*/
footer {
  background: url('../images/back.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
footer > div {
  padding-top: 30px;
  padding-bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
}
footer h3 {
  color: #5e88c2;
}
footer ul {
  margin-top: 20px;
  width: 250px;
}
footer ul li {
  margin-top: 15px;
  font-size: 16px;
}
footer ul li a {
  color: #eee;
}
footer ul li a div {
  width: 15%;
  float: right;
  height: 50px;;
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
  text-decoration: none;
  color: #0170af;
}
footer .row:last-of-type div {
  color: #ddd;
  margin-top: 20px;
  font-size: 16px;
}
footer .row:last-of-type div ul li {
  display: inline-block;
  margin: 5px;
  background: #eee;
  border-radius: 8px;
}
footer .row:last-of-type div ul li img {
  width: 35px;
  opacity: .8;
}
footer .row:last-of-type div ul li img:hover {
  opacity: 1;
}
footer .row:last-of-type ul {
  width: auto;
  text-align: center;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer ul {
    margin: auto;
    text-align: right;
  }
}
/*end footer */
/*start social box */
.social-box {
  position: fixed;
  top: 40%;
  z-index: 999;
  bottom: 40%;
  left: 0;
}
.social-box ul li a img {
  width: 40px;
}
.social-box ul li:first-of-type {
  background: #3b5998;
}
.social-box ul li:nth-of-type(2) {
  background: #55acee;
}
.social-box ul li:nth-of-type(3) {
  background: #e02f2f;
}
.social-box ul li:nth-of-type(4) {
  background: #cf2200;
}
.social-box ul li:last-of-type {
  background: #01b7ee;
}
.social-box ul {
  width: 65px;
}
.social-box ul li {
  margin-right: 25px;
}
.social-box ul li:hover,
.social-box ul li:active,
.social-box ul li:focus {
  margin-right: 15px;
}
#scroll-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 23px;
  text-align: center;
  border-radius: 50%;
  opacity: .6;
  color: #5e88c2;
  background-color: #ccc;
  cursor: pointer;
}
#scroll-top:hover {
  opacity: 1
}
/*end social box */
/*start contact us page */
.contact-page {
  background: url('../images/white2.png') no-repeat center center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-page .container > h2 {
  color: #f11a07;
  text-align: center;
  margin-bottom: 20px;
}
.contact-page .container > h2 i {
  color: #2d65aa;
}
.contact-page .contact-info {
  padding-top: 30px;
}
.contact-page .contact-info .container > h2 {
  font-family: Helvetica;
  color: #000;
  margin-top: 30px;
}
.contact-page .contact-info .input-group:nth-last-of-type(2) .input-group-addon {
  padding: 6px 9.4px;
}
.contact-page .contact-info .input-group:nth-last-of-type(2) .input-group-addon i {
  font-size: 16px;
}
.contact-page .contact-info .container > hr  {
  border-top: 3px solid #000;
  width: 80%;
  margin-top: 5px;
  box-shadow: 10px 10px 10px #555;
}
.contact-page .contact-info ul li {
  font-size: 18px;
  margin-top: 10px;
  color: #444;
}
.contact-page .contact-info ul li:hover i {
  color: #000;
  font-size: 20px;
}
.contact-page .contact-info ul {
  /*margin-left: 10px;*/
}
.contact-page .contact-info select {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.contact-page .contact-info .input-group {
  margin-top: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.contact-page .contact-info form {
}
.contact-page .contact-info .btn {
  margin-top: 15px;
  padding: 8px 40px;
  color: #FFF;
  margin-right: 5%;
  font-size: 16px;
  background-color: #5e88c2;
}
.contact-page .contact-info .btn:hover {
  background-color: #2362a3;
}
@media (max-width: 993px) {
  .contact-page .contact-info form {
    border: none;
    border-bottom: 1px solid #222;
  }
}
/*end contact us page */
/*start about us*/
.about-us {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  background: url('../images/white2.png') no-repeat center center fixed;
  -webkit-background-size:cover;
  background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  overflow: hidden;
}
.about-us h2 {
  color: #f11a07;
  margin-bottom: 20px;
}
.about-us h2 i {
  color: #2d65aa;
}
.about-us p {
  color: #555;
  width: 80%;
  line-height: 1.7em;
  margin: auto;
}

@media (max-width: 1000px) {
  .about-us .container > img {
    width: 80%;
  }
}
/*end about us */
/*start news page*/
.news-page {
  background: url('../images/white.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}
.news-page .container > h2 {
  color: #f11a07;
  margin-bottom: 20px;
}
.news-page .container > h2 i {
  color: #2d65aa;
}
.a-new {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.a-new h4 {
  color: #555;
}
.a-new h3 span,
.a-new h4 span {
  color: #3c649a
}
.a-new .btn {
  margin-top: 20px;
  padding: 8px 40px;
  color: #FFF;
  font-size: 16px;
  background-color: #5e88c2;
  margin-bottom: 20px;
  border-radius: 0;
}
.a-new .btn:hover {
  background-color: #3c649a;
}
.a-new p {
  color: #777;
  line-height: 1.8em;
}
.news-page hr {
  width: 80%;
  border-color: #2d65aa;
}
.news-page nav{
  text-align: center;
}
.pagination {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
/*end news page */
