/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a; font-family: 'Roboto', sans-serif;
}
/*font-family: 'Roboto', sans-serif;*/

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  /*position: absolute;*/ position:relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20; background:#cf9d16;
}
.carousel-inner {
    margin-top: 95px !important;
}
.logo img{width:255px;}

/* Flip around the padding for proper display in narrow viewports */
.navbar-static-top{background:none; border:none; margin: 15px 0 0 0;}
.navbar-wrapper > .container {padding-right: 0; padding-left: 0; }
.navbar-wrapper .navbar {padding-right: 15px; padding-left: 15px; margin:0; background:#cf9d16; border-radius:0; border:none;}
.navbar-wrapper .navbar .container {width: auto; padding: 0;}

.navbar-inverse .navbar-nav>li>a{margin-right:3px;}
.navbar-inverse .navbar-nav>li>a{color: #fff; font-size:15px; text-transform: uppercase; padding:16px 25px;}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus{color: #fff; background-color: #061b4b;}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{color: #fff; background-color: #061b4b;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
color: #fff; background-color: #061b4b;}
.dropdown-menu{background:#cf9d16;}
.dropdown-menu>li>a{padding:5px 20px; font-size:17px; color:#fff;}
.dropdown-menu>li>a:hover{color:#fff; background:#061b4b;}

ul.media-gallery-list img {
    width: 272px;
    height: 188px;
}
.media-body .col-sm-3 {
margin: 0 1px 1px 0;
padding: 0;
position: relative;
width: 33.2%;
}
img.videos-gal {
    width: 100% !important;
}

video.normalslide {
height: auto;
}
.services .fa{
	margin-bottom: 330px !important;
    margin-right: 15px;
    margin-left: 40px;
}
.services p{
	font-size:15px;
	padding:0 !important;
}
}
#navbar ul {
  text-align: left;
}
#navbar ul .active > a {
  color: #fdc800;
}
#navbar ul li {
  display: inline-block;
  position: relative;
}
#navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#navbar ul li:hover ul:before {
  width: 100%;
}
#navbar ul li a {
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #061b4b;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #navbar ul li a {
    padding: 10px 6px;
  }
  .facts-center {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 260px;
    max-height: 260px;
    padding: 20px 20px;
    margin: 0px 10px;
    width: 31%;
}
section.facts h2{
	
}

}
@media (min-width: 768px) and (max-width: 991px) {
  #navbar ul li a {
    padding: 4px 2px;
  }
  .item.active.sliderMain.slick-slide.slick-current.slick-active{
	  top: 75px !important;
  }
  .facts-center {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 290px !important;
    max-height: 291px !important;
    width: 30.5% !important;
}
.services .fa{
	margin-bottom: 330px !important;
}
ul.media-gallery-list li{
	width: 31.5% !important;
}
ul.media-gallery-list img{
	width: 100% !important;
}
.facts p{
	font-size: 16px;
    line-height: 22px;
}
.services h1{
	font-size: 36px;
}
.services h5{
	font-size:16px;
}
.services p{
	font-size: 13px;
}
i.fa.fa-users.contact-icon{
	font-size:100px;
}
.contact-info-button{
	margin-left: 90px;
}
}
#navbar ul li a:hover {
  color: #fdc800;
}
#navbar ul li .active {
  background-color: #1a3b61;
}
#navbar ul li .active a {
  color: #fdc800;
}
#navbar ul li > ul {
  position: relative;
  /* border-top: 1px solid @accentColor; */

  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 220px;
  z-index: 99999;
  background: #002147;
  padding: 0;
  left: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #navbar ul li > ul {
    left: -3px;
  }
}
@media only screen and (max-width: 991px) {
  #navbar ul li > ul {
    left: -9px;
  }
}
#navbar ul li > ul:before {
  position: absolute;
  content: "";
  background-color: #fdc800;
  margin: 0 auto;
  z-index: 12;
  height: 1px;
  top: 0;
  left: 0;
  width: 0%;
  right: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#navbar ul li > ul > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #1a3b61;
}
#navbar ul li > ul > li > a {
  padding: 15px 10px 15px 15px;
  display: block;
  color: #ffffff;
}
#navbar ul li > ul > li:last-child {
  border-bottom: none;
}
#navbar ul li > ul > li:hover,
#navbar ul li > ul > li .active {
  background: #1a3b61;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#navbar ul li > ul > li:hover a,
#navbar ul li > ul > li .active a {
  color: #fdc800; padding-left: 23px;
}
#navbar ul li > ul > li:hover a:before,
#navbar ul li > ul > li .active a:before {
  opacity: 0;
}
#navbar ul li .mega-menu-area {
  padding: 18px 15px;
  width: 716px;
  left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #navbar ul li .mega-menu-area {
    left: -258px;
  }
}
@media only screen and (max-width: 991px) {
  #navbar ul li .mega-menu-area {
    left: -272px;
  }
}
#navbar ul li .mega-menu-area > li {
  width: 158px;
  border-bottom: none;
  display: inline-block;
  margin-right: 14px;
}
#navbar ul li .mega-menu-area > li:hover {
  background: transparent!important;
}
#navbar ul li .mega-menu-area > li:hover > a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#navbar ul li .mega-menu-area > li:hover > a:hover {
  color: #fdc800;
  background: #1a3b61;
  padding-left: 10px;
}
#navbar ul li .mega-menu-area > li a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #1a3b61;
}
#navbar ul li .mega-menu-area > li a:last-child {
  border-bottom: none;
}
#navbar ul li .mega-menu-area > li:last-child {
  margin-right: 0;
}
#navbar ul li .mega-menu-area > li .active {
  padding-left: 10px;
  background-color: #1a3b61;
  color: #fdc800;
}
#navbar li.has-child-menu {
  position: relative;
}
#navbar li.has-child-menu > a {
  color: #ffffff;
}
#navbar li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
#navbar li.has-child-menu > ul.thired-level {
  position: absolute;
  left: 180px;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
#navbar li.has-child-menu > ul.thired-level li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#navbar li.has-child-menu > ul.thired-level li:hover a {
  color: #fdc800;
}
#navbar li.has-child-menu > ul.thired-level .active {
  background-color: #1a3b61;
}
#navbar li.has-child-menu > ul.thired-level .active a {
  color: #fdc800;
}
#navbar li.has-child-menu:hover ul.thired-level {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
} 


.header-sec{position: absolute;width: 100%; z-index: 99999; top: 0;}
.menu_fixed{position:fixed; background: #fff; box-shadow:0 3px 5px rgba(56, 56, 56, 0.3);}

/* .header-mid{background:#ffffff96; padding:8px 0;} */
.header-mid{background:#ffffff; padding:8px 0;}

/* Header Top Sec */
.header-top{background:#f9b92b; padding: 1px 0;}
/* .header-social-icons a{margin:0 15px 0 0; padding:0;} */
/* .header-social-icons a i{ color:#061b4b; font-size:22px; margin:0; padding:0;} */
.header-social-icons a{
	margin: 0 4px 0 0;
    padding: 0;
}
.header-social-icons a i{color: #ffffff;
    font-size: 20px;
    border: 1px solid #061b4b;
    background: #061b4b;
    margin: 0;
    border-radius: 50%;
    padding: 8px 10px;
	}
.header-social-icons i.fa.fa-facebook {
    padding: 8px 13px;
}
	.header-social-icons {
    /* margin: 31px 0px; */
    margin-top: 32px;
    float: right;
}
.header-social-icons a i:hover,
/* .header-social-icons a i:focus{color:#cf9d16;} */
.header-social-icons a i:hover {
    background: #cf9d16;
    color: #fff;
    border: 1px solid #cf9d16;
}
.our-clients-sec a:focus{
	outline:none;
}
.contact-link{float:right; color:#fff;}
.contact-link a{font-size:18px; font-weight:400; margin:0 8px; padding:0 8px; color:#fff; line-height:18px;}
.contact-link a .fa{font-size:23px; position:relative; top:2px; margin:0 3px 0 0;}
.contact-link a:hover, .contact-link a:focus{color:#cf9d16; text-decoration:none;}

.search {display:none;position:absolute; top:10px; right:30px; transform:translate(0%,30%); width:50px; height:50px;
background:#fff; box-shadow:0 3px 20px rgba(0,0,0,.4); border-radius:4px; transition:width .5s; overflow:hidden;}
.search.active {width:600px;}
.search input {position:absolute; top:5px; left:10px; width:calc(100% - 90px); height:40px; border:none; outline:none;
 font-size:18px; padding:0 10px; color:#666;}
.search.active .icon {background:#061b4b;}
.icon {position:absolute; top:9px; right:12px; width:36px; height:36px; cursor:pointer; transition:.5s; border-radius:4px;}
.search.active .icon:before {content:''; position:absolute; top:-1px; left:4px;  width:18px; height:26px; background:transparent;
 border:none; border-right:2px solid #fff; border-radius:0; transition:.5%; transform:rotate(45deg);}
.search.active .icon:after {content:''; position:absolute; top:11px; left:4px; width:18px; height:26px; background:transparent;
border:none; border-right:2px solid #fff; border-radius:0; transition:.5%; transform:rotate(-45deg);}
.icon:before {content:''; position:absolute; top:5px; left:9px; width:20px; height:20px; background:transparent; border:2px solid #262626;
border-radius:50%; transition:.5%;}
.icon:after {content:''; position:absolute; top:14px; left:27px; width:18px; height:14px; background:transparent; border-left:2px solid #262626;
border-radius:0; transform:rotate(-45deg); transition:.5%;}
.carousel-caption a {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}
p.mail-info {
    float: left;
    margin-top: 10px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 735px;
  margin-bottom: 50px; /*margin-top:13em;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10; 
  background-color: rgba(0, 0, 0, 0.2);
  right: 0;
    left:50%;
    bottom: 5em;
    padding: 3em 27em 3em 5em; text-align: left;
}
.carousel-caption h1{font-size:90px; line-height:90px; margin:0 0 10px 0; padding:0; font-weight:600;}
.carousel-caption p{font-size:19px; line-height:35px; margin:0 0 10px 0; padding:0; font-weight:normal;}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 735px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}
.social-icons{float:right; margin:20px 0 0 0;}
.social-icons .fa{font-size:20px; color:#fff;}
.social-icons .fa:hover{color:#cf9d16;}
.social-icons a{margin:0 5px;}

/*.banner-sec{float:left; width:100%; position:relative;}
.banner-sec img{width:100%;}
.carousel-caption1{position:absolute;}*/


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Who We Are Sec
------------------------- */
.stu-wwa-sec{position:relative; width:100%;}
.stu-ex-sec{ position: absolute;top:-21em;left: -4em; background: #fff; padding: 1.3em 1em;z-index: 9;}

 /* Slideshow container */
.slideshow-container {max-width: 1000px; position: relative; margin: auto; background:#fff; }

/* Number text (1/3 etc) */
.top-text {padding: 50px 30px; position: absolute; top: 0; text-align: left;}

.sep-sec .top-text h1{color: #490020; font-size: 60px; font-weight: 900; line-height: 55px; margin:0 0 5px 0; padding:0;}
.sep-sec .top-text h1 .w-t{color:#fff;}
.sep-sec .top-text h1 .b-t{color:#93401a;}
.sep-sec .top-text h2{color: #8c350f; font-size: 22px; font-weight: 700; line-height: 23px; margin:0 0 28px; padding:0;}
.sep-sec .top-text p{color: #4a0020; font-size: 14px; font-weight: 500; line-height:18px; margin:0; padding:0 3em 0 0;}

.rp-sec .top-text h1{color: #0c0f76; font-size: 60px; font-weight: 900; line-height: 55px; margin:0 0 5px 0; padding:0;}
.rp-sec .top-text h1 .w-t{color:#fff;}
.rp-sec .top-text h2{color: #000; font-size: 22px; font-weight: 700; line-height: 23px; margin:0 0 20px; padding:0;}
.rp-sec .top-text p{color: #000; font-size: 14px; font-weight: 500; line-height:19px; margin:0; padding:0 3em 0 0;}

.ci-sec .top-text h1{color: #000; font-size: 60px; font-weight: 900; line-height: 55px; margin:0 0 5px 0; padding:0;}
.ci-sec .top-text h1 .w-t{color:#fff;}
.ci-sec .top-text h2{color: #000; font-size: 22px; font-weight: 700; line-height: 23px; margin:0 0 15px; padding:0;}
.ci-sec .top-text p{color: #000; font-size: 14px; font-weight: 500; line-height:19px; margin:0; padding:0 1em 0 0;}


/* Caption text */
.bot-text {color: #f2f2f2; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 45px; width: 52%; text-align: left;

 /* right: 0; */
 right:-60px;
 
/* margin-left:90px; */

}

.sep-sec .bot-text h3{color: #4d0021; font-size: 14px; font-weight: 700; line-height: 20px; margin:0 0 20px; padding:0;}
.sep-sec .bot-text ul{margin:0 0 3px 0; padding:0;}
.sep-sec .bot-text ul li{margin:0 0 2px 0; padding:0; list-style:none; color:#4d0021; font-size:14px; font-weight: 700; line-height:19px;}
.sep-sec .bot-text a{background: #4d0021; color: #fff; padding:10px 30px; text-align: center;  border-radius:30px; font-size: 16px; float:left;}
.sep-sec .bot-text a:hover{background:#061b4b; color: #fff; text-decoration:none;}

.rp-sec .bot-text a{background: #0c0f76; color: #fff; padding:10px 30px; text-align: center;  border-radius:30px; font-size: 16px; float:left;}
.rp-sec .bot-text a:hover{background:#061b4b; color: #fff; text-decoration:none;}

.ci-sec .bot-text a{background: #000; color: #fff; padding:10px 30px; text-align: center;  border-radius:30px; font-size: 16px; float:left;}
.ci-sec .bot-text a:hover{background:#061b4b; color: #fff; text-decoration:none;}

/* The dots/bullets/indicators */
.dot-sec{ text-align:right; margin:15px 10px 0 0;}
.dot {height: 13px; width: 13px; margin: 0 2px; background-color: #bbb; border-radius: 0; display: inline-block; 
transition: background-color 0.6s ease;}
.dot.active {background-color: #717171;}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 5.5s;
animation-name: fade;
animation-duration: 5.5s;
}

@-webkit-keyframes fade {
  from {opacity: .8} 
  to {opacity: 3}
}

@keyframes fade {
  from {opacity: .8} 
  to {opacity: 3}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 11px}

}

.who-we-are-sec{margin-left: 3em; margin-bottom: 1em; float:right; padding: 0; }
.wwa-sec h2{font-size:70px; font-weight:900; color:#1a1b4a; margin:25px 0 20px 0; padding:0; line-height:60px;}
.wwa-sec p{font-size:17px; line-height:22px; margin:0 0 40px 0; padding:0; font-weight:normal; color:#53565f;}
.wwa-sec a{color:#e0001b; font-size:18px; line-height:18px; font-weight:900; margin:0; padding:0;}
.wwa-sec a:hover{color:#011f91; text-decoration:none;}
.wwa-img{position:relative;}
.wwa-img img{position:relative; bottom:-10em;display:none;}

/* in-st-in Sec
------------------------- */
.in-st-in-sec{background:#f4f7fa; padding: 4em 0; margin: 0em 0 0 0;}
.instin-cont{background:#fff;padding:25px 20px; border:1px solid #e8e8e8; min-height: 355px;}
.instin-cont h1{color: #b12234; font-size: 38px; font-weight: 500; margin:0 0 1em 0; padding: 0; line-height: 37px; text-transform:caption;;}
.inspiration{color: #0e5c98 !important;}
.exploration{color: #627031 !important;}
.instin-cont h2{color: #111; font-size: 40px; font-weight:500; margin: 0; padding: 0; line-height: 35px;}
.instin-cont .col-md-9{padding-left:0;}
.instin-cont p{font-size: 15px; font-weight: normal; color: #3f4053; line-height: 19px; margin: 0 0 20px 0; padding: 0;}
.instin-cont ul{margin:0; padding:0;}
.instin-cont ul li{margin:0 0 5px 0; padding:0; list-style:none; font-size: 14px; font-weight: 500; color: #3f4053;}
.instin-cont ul li::before {content: ''; border: 2px solid #d31f44; background: #fff; border-radius: 50%; padding: 3px;
width: 4px; height: 4px; float: left; position: relative; left: 0; top: 4px; margin-right: 8px; margin-bottom: 12px;}

/* subscribe Sec
------------------------- */
.subscribe-sec{background:#f9b92b; padding:2em 0; float: left; width: 100%; margin:0;}
.subscribe-sec label{color:#000; font-weight:600; font-size:18px; float:left; margin:1.3em 1em 0 0; 
text-transform: uppercase; line-height: 45px;}
.subscribe-sec .form-control{float: left; width: 60%; border-radius: 30px; border: 1px solid #fff;
 padding:17px 30px; color: #000; font-size: 17px; margin:0.8em 1em 0 0; height: auto;}
.subscribe-sec img{float: left; width: 300px;}

.sub-search{position:relative; }
.search-btn{position: absolute; background: none; border: none; right: 38px; top: 27px;}
.search-btn .fa{color: #f9b92b; font-size: 28px;}
.search-btn .fa:hover{color:#061b4b;}

/* Slider */
.our-clients-sec{background:#fff; padding:4em 0; float: left; width: 100%; margin:0; }
.our-clients-sec h2{color:#1a1b4a; font-size:56px; font-weight:600; text-align: left; margin:0 0 0.5em 0; padding: 0 0 0.5em 0; display: inline-block;}

ul.media-gallery-list{margin:0; padding:0;}
ul.media-gallery-list li{margin:5px; padding:0; list-style:none; width:24%; float:left;}
/* ul.media-gallery-list li img{width:100%;} */
section#middle {
    padding: 40px 0px;
}
section#middle h4 {
  margin-top: 10px ;
    margin-bottom: 24px;
	
}
.spot-light-sec{float: left; margin: 2em 0 4em 0; width: 100%;}
.spot-light-sec .row{padding:0; margin:0;}
.sl-le-sec{padding:0; position:relative;}
.sl-le-sec img{position:relative; /*width:100%;*/}
.sl-ri-sec{padding:0; position:relative;}
.sl-ri-sec img{position:relative; width:100%;}

.in-sl-sec{position: absolute; bottom: 0; width: 100%; left: 0;}
.in-sec{padding:25px 25px; margin:0; background: #e7e7e7; text-align:center;}
.in-sec:after {
    content: '';
    display: block;
    position: absolute;
	border-left: 8px solid #e7e7e7;
	border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 12%;
	right: -8px;
    margin-top: -8px; z-index:9999;
}
.in-sec h2{color:#1b2d72; font-size:23px; line-height:28px; margin:0 0 15px 0; padding:0; font-weight:400;}
.in-sec p{color:#3f4053; font-size:17px; line-height:22px; margin:0 0 18px 0; padding:0; font-weight:400;}
.in-sec a{color:#e0001b; font-size:17px; line-height:22px; margin:0; padding:0; font-weight:400;}
.in-sec a:hover{color:#1b2d72; text-decoration:none;}

.sl-sec{padding:0 1.5em; margin:0;}
.sl-sec h1{color:#fff; font-size:57px; line-height:45px; margin:0 0 25px 0; padding:0; font-weight:800;}
.sl-sec p{color:#fff; font-size:18px; line-height:22px; margin:0 0 18px 0; padding:0; font-weight:400;}
.sl-sec p a{color:#fff;}
.sl-sec p a:hover{color:#1b2d72; text-decoration:none;}

.bur-le-sec{background:#c30500; padding:25.35px 20px; margin:0; text-align:center;}
.bur-le-sec h2{color:#fff; font-size:21px; line-height:28px; margin:0 0 15px 0; padding:0; font-weight:400;}
.bur-le-sec p{color:#cdcdcd; font-size:17px; line-height:22px; margin:0 0 18px 0; padding:0; font-weight:400;}
.bur-le-sec a{color:#fff; font-size:17px; line-height:22px; margin:0; padding:0; font-weight:normal;}
.bur-le-sec a:hover{color:#8e8e8e; text-decoration:none;}
.bur-le-sec:after {
    content: '';
    display: block;
    position: absolute;
	border-left: 8px solid #c30500;
	border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 12%;
	right: -8px;
    margin-top: -8px; z-index:99;
	
}
/* facts & figures section*/
section.facts {
    overflow: hidden;
    padding: 20px 0px 60px 0px;
    margin: 20px 0px 0px 0px;
    color: #fff !important;
    /* background: #061b4b; */
	background-image: url(../images/fcts.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
section.facts h2 {
    text-align: center;
    padding: 25px 0px;
	font-size: 45px;
	position:relative;
}
.facts h2:after {
    position: absolute;
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: #cf9d16;
    left: 0;
    right: 0;
    margin: 5px auto;
}
.facts .fa {
    /* font-size: 40px; */
	/* margin-bottom: 35px; */
    /* float: left; */
	font-size: 35px;
    margin-bottom: 35px;
    background: #cf9d16;
    /* float: left; */
    border-radius: 50%;
	padding: 13px 15px;
}
i.fa.fa-handshake-o {
    padding: 15px 11px;
}
i.fa.fa-thumb-tack {
    padding: 14px 21px;
}
.facts p {
    /* padding-left: 60px; */
	padding-left:0px;
    font-size: 17px;
    line-height: 27px;
}
.facts .fa:hover {
    background: #fff;
    /* border: 1px solid #cf9d16; */
    color: #cf9d16;
}
.facts-center {
    text-align: center;
	text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 213px;
    max-height: 220px;
    padding: 20px 20px;
    margin: 0px 10px;
    width: 31.5%;
}
.our-clients-sec .slick-slide img{
	filter:grayscale(100%);
	transition:all 0.3s ease;
}
.our-clients-sec .slick-slide img:hover{
	filter:grayscale(0);
	transition:all 0.3s ease;
}
.facts-details {
    padding: 10px 0px;
}
video.videos-gal {
    width: 100%;
}
/*end */
/* images tabs section*/
.service-navigation ul {
    list-style-type: none;
    width: 100%;
	padding-left: 13px;
    margin-bottom: 0;
}
  .service-navigation{
	margin-bottom: 15px;

  }  
.service-navigation ul li{
	float: left;
    width: 25%;
}
.service-navigation h2 {
    text-align: center;
    font-size: 40px;
    color: #061b4b;
	position:relative;
}
.service-navigation h2:after {
    position: absolute;
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: #cf9d16;
    left: 0;
    right: 0;
    margin: 5px auto;
}
section.inner-pag-cont.solutions-features {
    padding: 20px 0px 80px 0px;
}
.tab-content p {
    color: #061b4b;
    font-size: 16px;
	display:none;
}
.tab-content h4 {
    color: #cf9d16;
	text-align:center;
}
.tab-content a{
	color: #cf9d16;
    text-align: center;
	text-decoration:none;
	font-size: 18px;
    font-weight: 500;
	margin-top:10px;
}
.service-navigation ul li a {
    color: #000;
}
.second-tab-content {
    margin-top: 35px;
}

/*tabs zoom*/
/* .tabs-zoom:hover .overlay { */
    /* opacity: 1; */
/* } */
/* .tabs-zoom .overlay { */
   /* width: 275px; */
    /* height: 185px; */
    /* position: absolute; */
    /* overflow: hidden; */
    /* top: 0; */
    /* left: 0; */
    /* opacity: 0; */
    /* background-color: rgba(0,0,0,0.5); */
    /* -webkit-transition: all .4s ease-in-out; */
    /* transition: all .4s ease-in-out; */
/* } */
/* .tabs-zoom img { */
    /* display: block; */
    /* position: relative; */
    /* -webkit-transition: all .4s linear; */
    /* transition: all .4s linear; */
/* } */
/* .tabs-zoom{ */
	/* width: 275px; */
    /* height: 185px; */
    /* overflow: hidden; */
    /* position: relative; */
    /* text-align: center; */
    /* cursor: default; */
    /* margin-bottom: 15px; */
    /* border-radius: 6px; */
/* } */
.overlay {
    display: none;
}
/* end */
.statistics-info .fa {
    font-size: 35px;
}
.statistics-info .col-xs-12.col-sm-3.col-md-3 {
    margin-top: 20px;
}
.inner-pag-cont h2 sub {
    font-size: 12px;
}
.item.active.sliderMain.slick-slide.slick-current.slick-active {
    top: 95px !important;
}
.service-navigation ul li {
    float: left;
    /* width: 25%; */
	width:33%;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
	border-right: 1px solid #fff;
    background: #e6e6e6;
	padding: 10px 20px;
	margin-top:20px;
	text-align:center;
}
.service-navigation ul li a:hover,
.service-navigation ul li a:active,
.service-navigation ul li a:focus{
    text-decoration: none !important;
}
.service-navigation ul li.active a {
    color: #fff !important;
}
.service-navigation ul li.active {
    background: #061b4b;
    color: #fff !important;
}
.inner-pag-cont.solutions-features .tab-content img{
    width: 275px;
	height:185px;
	margin-bottom:10px !important;
}
div.ppt{
	z-index:9999 !important;
}
/* end */
/* contact info section*/
.services h1:after {
    position: absolute;
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: #cf9d16;
    left: 0;
    right: 0;
    margin: 5px auto;
}
section.statistics-info h1:after {
    position: absolute;
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: #cf9d16;
    left: 0;
    right: 0;
    margin: 5px auto;
}
section.contact-info {
   padding: 45px 0px 60px 0px;
    text-align: center;
	background:#fff;
	background:#dedede94;
    /* background: #dedede; */
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
section.contact-info h2 {
    font-size: 45px;
    color: #061b4b;
}
.contact-info p {
    font-size: 20px;
    color: #061b4b;
    line-height: 30px;
	font-weight:300;
}
.contact-info-button {
  background: #061b4b;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #d0d0d0;
    margin-top: 10px;
    /* margin-left: 130px; */
}
.contact-info-button a {
    color: #fff;
    text-decoration: none;
}
/* .curve.curve-top { */
    /* left: 0; */
    /* top: -1px; */
    /* width: 100%; */
	/* position: absolute; */
    /* z-index: 7; */
/* } */
section.inner-pag-cont {
    padding: 60px 0px;
    position: relative;
    color: #fff;
    text-align: center;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* .curve:after, .curve:before { */
    /* content: ''; */
    /* width: 0; */
    /* height: 0; */
    /* border-bottom: 50px solid #fff; */
    /* position: absolute; */
/* } */
/* statistics design*/
.black-bg-statistics {
    background:rgba(27, 45, 114, .65);
    padding: 20px 0px 40px 0px;
}
section.inner-pag-cont .fa {
    font-size: 35px;
    padding: 20px 0px;
}
section.inner-pag-cont h5 {
    font-family: Roboto;
    font-size: 18px;
}
.inner-pag-cont h1:after {
    position: absolute;
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: #cf9d16;
    left: 0;
    right: 0;
    margin: 5px auto;
}
.inner-pag-cont h2 {
    margin: 0;
}
section.inner-pag-cont h1 {
    margin-bottom: 24px;
    font-size: 45px;
}





/*end */
/*footer */
input.input-contact.footer {
    width: 100%;
    background: 0 0;
    border: 1px solid #333c5c;
    padding: 10px;
    color: #808599;
    font-size: 15px;
}
span.text-265.news-letter-input {
    position: relative;
}
input.input-contact.footer {
    width: 100%;
    background: 0 0;
    border: 1px solid #333c5c;
    padding: 10px;
    color: #808599;
    font-size: 15px;
}
button.click-btn.btn.btn-default {
    float: right;
    position: absolute;
    right: 0;
    top: -12px;
    background: #cf9d16;
    border: none;
    border-radius: 0;
    padding: 6px 12px;
    color: #fff;
    font-size: 21px;
}
.social-links {
    margin: 0;
    line-height: 50px;
    /* text-align: right; */
}
.university-table {
    border: 1px solid #ccc;
    width: 100%;
}
.university-table a {
    text-decoration: none;
}
.university-table td {
    padding: 10px 20px;
    vertical-align: top;
    width: 50%;
}
.university-table tr:nth-child(2n+1) td {
    background-color: #eee;
}
.social-links i.fa.fa-facebook {
    padding: 3px 6px;
}
ol {
    font-size: 16px;
    color: #424242;
    font-weight: normal;
    line-height: 24px;
    margin: 0 1.5em 0;
    padding: 0;
}
.social-links a {
    border: 2px solid #808194;
    border-radius: 50%;
    padding: 5px 7px;
    line-height: 13px;
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.social-links .fa:hover {
    color: #cf9d16;
}
i.fa.fa-users.contact-icon {
    font-size: 150px;
    float: left;
    color: #061b4b;
    margin-top: 40px;
}
.social-links .fa {
        font-size: 18px;
    padding: 3px;
    position: relative;
    top: 0px;
    color: #808194;
}

/*fade in slider */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: auto;
    } 
    .item:nth-child(1) {
      background: url('../images/slider-new6.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(2) {
      background: url('../images/slider-new2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

    .item:nth-child(3) {
      background: url('../images/slider-new3.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
	.item:nth-child(4) {
      background: url('../images/slider-new4.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
/* end */
/* services section*/

.services h1 {
    text-align: center;
    font-size: 45px;
    padding: 20px 0px;
    color: #061b4b;
}
.services-img-section:before {
    content: "";
    position: absolute;
    height: 97%;
    width: 60%;
    background-color: #ffffff00;
    border: 5px solid #cf9d16;
    right: 90px;
    top: -24px;
    z-index: 99;
}
.services-img-section:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 60%;
    background-color: #061b4b;
    right:68px;
    top: 35px;
}
.services-img-section img {
    position: relative;
    z-index: 9;
}
.services-block {
    margin-top: 40px;
	margin-bottom: 20px;
}
.services-img-section {
    padding-left: 35px;
}
.services .fa {
   color: #061b4b;
    font-size: 45px;
    float: right;
    margin-bottom: 172px !important;
    margin-right: 20px;
}
.fa-left {
    float: left !important;
}
.right-content {
    text-align: right;
}
.fa-right {
    margin-left: 20px;
    /* margin-right: 11px; */
}
.services h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #061b4b;
}
.services p {
    font-size: 15px;
    color: #000;
	padding: 0px 70px 0px 0px;
}
/* end */
/* statistics section*/
.statistics-info {
    padding: 40px 0px 75px 0px;
    text-align: center;
    color: #fff;
    background: #061b4b;
}
.statistics-info h5 {
    text-transform: uppercase;
}
.statistics-info h1 {
    margin-bottom: 30px;
    font-size: 45px;
	position:relative;
}
/*end */
.bur-ri-sec{padding:0;}

.bsr-le-sec{padding:0;}
.bsr-ri-sec{padding:25px 25px; margin:0; background: #e7e7e7; text-align:center;}
.bsr-ri-sec h2{color:#1b2d72; font-size:21px; line-height:28px; margin:0 0 15px 0; padding:0; font-weight:400;}
.bsr-ri-sec p{color:#3f4053; font-size:17px; line-height:22px; margin:0 0 18px 0; padding:0; font-weight:400;}
.bsr-ri-sec a{color:#e0001b; font-size:17px; line-height:22px; margin:0; padding:0; font-weight:400;}
.bsr-ri-sec a:hover{color:#1b2d72; text-decoration:none;}
.bsr-ri-sec:after {
    content: '';
    display: block;
    position: absolute;
    border-right: 8px solid #e7e7e7;
    left: -8px;
	border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 40%;
    margin-top: -8px;	z-index:99;
}

footer{background: #000328;float: left; width: 100%;padding:3em 0 0.5em;}

.f-social-icons{margin:0; line-height: 50px; text-align:right;}
.f-social-icons label{margin:0 15px 0 0; color:#fff; font-weight:600; float:left; font-size: 20px;}
.f-social-icons a{border: 2px solid #808194; border-radius: 50%; padding: 16px 11px; line-height: 19px; margin:0 1em 0 0;}
.f-social-icons a .fa{font-size: 23px; padding: 3px; position: relative; top: 4px; color:#808194;}
.f-social-icons a:hover{border: 2px solid #cf9d16;}
.f-social-icons a:hover .fa{color:#cf9d16;}
.f-social-icons .fa-facebook{padding: 6px !important;}

.quick-links{float: left; 
/* margin:0 2em 3em 0;  */
margin:0 3em 3em 3em;
width: 32%;}
.quick-links h3{color: #fff;  font-size:20px; font-weight: 500;
margin: 0 0 25px 0; line-height: 18px; }
/* .quick-links a{color:#8c8da1; display: block; font-size: 17px; line-height: 18px; margin: 0 0 10px 0;} */
.quick-links a:hover{color:#cf9d16; text-decoration:none;}
.m-r-none{margin-right:0 !important;}
/*.quick-links a::before {content: ''; border: 2px solid #cf9d16; background:none; border-radius: 50%; padding: 3px;
width: 4px; height: 4px; float: left; position: relative; left: 0; top: 4px; margin-right: 8px;}*/

.quick-links ul{margin:0; padding:0;}
.quick-links ul li{list-style:none; margin:0 0 3px 0; padding:0 0 0 13px;}
.sales-inq-sec P {
    color: #8c8da1;
    padding: 20px 0px;
    text-align: left;
}
.quick-links ul li a{color:#8c8da1; display: block; font-size: 17px; line-height: 18px; margin: 0 0 10px 0;}
.quick-links ul li a:hover{color:#cf9d16; text-decoration:none;}
.quick-links ul li:before {content: "\f14a"; position: relative; float:left; left: -13px; top: 0; z-index: 1;
color: #cf9d16;  font-family: FontAwesome;}

.sales-inq-sec{text-align:center; padding:1em 0 1em;}
.sales-inq-sec h5{color:#00a2ff; font-size:15px; margin:0 0 1em 0; padding:0; line-height:16px;}
.sales-inq-sec img{margin-top: -20px;}

.footer-bottom{border-top:1px solid #333553; 
/* padding: 2em 0; */
padding:0.5px 0px;

}
.footer-bottom p{color:#808194; font-size: 18px; font-weight: 400; line-height: 50px; margin: 0;text-align:center;}
.footer-bottom span{margin-right:0.5em;}
.footer-bottom p a{color: #808194; font-size: 17px; font-weight: 400; margin: 0 0.5em ;}
.footer-bottom p a:hover{color:#cf9d16; text-decoration:none;}

.inner-cont{/*margin:12.6em 0 3.5em 0;*/ }
.inner-banner-sec{background: #000;
    /*background: -moz-linear-gradient(top,#204381 0,#061b4b 100%);
    background: -webkit-linear-gradient(top,#204381 0,#061b4b 100%);
    background: linear-gradient(to bottom,#204381 0,#061b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue6', endColorstr='$blue1', GradientType=0 );*/
    background-size: cover; padding:0; margin:0; text-align:center; position:relative;}
	
.inner-banner-sec::after {
    background: #000;
    /*background: -moz-linear-gradient(top,#204381 0,#061b4b 100%);
    background: -webkit-linear-gradient(top,#204381 0,#061b4b 100%);
    background: linear-gradient(to bottom,#204381 0,#061b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue6', endColorstr='$blue1', GradientType=0 );*/
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.inner-banner-sec h1{font-size: 51px; margin: 0;
    padding: 30px 30px 30px 30px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -33px;
    background: #253d83;
    width: 40%;
    text-align: left;
    line-height: 52px;}

.breadcrumb-sec{background:#f5f6fb; padding:0; margin:0 0 35px 0;}
.breadcrumb {margin: 0; background-color: transparent; text-transform: capitalize; padding:10px 0;
 margin-bottom: 0; list-style: none; text-align:left; border-radius: 0px;}
.breadcrumb li {display: inline-block;}
.breadcrumb li a {color: #111; font-size:16px;}
.breadcrumb li a:hover{text-decoration:none; color:#253d83;}
.breadcrumb li:last-child {pointer-events: none;}
.breadcrumb > .active a{color: #253d83; font-weight: 500;}
.breadcrumb > .active {color: #777;}
.breadcrumb li + li:before {padding: 0 10px; color: #111; content: '\f105'; font-family: FontAwesome;}

.aboutus-sec{}
.aboutus-sec h2{color: #061b4b; font-weight: 600; text-transform: capitalize; text-align: left; margin:0 0 30px 0; position: relative;}
.aboutus-sec h2:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #cf9d16;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.aboutus-sec p{font-size: 16px; color: #424242; font-weight: normal; line-height: 24px; margin: 0 0 1.5em 0; padding: 0;}
.aboutus-sec p span{/*color: #cf9d16;*/ font-weight: 500; margin-right: 5px;}
.abu-img{border: 1px solid #ccc; float:right; margin:0 0 1em 1em;}


.video-gallery .modal-dialog{margin: 120px auto;}
.video-gallery h2{margin: 0; font-size: 19px; color: #061b4b; font-weight: 600; padding: 0; line-height: 20px;}

.why-choose-area {
  padding: 82px 0 94px;
  background: #f8f8f8; margin:2em 0 0 0;
}

#videoPlayer {margin-top: 92px; object-fit: fill; width: 100% !important;}




@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .why-choose-area {
    padding: 58px 0 33px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .why-choose-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .why-choose-area {
    padding: 40px 0 13px;
  }
}
.about-title {
    font-size: 48px;
    color: #061b4b;
    margin-bottom: 15px;
    text-align: center;
}
.about-sub-title {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center; color: #5f5f5f;
    font-size: 15px;
}
.service-box4 {
    text-align: center;
}
.service-box4 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-box4 {
    margin-bottom: 30px;
  }
}
.service-box4 .service-box-icon {
  margin-bottom: 18px;
}
.service-box4 .service-box-icon a {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: block;
  background: #ffffff;
  line-height: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box4 .service-box-icon a i {
  color: #061b4b;
  font-size: 36px;
}
.service-box4 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.service-box4 h3 a {
  color: #061b4b;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box4 h3 a:hover {
  color: #fdc800; text-decoration:none;
}
.service-box4 p {
  width: 80%;
  margin: 0 auto; color: #5f5f5f;
    font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .service-box4 p {
    width: 100%;
  }
}
.service-box4:hover .service-box-icon a {
  background: #fdc800;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mv-sec{margin: 0 0 2em 0; float: left; width: 100%;}
.mv-sec h2{margin-bottom: 30px;}
.mv-sec h2 span{font-weight:300;}
.mv-img{float:right; border:1px solid #ccc; margin: 0 0 1em 1.5em;}

.contact-sec{}
.contact-sec h5{color: #061b4b; font-size: 18px; margin: 0 0 5px 0;}
.contact-sec address a{color: #061b4b; font-size: 17px;
text-decoration: none;
    margin-left: 5px;
	}
.contact-sec address a:hover{}
.pagination {
    clear: both;
    display: block;
    margin: 1em auto;
    padding: 20px 0 0;
    text-align: center;
    width: 75%;
}
.pagination-button {
    background-color: #eee;
    border: 1px solid #e0e0e0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    transition: background 0.1s ease 0s, color 0.1s ease 0s;
}
.pagination-button.active {
    background-color: #253d83;
    border-color: #ddd;
    color: #ffffff;
}

.contact-form .form-group{padding: 0 15px 0 0;}
.contact-form .form-group label{color: #000; font-weight: normal; font-size: 16px;}
.contact-form .form-group label span{color:#f00;}
.contact-form .form-group .form-control{border-radius: 0; background: #f7f7f7; border: 1px solid #ccc; color: #111; font-size: 15px;}
.contact-form .form-group textarea.form-control{resize: none;}
.contact-form .form-group .btn-primary{background: #061b4b; text-transform: uppercase; border: 1px solid #061b4b; border-radius: 4px;
 padding: 10px 25px; line-height: 19px;}
.contact-form .form-group .btn-primary:hover{background:#cf9d16; border: 1px solid #cf9d16;}
.text-al-cen{text-align:center;}

/* RESPONSIVE CSS
-------------------------------------------------- */
