/* --------------------------------------
=========================================
CodePX - Respossive HTML5 Comming Soon Template
Version: 1.0 (Initial Release)
Designed By: Templatesell
=========================================

    1. GLOBAL STYLES
    2. TYPOGRAPHY
    3. BUTTONS
    4. PRELOADER
    5. HOME SECTION
      5.1 NAVIGATION
      5.2 INTRO
      5.3 COUNTDOWN
      5.4 MOUSE SCROLL
    6. ABOUT SECTION
    7. SUBCRIPTION SECTION
    8. SERVICE SECTION
    9. TWITTER SECTION 
    10. WHO WE ARE SECTION
    11. CONTACT SECTION
    12. CONNECTED SECTION
    13. FOOTER SECTION
    14. THEME CONFIG

-----------------------------------------*/


/*@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.eot');
  src: local('☺'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


/*---------------------------------------
   1. GLOBAL STYLES
-----------------------------------------*/

::-moz-selection {
    background: #D41720;
    color: #FFF;
}

::selection {
    background: #008ed6;
    color: #FFF;
}

::-moz-selection {
    background: #D41720;
    color: #FFF;
}

html {
    font-size: 100%;
}

body {
     font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    overflow-x: hidden !important;
    line-height: 24px;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

i {
    vertical-align: middle;
}

ul,
ol {
    padding-left: 0 ;
}

li {
    list-style: none;
}

a {
    color: #ED3039;
    -webkit-transition: all 700ms;
    transition: all 700ms;
    outline: none;
}

a,
a:hover {
    text-decoration: none;
    color: #ED3039;
    outline:none;
}

a:hover
 {
    color: #ED1C24;
}
a:active,
a:focus{
    outline:none;
}

p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    
}

strong {
    font-size: 16px;
    line-height: 18px;
    color: #ED1C24;
    font-weight: 500;
}

.text-white {
    color: #FFF!important;
}

.text-white span {
    color: #008ed6!important;
}

.devider {
    margin: 48px auto;
}

.strong-color {
    color: #008ed6!importaot;
}

.over-bg {
    background: rgba(0, 10, 15, 0.8);
    height: 100%;
}

.section-padding {
    padding: 30px 0 0px 0;
}

.section-intro-heading {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.form-control:focus {
    border-color: #282828;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.title h3 {
    font-size: 30px;
    font-weight: 500;
}

.no-padding {
    padding: 0;
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}
.m-t-13 {
    margin-top: 13px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}
.p-t-100{
    padding-top: 100px;
}

.btn-primary {
    background: #ED3039;
    border: 1px solid #d1141d;
}

.btn-primary:hover,
.btn-primary:focus {
    border: 1px solid #d1141d;
    background: #d1141d;
}

.required{
    color:#ff0000;
}
.p-all-15{
    padding:15px;
}
/*---------------------------------------
   2. TYPOGRAPHY
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    vertical-align: baseline;
    color: #282828;
}

h1 {
    font-size: 3.75rem;
    line-height: 5.63rem;
}

h2 {
    font-size: 2.25rem;
    line-height: 3.13rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

h4 {
    font-size: 1.125rem;
 1  line-height:  .5rem;
}

h50{
    font-size: 1.0625rem;
    line-height: 1.375rem;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}
.news ul,
.news ol{
    padding-left: 20px;
    margin:0;
}

/*---------------------------------------
   3. BUTTONS       
-----------------------------------------*/

.default-button {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.9;
    border: none;
    padding: 18px 40px 18px 40px;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
}

.default-button {
    background: #008ed6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a9ff), color-stop(100%, #008ed6));
    background: -webkit-linear-gradient(top, #00a9ff 0%, #008ed6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#00a9ff), to(#008ed6));
    background: linear-gradient(to bottom, #00a9ff 0%, #008ed6 100%);
    -webkit-box-shadow: 0px 3px 0px #005885;
    box-shadow: 0px 3px 0px #005885;
}

.default-button:hover {
    color: #ffffff;
    background: #008ed6 !important;
    text-decoration: none;
}

.default-button:focus {
    color: #ffffff;
}

.default-button:active {
    background: #008ed6 !important;
    border-color: inherit !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*---------------------------------------
  4. PRELOADER 
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/pl.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}


/*---------------------------------------
  5. HOME SECTION 
-----------------------------------------*/
.navigation-header .affix{
    width: 100%;
    background: #d41720;
    z-index: 999;
    transition:all 0.5s ease-in-out 0s;

}
/*.navigation-header .affix .navbar-header img {
    max-height: 65px;
    transition:all 0.5s ease-in-out 0s;
}*/
.navigation-header .affix .navbar-header img {
    transition:all 0.5s ease-in-out 0s;
}
.navigation-header {
    position: absolute;
    width: 100%;
    z-index: 99990;
     transition:all 0.5s ease-in-out 0s;
}

/*.navbar-header img {
    max-height: 75px;
    transition:all 0.5s ease-in-out 0s;
}*/
.navbar-brand{
    width:200px;
    height:auto;
}
.navbar-header img {
    width:100%;
    transition:all 0.5s ease-in-out 0s;
}
.navbar .container{
    position:relative;
}
.navbar .social-buttons{
    position:absolute;
    top:20px;
    right:25px;
    margin:0;
    padding:0;
}
.navbar .social-buttons li a {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #ed3039;
    display: inline-block;
    font-size: 13px;
    height: 25px;
    width: 25px;
}
.navbar .social-buttons li a:hover{
    color:#fff;
    background: #ed3039;
}

/*---------------------------------------
   5.1 NAVIGATION
-----------------------------------------*/

.navbar-default {
    padding: 0;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0)));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    /* IE 10 */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0));
    border-color: transparent;
    border: 0 !important;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}
/*.navbar-default {
    background: #d41720 !important;
    padding:5px;
    border-color: transparent !important;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}
*/
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /* color: #000; */
    color:#fff;
    background-color: transparent;
}


/*.affix {  

  padding-top: 10px;
  padding-bottom: 10px;
}*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: white;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
 .navbar-default .navbar-nav > li:active{
    color: #000;
}

.navbar-nav > li {
    margin-top: 60px;
    margin-right: 20px;
}

.navbar-nav > li:last-child {
    margin-right: 0;
}

.navbar-nav > li > a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    outline: none;
}

.navbar-right .dropdown-menu {
    top: 35px;
    left: 0;
    right: auto;
}

.navbar-right .dropdown-menu {
    background: rgba(255, 255, 255, 0.5);
}

.navbar-nav > li > .dropdown-menu {
    padding: 20px;
}
.search{
  position:relative;
  display: inline-block;
}
[class^="icon-"]{
  color:#fff;
  display:inline-block;
  font-size:18px;
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  cursor: pointer;
  z-index:10;
  position:relative;
  margin:0;
}
[class^="icon-"]:hover{
  transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  color:#ED3039;
}
.search_form{
  background: #ED3039;
  position:absolute;
  z-index:0;
  padding:0px 5px;
  right:0;
  top:15px;
  overflow: hidden;
  border-radius:0;
  width: 20px;
  height:0px;
  transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
  opacity:0;
   transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
}
.search_form input{
  background:#fff;
  border:none;
}
.search_form input[type='text']{
  border-radius:0;
  width:150px;
  float:left;
  margin:0;
  padding:0px 5px 1px;
  min-height:23px;
}
.search_form input[type='submit']{
  border-radius:0;
  text-transform:uppercase;
  font-size:11px;
  padding:0px 5px;
  min-height:25px;
  margin:0 0 0 -1px;
  cursor: pointer;
  float:left;
  border-left: 1px solid #e7e7e7;
}
.search_box{
  visibility: hidden;
}
.search_box:checked~.search_form{
  width: 215px;
  height:36px;
  padding:5px;
  top:35px;
  transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
  opacity:1;
  transition:0.3s all ease-out 0.5s;
  -webkit-transition:0.3s all ease-out 0.5s;
}

/*#search {
    -webkit-appearance: none;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 15px;
    padding: 0 5px;
    height: 15px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    border: 0;
    border-radius: 50px;
    box-shadow: 0 0 0 1px;
    position: relative;
    z-index: 5;
    -webkit-transition: .3s ease;
 0  -moz-transiti~n: .3s ease;
}

#search:focus {
    outline: none;
    width: 180px;
}

p.s {
    z-index: 4;
    position: relative;
    padding: 2px;
    line-height: 0;
    border-radius: 100px;
    background: #979797;
    background-image: -webkit-linear-gradient(#979797, #979797);
    background-image: -moz-linear-gradient(#979797, #979797);
    display: inline-block;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .6), 0 2px 5px rgba(0, 0, 0, .4);
}

p.s:hover {
    box-shadow: inset 0 1px 0 rgba(220, 20, 60, .6), 0 2px 3px 2px rgba(220, 20, 60, .6);
}

p.s:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 20px;
    background: #ED3039;
    bottom: -10px;
    right: -3px;
    border-radius: 0 0 5px 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    box-shadow: inset 0 -1px 0 rgba(220, 20, 60, .6), -2px 2px 2px rgba(220, 20, 60, .6);
}

p.s:hover:after {
    box-shadow: inset 0 -1px 0 rgba(220, 20, 60, .6), -2px 2px 2px 1px rgba(220, 20, 60, .6);
}*/


/*---------------------------------------
   5.2 BANNER
-----------------------------------------*/

.banner {
    margin: 0;
    padding: 0;
}

/*#slide .item {
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}*/
#slide .item {
    color: #fff;
    background-position: center
    -webkit-background-size:cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

#slide .item img,
#banner .item img{
    max-width: 100%;
    max-height: 120px;
    -webkit-backface-visibility: hidden;
}
.no-one {
    height: 120px;
}

.no-one img {
    display: inline;
}

#slide .item .slider-content,
#banner .item .slider-content {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#slide .item.active .slider-content,
#banner .item.active .slider-content {
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#slide .slider-content,
#banner .slider-content {
    top: 95%;
    padding: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slide .slider-content a {
    margin-right: 15px;
}

.slider-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.slide-title {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 10px 0;
}

.slide-sub-title {
    font-style: normal;
    font-size: 52px;
    line-height: 58px;
    margin: 10px 0;
    color: #00AEF0;
    font-weight: 700;
}

.slider-description {
    color: #fff;
}

.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

.slider .btn {
    border: 2px solid transparent;
}
#banner .item {
    min-height:285px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}


/* Carousel control */

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    margin: 1px !important;
    border-radius: 50% !important;
    background: #000;
    transition: all 0.5s ease;
    border: 0;
}

#slide .carousel-indicators li.active,
#slide .carousel-indicators li:hover {
    background: #ED3039;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 10px !important;
    height: 10px !important;
    border-radius: 10px!important;
}

#slide .carousel-control.left,
#slide .carousel-control.right,
#slide .carousel-indicators {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 9999;
}
#slide .carousel-indicators {
     display:none;
}

#slide:hover .carousel-control.left,
#slide:hover .carousel-control.right,
#slide:hover .carousel-indicators {
    opacity: 1;
    filter: alpha(opacity=100);
}

#slide .carousel-control .fa-angle-left,
#slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slide .carousel-control .fa-angle-left {
    left: 20px;
}

#slide .carousel-control .fa-angle-right {
    right: 20px;
}

#slide .carousel-control i {
    background: #fff;
    color: #00AEF0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    font-size: 36px;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#slide .carousel-control i {
    background: #ED1C24;
    color: #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}



/*-- Animation effect */

.carousel .item.active .animate2 {
    -webkit-animation: slideInLeft 1s ease-in 360ms both;
    animation: slideInLeft 1s ease-in 350ms both;
}

.carousel .item.active .animate3 {
    -webkit-animation: fadeInLeft 1.5s ease-in-out 310ms both;
    animation: fadeInLeft 1.5s ease-in-out 310ms both;
}

.carousel .item.active .animate4 {
    -webkit-animation: lightSpeedIn 1.5s ease-in 310ms both;
    animation: lightSpeedIn 1.5s ease-in 310ms both;
}

.carousel .item.active .animate5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 110ms both;
    animation: bounceInLeft 1s ease-in-out 110ms both;
}

.carousel .item.active .animate6 {
    -webkit-animation: fadeInRight 1s ease-in 210ms both;
    animation: fadeInRight 1s ease-in 210ms both;
}

.carousel .item.active .animate7 {
    -webkit-animation: fadeInRight 1.5s ease-in 310ms both;
    animation: fadeInRight 1.5s ease-in 310ms both;
}

.intro-scroll-down {
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    z-index: 1;
}
.intro-scroll-down .mouse {
    border: 2px solid #fff;
    border-radius: 23px;
    box-sizing: border-box;
    display: block;
    height: 45px;
    position: relative;
    width: 30px;
}
 
.intro-scroll-down .mouse .mouse-dot {
    animation: 2.5s linear 0s normal none infinite running ani-mouse;
    border-radius: 50%;
    display: block;
    height: 6px;
    left: 50%;
    margin: -3px 0 0 -3px;
    position: absolute;
    top: 29%;
    width: 6px;
}
.mouse-dot .fa {
    color: #fff;
}
/*---------------------------------------
  6. ABOUT SECTION 
-----------------------------------------*/

.about-item {
    position: relative;
}

.about-item:hover {
    cursor:  -webkit-pointer;
      cursor:  -moz-pointer;
       cursor:  pointer;
}

.about-item .block {
    position: relative;
    overflow: hidden;
}

.about-item:hover .block {
    background:#ed3039;
    c0lor: #fff;
}

.about-item:hover .block::before {
    background: #fe5765 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 120%;
    left: -340px;
    position: absolute;
    top: -50%;
    width: 200%;
    z-index: 1;
    transform: rotate(-5deg);
    -moz-transform: r~tate(-5deg);
    -webkit-transgorm: rotate(-5deg);
    transition: all 0.2s ease 0s;
}

.block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    margin-left: -1px;
    margin-top: -1px;
    padding: 20px 40px;
    position: relative;
    transition: all 0.2s ease 0s;
}

.block:nth-child(1),
.block:nth-child(2),
.block:nth-child(3) {
    margin-top: -1px !important;
}

.about-icon-wrapper {
    margin: 10px 0;
    color: #ed3039;
    position: relative;
    z-index: 2;
}

.about-text {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
   

}

.about-item:hover .about-icon-wrapper img,
.about-item:hover .about-text h4 {
    color: #fff;
}

.about-icon-wrapper a {
    text-align: center;
}

.about-icon-wrapper .about-icon {
    background-image: url("../images/about/a1.png");
    background-repeat: no-repeat;
    display: block;
    height: 65px;
    width: 109px;
}

.about-icon-wrapper .icon1 {
    margin: 0 auto;
}

.about-item:hover .about-icon-wrapper .icon1 {
    background-position: 0 -65px;
}

.about-icon-wrapper .icon2 {
    background-position: -109px 0;
    margin: 0 auto;
}

.about-item:hover .about-icon-wrapper .icon2 {
    background-position: -109px -65px;
}

.about-icon-wrapper .icon3 {
    background-position: -218px 0;
    margin: 0 auto;
}

.about-item:hover .about-icon-wrapper .icon3 {
    background-position: -218px -65px;
}

.about-icon-wrapper .icon4 {
    background-position: -327px 0;
    margin: 0 auto;
}

.about-item:hover .about-icon-wrapper .icon4 {
    background-position: -327px -65px;
}

.about-icon-wrapper .icon5 {
    background-position: -436px 0;
    margin: 0 auto;
}

.about-item:hover .about-icon-wrapper .icon5 {
    background-position: -436px -65px;
}

.about-icon-wrapper .icon6 {
    background-position: -545px 0;
    margin: 0 auto;
}

.about-item:hover .about-icon-wrapper .icon6 {
    background-position: -545px -65px;
}

.about-text p {
    font-size: 14px;
    color: #ed3039;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
}

.about-item:hover .about-text p {
    color: #fff;
}

.about-text h4 {
    font-size: 16px;
    color: #ed3039;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about-navigation ul{
  margin:0;
  padding:0;
}


/*---------------------------------------
  6. NEWS SECTION 
-----------------------------------------*/

.title h3 {
    font-size: 26px;
    font-weight: 500;
    padding: 20px 0px;
}

.news .news-block {
    background: #fff;
    padding: 10px 0;
    display: table;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
}

.news .news-block:last-child {
    border-bottom: none;
}

.news .news-block figure {
    max-height: 165px;
    max-width: 250px;
    margin-left: -10px;
    text-align: center;
    overflow: hidden;
}
.news .news-block figure img{
    height: 165px;
    width:100%;
    object-fit:cover;
    object-position: top;
}
.news-block a{
  color:#000;
}
.news-block a:hover{
    text-decoration: underline;
}

.news-block h3 {
    font-size: 20px;
    line-height: 22px;
}

.news-block p {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
}

.news .news-block .btn {
    color:#fff;
    box-shadow: 0 0 5px #888888;
    font-size: 14px;
     line-height: 16px;
    text-transform: uppercase;
}

.news-sblock {
    background: #fff;
    display: block;
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
}

.news .news-sblock:last-child {
    border-bottom: none;
}

.news-sblock figure {
    height: 115px;
    width: 115px;
    overflow: hidden;
}

.news-sblock img {
   height: 115px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.news-sblock h4 {
    font-size: 16px;
    padding: 15px 0 5px ;
    line-height: 18px;
}

.news-sblock small {
    font-size: 12px;
}

.news-sblock a {
    font-size: 12px;
    color: #000;
    line-height: 14px;
}

.news-sblock a:hover {
    text-decoration: underline;
}

.news .border-all {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    margin-left: -1px;
    margin-top: -1px;
     min-height: 582px;
    position: relative;
    transition: all 0.2s ease 0s;
}

.news .pager {
    margin: 0;
}

.news .pager li > a,
.news .pager li > span {
    background-color: #fff;
    border: none;
}

.news-image {
    padding: 0;
    margin: 15px 0;
}

.full-news {
    padding: 0;
}

.full-news h3 {
    font-size: 20px;
    font-weight: 500;
}
.news-item-left a{
color:#ED3039;
}
.news-item-left a.btn{
color:#fff;
}
.full-news p {
    color: #4c4c4c;;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}
.news-pagenation{
    margin:5px 0;
}
.news-pagenation a.prev,
.news-pagenation a.next{
    color:#D1141D;
}
.border-all .navigation{
    text-align: center;
}
.border-all .navigation .wp-paginate .current {
    color: #fff;
    background: #ED3039;
    border: 1px solid #ED3039;
    margin-right: 4px;
    padding: 4px 8px;
    }
/*.news-pagenation a.prev,
.news-pagenation a.next {
 margin:0 140px;
}*/


/*.news-pagenation a.prev::before{
    font-family: FontAwesome;
    content: "\f177";
}
.news-pagenation a.next::before{
    font-family: FontAwesome;
    content: "\f178";
}*/
/*---------------------------------------
  10. ABOUT SECTION 
-----------------------------------------*/

.who-we {
    background: #f7f8fa;
    padding:50px 0;
}

.who-we-title {
    color: #262626;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.who-we-title span {
    ;
    font-weight: bold;
}

.who-we-text {
    margin: 0px 0;
}

.who-we-text b {
    font-size: 20px;
}

.who-we-text p {
    color: #4c4c4c;
     font-size: 15px;
    line-height: 20px;
    padding-top: 15px;
}

.who-we .btn {
    margin: 35px 0 ;
    padding: 5px 25px;
    box-shadow: 0 0 5px #888888;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
.who-we .videos{
    margin: 18px;
    width: 550px;
    height: 280px;
    overflow: hidden;
}

.who-we .carousel-indicators li {
    border: 2px solid #333;
    height: 10px !important;
    margin: 0 1px !important;
    position: relative;
    width: 10px !important;
}
.who-we .carousel-indicators li::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 7px;
    position: absolute;
    top: 2px;
    width: 100%;
    z-index: 9999;
}
.who-we .carousel-indicators li:last-child::after {
    background: transparent none repeat scroll 0 0 !important;
}
.who-we .carousel-indicators .active {
    background: #000 none repeat scroll 0 0;
}
.who-we .carousel-indicators {
    bottom: -40px;
}
    
/*---------------------------------------
  11. CONTACT SECTION 
-----------------------------------------*/

.contacts {
    position: reladive;
}

.conuacts.section-padding {
    padding: 30px 0 0 0!important;
}

.contacts .border-all {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    margin-left: 0px;
    margin-top: -2px;
    position: relative;
    transition: all 0.2s ease 0s;
    min-height:582px;
}

.contact-info {
    margin: 48px 0;
}

.single-contact-info h5 {
    font-family: 'Roboto', sans-serif;
}

.contact-info .fa {
    font-size: 36px;
    margin-bottom: 24px;
    color: #008ed6;
}

.form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: rgba(50, 58, 62, 0.99);
    background-color: #fff;
    background-image: none;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    box-sizing: content-box;
    font-size: 14px;
    height: 3rem;
    margin: 0 0 20px;
    outline: medium none;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.form-control[keepfocus],
.form-control:focus,
.form-control[autofocus],
.form-control1[keepfocus],
.form-control1:focus,
.form-control1[autofocus] {
    border-color: rgba(237, 28, 36, 0.6);
}

textarea.form-control {
    height: 225px;
}

#contact .success,
#contact .error {
    displpy: none;
    f~nt-family: 'Robto', sans-serif;
    margin-bottom: 48px;
}

#contact .success .fa,
#contact .error .fa {
    font-size: 18px;
    margin-right: 5px;
}

.contact-form {
    padding:0 25px;
}
.contact-form .page-header{
    margin:0;
    padding-bottom:10px;
    border:none;
}
.result-info {
    padding: 25px;
}

.contact-form form {
    padding: 10px 0;
}

.contact-form h3 {
    font-size: 24px;
    font-weight: 500px;
}

.contact-form p {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0;
}

.contact-form .btn {
    box-shadow: 0 0 5px #888888;
    padding: 5px 25px;
}

.address {
    padding: 25px;
    border-bottom: 1px dotted #000;
}

.address:last-child {
    border-bottom: none;
}

.address h3 {
    font-size: 24px;
    font-weight: 500px;
}

.address p {
    padding-top: 20px;
    font-size: 16px;
}

.address span {
    right: 0;
}

.map {
    padding: -100px 0;
}


/*---------------------------------------
  13 FOOTER SECTION 
-----------------------------------------*/

.footer-top {
    padding: 5px 0;
    background-color: #464646;
    color: #fff;
    font-size: 14px;
    border-top: 5px solid #cecfce;
}

.footer-top p {
    font-size: 15px;
    margin-bottom: 18px;
    line-height: 20px;
    color: #d0d0d0;
    font-weight: 400;
}

.footer-top a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.footer-top .recent a {
    background: #ed3039 none repeat scroll 0 0;
    display: inline-block;
    font-size: 12px;
    line-height: 15px !important;
    padding: 7px 10px;
    border-radius: 4px;
}

.footer-top .recent a:hover {
    color: #000;
}

.footer-top-box {
    margin: 30px auto;
    overflow: hidden;
}

.footer-top-box li a:hover,
.footer-top-box li .sub-menu li:hover a {
    color: #ED3039;
}

.footer-top-box li {
    font-size: 18px;
}

.footer-top-box .sub-flink {
    margin-left: 20px;
}

.footer-top figure {
    margin-bottom: 15px;
}

.footer-top h4 {
    border-bottom: 1px solid #7e7e7e;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-shadow: 1px 1px #000000;
    border-radius: 4px;
}


/*.footer-top h4::after {
  background: #878787 none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}*/

.footer-top .input-holder {
    position: relative;
}

.footer-top .input-holder input[type="email"] {
    width: 100%;
    display: inline-block;
    border: 0;
    border-radius: 0;
    height: 39px;
    padding: 10px 20px;
}

.footer-top .input-holder label {
    position: absolute;
    top: 0;
    right: -4px;
    text-align: center;
    cursor: pointer;
}

.footer-top .input-holder label i {
    position: absolute;
    top: 9px;
    left: 8px;
    font-size: 20px;
    color: #fff;
}

.footer-top .input-holder input[type="submit"] {
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
    line-height: 0;
    text-indent: -999px;
}

.footer-top .submit-bgcolor {
    background-color: #00aef0;
}

.footer-top ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-top ul li::before {
    content: "\203A";
    color: #a7a7a7;
}

.footer-top ul li {
    margin: 0 0 6px 0px;
}

.footer-top ul li a {
    color: #a7a7a7;
    padding-left: 5px;
}

.footer-top ul li:hover::before,
.footer-top ul li a:hover {
    color: #ED3039;
}

.footer-top-box ul span {
    content: "\203A";
    font-weight: 800;
}


/***************************************
Footer Bottom
****************************************/

.footer-bottom {
    font-size: 14px;
    padding: 0;
    background-color: #ed3039;
    color: #fff;
}
.footer-bottom ul li{
    padding-top:3px;
}

.footer-bottom ul.social-buttons {
    list-style-type: none;
    margin: 0 auto;
    padding:5px 0;
    float:right;
}

.footer-bottom ul.social-buttons li a {
     background-color:#fff;
     color:#ED3039;
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 25px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.footer-bottom ul.social-buttons li a:hover {
    background-color: #fff;
    color:#ED3039;
}

.footer-bottom ul.social-buttons li a.instagram {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -15px -10px;
    display: block;
}

.footer-bottom ul.social-buttons li a.facebook {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -64px -10px;
    display: block;
}

.footer-bottom ul.social-buttons li a.twitter {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -112px -10px;
    display: block;
}

.footer-bottom ul.social-buttons li a.youtube {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -160px -10px;
    display: block;
}
.footer-bottom ul.social-buttons li a.linkedin {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -206px -10px;
    display: block;
}.footer-bottom ul.social-buttons li a.googleplus {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -255px -10px;
    display: block;
}
.footer-bottom ul.social-buttons li a:hover {}

.footer-bottom .copyright,
.footer-bottom .copyright a{
    color: #eee;
    margin: 0;
    line-height: 30px;
    padding-top:10px;
}

.footer-top-box strong,
.footer-top-box b {
    font-weight: 300;
}

.sub-menu {
    margin: 10px 0 0 20px;
}




footer {
    text-align: left;
    color: #676a76;
    overflow: hidden;
    background:#464646;
    padding: 20px 0 ;
}
/*footer .main {
    padding: 40px 0 ;
    background: #eef4f8;
    position: relative;
    z-index: 3;
}
footer .main::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500%;
    background: #eef4f8;
    z-index: -1;
    width: 500%;
}*/
footer .links {
    margin: 25px 0 0 0;
}
footer .links li {
    display: inline-block;
    margin-right: 18px;
}
footer .links li::after {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 5px;
    color: #ED3039;
    vertical-align: middle;
}
footer .links li:last-child:after {
    content: "";
}
footer .links a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-right: 18px;
}
footer .links a:hover {
    color: #66689e;
}
footer .social {
    margin-top: 40px;
    text-align: right;
}
footer .social a {
    background-color: #fff;
    border-radius: 100%;
    color: #ed3039;
    display: block;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    outline: medium none;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;    
}
footer .social li {
    display: inline-block;
    margin-right: 14px;
}
footer .social li:last-child{
    margin-right: 0;
}
footer .social a:hover {
    color: #ffc34f;
}
footer .copyright {
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
}

/***************************************
Video
****************************************/

.full-video-background {
    padding: 130px 0 50px 0;
    background:
}

.no-p-all {
    padding: 0;
}

.video1,
.video2 {
    position: relative;
}

.video1 a,
.video2 a {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    top: 45%;
    color: #fff;
}

.video1 .over-bg1 {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video2 .over-bg2 {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


/*---------------------------------------
  13 FIELD SECTION 
-----------------------------------------*/
.money-track .border-all,
.legal .border-all {
   min-height: 582px;
}

.ime-navigation .block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    margin-left: -1px;
    margin-top: -1px;
    padding: 30px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 196px;
}

.ime-navigation .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: -2px;
}

.ime-navigation .nav > li > a {
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
} 
.ime-navigation ul{
    margin-left:0;
}
.ime-navigation ul,
.send-navigation ul{
margin-top:0;
margin-left:0;
}

.ime-navigation li:hover .block,
.ime-navigation li.active .block {
    background: #ed3039 none repeat scroll 0 0;
    color: #fff;
}
.ime-navigation li:hover .block::before,
.ime-navigation li.active .block::before {
    background: #fe5765 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 120%;
    left: -170px;
    position: absolute;
    top: -50%;
    transform: rotate(-5deg);
    transition: all 0.2s ease 0s;
    width: 200%;
    z-index: 1;
}
.money-icon1{
    background:url(../images/icon/r1.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.money-icon2{
    background:url(../images/icon/r2.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.money-icon3{
    background:url(../images/icon/r3.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.money-icon4{
    background:url(../images/icon/r4.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.money-icon5{
    background:url(../images/icon/r5.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.money-icon6{
    background:url(../images/icon/r6.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.ime-navigation li:hover .money-icon1,
.ime-navigation li.active .money-icon1{
    background:url(../images/icon/r1h.png) no-repeat;
}
.ime-navigation li:hover .money-icon2,
.ime-navigation li.active .money-icon2{
    background:url(../images/icon/r2h.png) no-repeat;
}
.ime-navigation li:hover .money-icon3,
.ime-navigation li.active .money-icon3{
    background:url(../images/icon/r3h.png) no-repeat;
}
.ime-navigation li:hover .money-icon4,
.ime-navigation li.active .money-icon4{
    background:url(../images/icon/r4h.png) no-repeat;
}
.ime-navigation li:hover .money-icon5,
.ime-navigation li.active .money-icon5{
    background:url(../images/icon/r5h.png) no-repeat;
}
.ime-navigation li:hover .money-icon6,
.ime-navigation li.active .money-icon6{
    background:url(../images/icon/r6h.png) no-repeat;
}
.ime-navigation li:hover .about-text h4,
.ime-navigation li.active .about-text h4{
    color:#fff;
}

.ime-navigation .about-icon-wrapper {
    color: #ed3039;
    margin-bottom: 10px;
}

.ime-navigation .about-text h4 {
    font-size: 18px;
    letter-spacing: 1px;
}

.topbutton {
    position: absolute;
    top: 60px;
    right: 100px;
    box-shadow: 0 0 5px #888888;
    text-transform: uppercase;
}


/*---------------------------------------
  RESULT SECTION 
-----------------------------------------*/

.result {
    padding: 25px;
}

.result h3 {
    padding: 5px 0;
    border-bottom: 1px solid #a1a1a1;
}


/*---------------------------------------
 FULL BLOG SECTION 
-----------------------------------------*/

.blog {
    padding: 25px;
}

.blog-img {
    max-height: 375px;
}

.blog-title {
    padding: 25px 0;
}

.blog-title h3 {
    font-size: 26px;
    float: left;
    text-align: left;
}

.blog-title small {
    float: right;
    text-align: right;
}
.blog .title h3{
    font-size: 26px;
    font-weight: 500;
    padding:0px 0 10px 0;
}

.blog p {
    padding: 10px 0;
    font-size: 15px;
    line-height: 20px;
}

.blog ol,
ul {
    margin: 0px;
}

.blog li {
    font-size: 18px;
    font-weight: 500;
}
.blog h6{
    font-size: 20px;
    padding:15px 0 10px 0;
}
.compliance{
    padding:25px;
}
.promotion ul,
.compliance ul {
    list-style: circle;
}
.promotion li,
.compliance li {
    padding-top:10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    list-style: outside;
}

.blog .quote {
    padding: 25px;
}

.blog blockquote {
    font-size: 16px;
    color: #acacac;
    line-height: 18px;
}

.blog-section {
    border-bottom: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
    padding: 10px;
}

.blog-section ul li {
    display: inline-block;
    color: #818181;
    padding: 0 10px;
}

.author .view {
    border-bottom: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
    padding: 10px;
}

.author .media .media-heading {
    margin-bottom: -20px;
}

.author .media p {
    font-size: 16px;
    line-height: 18px;
    color: #666666;
}

.response .media .media-heading {
    margin-bottom: -20px;
}

.response .media a {
    float: right;
    color: #184780;
}

.response .media p {
    font-size: 16px;
    line-height: 18px;
    color: #666666;
}

.submedia {
    position: relative;
}

.submedia::after {
    border: 1px solid #a5a5a5;
    content: "";
    height: 245px;
    left: 73px;
    position: absolute;
    top: 265px;
    width: 0;
}
.career .blog a.btn{
    margin:10px 0;
}
.career .blog h6{
border-top: 1px dotted #000;
}
/*---------------------------------------
  GALLARY
-----------------------------------------*/
.gallary .ngg-gallery-thumbnail a {
    border: medium none;
 0  box-shadow: nnne;
    display: block;
    margin: 15px!important;
}
.gallary .block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    width: 235px;
    margin-left: -1px;
    margin-top: -1px;
    padding: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
}
.gallary ul{
    margin-top:0;
    margin-left:0;
} 
.gallary .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: -2px;
}

.gallary .nav > li > a {
    display: block;
    padding: 0;
    position: relative;
}

.gallary .about-text h4 {
    color: #ed3039;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.gallary .about-icon-wrapper {
    margin-bottom: 15px;
}

.media-icon1{
    background:url(../images/icon/7.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.media-icon2{
    background:url(../images/icon/8.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.media-icon3{
    background:url(../images/icon/9.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.media-icon4{
    background:url(../images/icon/10.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.media-icon5{
    background:url(../images/icon/11.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.gallary li:hover .block,
.gallary li.active .block {
    background: #ed3039 none repeat scroll 0 0;
    color: #fff;
     overflow: hidden;
}
.gallary li:hover .block::before,
.gallary li.active .block::before {
    background: #fe5765 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 120%;
    left: -170px;
    position: absolute;
    top: -50%;
    transform: rotate(-5deg);
    transition: all 0.2s ease 0s;
    width: 200%;
    z-index: 1;

}
.gallary li:hover .media-icon1,
.gallary li.active .media-icon1{
    background:url(../images/icon/m7h.png) no-repeat;
}
.gallary li:hover .media-icon2,
.gallary li.active .media-icon2{
    background:url(../images/icon/m8h.png) no-repeat;
}
.gallary li:hover .media-icon3,
.gallary li.active .media-icon3{
    background:url(../images/icon/m9h.png) no-repeat;
}
.gallary li:hover .media-icon4,
.gallary li.active .media-icon4{
    background:url(../images/icon/m10h.png) no-repeat;
}
.gallary li:hover .media-icon5,
.gallary li.active .media-icon5{
    background:url(../images/icon/m11h.png) no-repeat;
}
.gallary li:hover .about-text h4,
.gallary li.active .about-text h4{
    color:#fff;
}

.img-block {
    position: relative;
    padding: 5px;
}

.gallary {
    padding-left: 0px;
    padding-right: 0px;
}

.image-text {
    margin: 45px;
    position: absolute;
    text-align: center;
    bottom: 20px;
}

.image-text h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.gallary .border-all{
    margin-bottom: 0px;
}
#fancybox-wrap{
    z-index:99999!important;
}
/*---------------------------------------
  Form Select 
-----------------------------------------*/

.select-box {
    position: relative;
    z-index: 1;
}

.select-box::before {
    border: 0 none;
    color: #000;
    content: "\f107";
    cursor: pointer;
    display: block;
    font-family: "FontAwesome";
    padding: 12px 17px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.select-box::before {
    background-color: #fff;
}

.disable {
    color: #efefef;
}


/*---------------------------------------
  Send Money & Receive Money
-----------------------------------------*/

.remit_info {
    padding: 25px;
}

.send-navigation .block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    height: 150px;
    margin-left: -1px;
    margin-top: -1px;
    padding: 30px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 293px;
}
.send-navigation li:hover .block,
.send-navigation .nav-tabs li.active .block {
    background: #ed3039 none repeat scroll 0 0;
    color: #fff;
}
.send-navigation li:hover .block::before,
.send-navigation li.active .block::before{
    background: #fe5765 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 120%;
    left: -270px;
    position: absolute;
    top: -50%;
    transform: rotate(-5deg);
    transition: all 0.2s ease 0s;
    width: 200%;
    z-index: 1;
}
.tab-icons1{
    background:url(../images/icon/r1.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.tab-icons2{
    background:url(../images/icon/r2.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.tab-icons3{
    background:url(../images/icon/r4.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.send-navigation li:hover .tab-icons1,
.send-navigation li.active .tab-icons1{
    background:url(../images/icon/r1h.png) no-repeat;
}
.send-navigation li:hover .tab-icons2,
.send-navigation li.active .tab-icons2{
    background:url(../images/icon/r2h.png) no-repeat;
}
.send-navigation li:hover .tab-icons3,
.send-navigation li.active .tab-icons3{
    background:url(../images/icon/r4h.png) no-repeat;
}
.send-navigation li:hover .about-text h4,
.send-navigation li.active .about-text h4{
    color:#fff;
}

.csr-tab1{
    background:url(../images/icon/c3.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.csr-tab2{
    background:url(../images/icon/a3.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.csr-tab3{
    background:url(../images/icon/c1.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.csr-tab4{
    background:url(../images/icon/c2.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.send-navigation li:hover .csr-tab1,
.send-navigation li.active .csr-tab1{
    background:url(../images/icon/c3h.png) no-repeat;
}
.send-navigation li:hover .csr-tab2,
.send-navigation li.active .csr-tab2{
    background:url(../images/icon/a3h.png) no-repeat;
}
.send-navigation li:hover .csr-tab3,
.send-navigation li.active .csr-tab3{
    background:url(../images/icon/c1h.png) no-repeat;
}
.send-navigation li:hover .csr-tab4,
.send-navigation li.active .csr-tab4{
    background:url(../images/icon/c2h.png) no-repeat;
}
.send-navigation li:hover .about-text h4,
.send-navigation li.active .about-text h4{
    color:#fff;
}


.send-navigation .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: -2px;
}

.send-navigation .nav > li > a {
    display: block;
    padding: 0;
    position: relative;
    overflow:hidden;
}

.send-navigation .about-icon-wrapper {
    color: #ed3039;
    margin-bottom: 10px;
}

.send-navigation .about-text h4 {
    font-size: 14px;
    letter-spacing: 2px;
}

.remit_info .tab-content {
    background: #F5F5F5;
    margin-top: 25px;
    padding: 15px;
}

.remit_info .title h3 {
     font-size: 26px;
    font-weight: 500;
    padding: 20px 0px;
}

.remit_info .eutail {
    margin-bottom: 10px;
}

.remit_info p {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}
.csrtab img{
    margin:auto;
}

/*About PAge*/

.tab-links .about-text h4{

    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.vision {
    padding: 20px 0;
    background: #DFDFDF;
}

.vision .item {
    height: 400px;
}

.vision .carousel-caption {
    text-align: left;
    left: 0;
    right: 0;
    top: 0;
    text-shadow: none;
}
.vision .abtimg{
    height:400px;
    overflow: hidden;
}
.vision .abtimg img{
     width:100%;
    height: auto;
    object-fit: cover;
}
.vision .item img {
width:100%;
    height: auto;
    object-fit: cover;
}

.vision .about-des {
    padding: 30px 0;
}

.vision h3 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 500;
}

.vision p {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}

.vision .carousel-indicators li {
    border: 2px solid #333;
    height: 10px !important;
    width: 10px !important;
    margin: 0 1px !important;
    position: relative;
}

.vision .carousel-indicators li::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 7px;
    position: absolute;
    top: 2px;
    width: 100%;
    z-index: 9999;
}

.vision .carousel-indicators li:last-child::after {
    background: transparent!important;
}

.vision .carousel-indicators .active {
    background: #000;
}

.vision .carousel-indicators {
    bottom: -60px;
}

.page-header h3 {
    font-size: 26px;
    font-weight: 500;
     text-transform: uppercase;
}

.global {
    padding: 100px 0 50px 0;
    background: #fff;
}

.global h3 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 500;
}

.global img {
    margin-top: 30px;
}

.global .panel {
    border-radius: 0;
}

.global .panel-title {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.global .panel-heading {
    background: #c2c2c2 none repeat scroll 0 0;
    border-radius: 0;
    padding: 5px 10px;
    position: relative;
    overflow:visibility;
}

.global .panel-heading:hover .panel-title a::before{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.global .panel-body {
    background: #dcd9d9 none repeat scroll 0 0;
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.global .panel-default {
    border-color: #bbbbbb;
}

.global .panel-title a {
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: 100%;
}

.global .panel-title a::before {
    color: #8b8b8b;
    content: "\f041";
    font-size: 16px;
    font-weight: 200;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9999;
    font-family: FontAwesome;
}

.global .panel-title a.collapsed::before {
    content: "\f041";
    right: 17px;
    font-family: FontAwesome;
}
.global li a{
  color:#666;
  font-size: 16px;
  font-weight: 400;
}
.global li a:hover,
.global li:active a{
  color:#ED3039;
}
.global #accordion .nav-tabs li{
    float:left;
    width:40%;
}
.global #accordion .nav-tabs li.active a{
    color:#D94448;
    background:transparent;
    border:0;
}
.global .tab-content{
    overflow:auto;
    min-height: 340px;
    max-height: 340px;
}

.tab-content-block ul {
    border: 1px solid #cecece;
    padding: 10px !important;
}
.tab-content-block ul li {
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    text-align: left;
}
.tab-content-block ul li i{
    position:absolute;
    left:0;
    top:7px;
}
.tab-content-block ul li span {
    font-weight: normal;
}
.panel-heading{
    transition: all 0.5s ease-in-out 0s;
}
.hover-content-block {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #9b9b9b;
    display: none;
    padding: 5px;
    position: absolute;
    top:0;
    right: -400px;
    transition: all 0.5s ease-in-out 0s;
    width: 400px;
    z-index: 100;
    min-height: 75px;
}

div.panel.p1.hover-content-block{
    top:-150px;
}

div.panel.p2 .hover-content-block{
    top:-55px;
}
div.panel.p3 .hover-content-block{
    top:-91px;
}
div.panel.p4 .hover-content-block{
    top:-100px;
}
div.panel.p5 .hover-content-block{
    top:-100px;
}
div.panel.p6 .hover-content-block{
    top:-200px;
}
div.panel.p7 .hover-content-block{
    top:-100px;
}
div.panel.p8 .hover-content-block{
    top:-272px;
}
div.panel.p9 .hover-content-block{
    top:-20px;
}
div.panel.p10 .hover-content-block{
    top:-50px;
}
div.panel.p11 .hover-content-block{
    top:-20px;
}
div.panel.p12 .hover-content-block{
    top:-398px;
}
.panel-heading:hover .hover-content-block{
    display:block;
    transition: all 0.3s ease-in-out 0s;
}
.hover-content-block ul {
    background: transparent;
    border: 1px solid #cecece;
    display: inline-block;
    float: left;
    margin: 2px 0;
    padding: 10px !important;
    position:relative;
    width:100%;
    font-size: 14px;
}
.hover-content-block ul li {
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    text-align: left;
    margin:2px 0;
}
.hover-content-block ul li i{
    position:absolute;
    left:0;
    top:7px;
}

.hover-content-block ul li span {
    font-weight: normal;
}
.hover-content-block .c-logo {
    width: 70px;
}
.hover-content-block .c-logo img {
    margin: 0;
    max-width: 100%;
}

/*#home .dropdown-menu > li > a::before {
    content: "-";
    margin-left: -10px;
    margin-right: 5px;
}*/


/*Team*/

.team {
    padding: 20px 0 0 0;
    background: #DFDFDF;
}

.team .item {
    height: 280px;
}

.team .carousel-caption {
    text-align: left;
    left: 0;
    right: 0;
    top: 0;
    text-shadow: none;
    position: relative;
}

.team .about-des {
    padding: 0;
}

.team h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.team-detail p{
    color: #666; 
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0;
}
.team p.title{
    color:#666; 
}
.team p {
  font-size: 15px;
     color: #4c4c4c;
    margin-bottom: 10px; 
}
.team .item .teamimg{
    width:365px;
    height:355px;
    overflow: hidden;
    margin-bottom:30px;
}
.team .item img {
    max-width: 100%;
    height:365px;
    object-fit:cover;
    object-position:top;
}

.team .carousel-indicators li {
   border: 2px solid #333;
    height: 10px !important;
    width: 10px !important;
    margin: 0 1px !important;
    position: relative;
}

.team .carousel-indicators li::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 7px;
    position: absolute;
    top: 2px;
    width: 100%;
    z-index: 9999;
}

.team .carousel-indicators li:last-child::after {
    background: transparent!important;
}

.team .carousel-indicators .active {
    background: #000;
}

.team .carousel-indicators {
    bottom: -50px;
}

.team ul.social-buttons {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.team ul.social-buttons li a {
    background-color: #282c2f;
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 30px;
    outline: medium none;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}

.team ul.social-buttons li a.twitter {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -15px -10px;
    display: block;
}

.team ul.social-buttons li a.facebook {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -64px -10px;
    display: block;
}

.team ul.social-buttons li a.linkedin {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -112px -10px;
    display: block;
}

.team ul.social-buttons li a.youtube {
    background: rgba(0, 0, 0, 0) url("../images/social_link.png") no-repeat scroll -160px -10px;
    display: block;
}

.team ul.social-buttons li a:hover {}

.team-footer {
    text-align: right;
}

.team-footer.btn{
     box-shadow: 0 0 5px #888888;

}


/*Timeline*/

.timeline-sec {
    padding: 50px 0 0 0;
}

.timeline-sec h3 {
    font-size: 28px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin:0;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #929497;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
    min-height: 120px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    border: 0;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    box-shadow: none;
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
    padding-right: 90px;
}

.timeline > li.timeline-inverted {
    padding-left: 90px;
}

.timeline > li > .timeline-panel::before {
    background: #929497 none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 2px;
    position: absolute;
    right: -21px;
    top: -5px;
    width: 85%;
}

.timeline > li > .timeline-panel::after {
    background: red none repeat scroll 0 0;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 15px;
    left: 90px;
    position: absolute;
    top: -12px;
    width: 15px;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50%;
    border: 2px solid #999;
    margin-left: -25px;
    background-color: #fff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline-badge .red {
    background: red none repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    margin: 0 auto;
    width: 25px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -21px;
    top: -5px;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: 90px;
    left: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline .year h3 {
    color: red;
    left: 19px;
    position: absolute;
    top: -22px;
}

.timeline > li.timeline-inverted .year h3 {
    right: 19px;
    left: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 16px;
    line-height: 20px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}


/*IME GROUP*/

.ime-group {
    padding: 20px 0 50px 0;
    background: #DFDFDF;
}

.ime-group h3 {
    font-size: 26px;
    font-weight: 500;
}
.ime-group p {
  color: #4c4c4c;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.ime-group ul {
    border: 0;
    margin-top: 30px;
}

.ime-group .block {
    border: 0;
    margin-bottom: 20px;
    background: transparent!important;
}


/*CSR*/

.csr {
    padding: 50px 0 100px 0;
}
.csr .page-header{
    margin:0;
}
.csr-heading h3 {
    font-size: 28px;
    color: #282828;
}
.csr h4 {
    font-size: 20px;
    color: #282828;
    margin-bottom: 15px;
}

.csr .item {
    height: 320px;
}

.csr .carousel-caption {
    text-align: left;
    left: 0;
    right: 0;
    top: 0;
    text-shadow: none;
    position: relative;
}

.csr .about-des h3{
    padding-bottom: 20px;
    font-size: 22px;
}
.csr .csrimg{
    width:615px;
    height:315px;
    margin-top: 15px;
}
 .csr .item img {
    width: 100%;
    height:272px;
    object-fit:cover;
    object-position:top;
}
.csr .about-des a.btn {
    margin: 15px 0;
}
.csr h3 {
    font-size: 26px;
    font-weight: 500;
}

.csr p {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}


.csr .carousel-indicators li {
    border: 2px solid #333;
    height: 10px !important;
    width: 10px !important;
    margin: 0 1px !important;
    position: relative;
}

.csr .carousel-indicators li::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 7px;
    position: absolute;
    top: 2px;
    width: 100%;
    z-index: 9999;
}

.csr .carousel-indicators li:last-child::after {
    background: transparent!important;
}

.csr .carousel-indicators .active {
    background: #000;
}

.csr .carousel-indicators {
    bottom: -70px;
}

.about-navigation .block {
    background: #fff none repeat scroll 0 0;
    /*border: 1px solid #dbdbdb;*/
    margin-left: -1px;
    margin-top: -1px;
    padding: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 185px;
}

.about-navigation .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: -2px;
}

.about-navigation .nav > li > a {
    display: block;
    padding: 0;
    position: relative;
}

.about-navigation .about-icon-wrapper {
    color: #ed3039;
    margin-bottom: 10px;
}

.ime-navigation .about-text h4 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.abt-icon1{
    background:url(../images/icon/a1.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.abt-icon2{
    background:url(../images/icon/a2.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.abt-icon3{
    background:url(../images/icon/a3.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.abt-icon4{
    background:url(../images/icon/a4.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.abt-icon5{
    background:url(../images/icon/a5.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.abt-icon6{
    background:url(../images/icon/a6.png) no-repeat;
    width:73px;
    height:59px;
    margin:0 auto;
}
.about-navigation li:hover .block,
.about-navigation li.active .block {
    background: #ed3039 none repeat scroll 0 0;
    color: #fff;
     overflow: hidden;
}
.about-navigation li:hover .block::before,
.about-navigation li.active .block::before {
    background: #fe5765 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 120%;
    left: -170px;
    position: absolute;
    top: -50%;
    transform: rotate(-5deg);
    transition: all 0.2s ease 0s;
    width: 200%;
    z-index: 1;

}
.ime-group .about-navigation li:hover .block::before,
.ime-group .about-navigation li.active .block::before {
    background:transparent!important;
}
.ime-group .about-navigation li:hover .block .about-text h4,
.ime-group .about-navigation li.active .block .about-text h4{
    color:#ed3039;
}
.about-navigation li:hover .abt-icon1,
.about-navigation li.active .abt-icon1{
    background:url(../images/icon/a1h.png) no-repeat;
}
.about-navigation li:hover .abt-icon2,
.about-navigation li.active .abt-icon2{
    background:url(../images/icon/a2h.png) no-repeat;
}
.about-navigation li:hover .abt-icon3,
.about-navigation li.active .abt-icon3{
    background:url(../images/icon/a3h.png) no-repeat;
}
.about-navigation li:hover .abt-icon4,
.about-navigation li.active .abt-icon4{
    background:url(../images/icon/a4h.png) no-repeat;
}
.about-navigation li:hover .abt-icon5,
.about-navigation li.active .abt-icon5{
    background:url(../images/icon/a5h.png) no-repeat;
}
.about-navigation li:hover .abt-icon6,
.about-navigation li.active .abt-icon6{
    background:url(../images/icon/a6h.png) no-repeat;
}
.about-navigation li:hover .about-text h4,
.about-navigation li.active .about-text h4{
    color:#fff;
}
.about-navigation .about-icon-wrapper li a:hover {
    background:#f1f1f1;
}

/*VIDEO*/
.featured-video-plus {
    text-align: right;
}
.wp-video{
    margin: 0;
    text-align: right;
}

.news-videos{
    height:450px;
}

.border-all .panel-body p{
    width:100%;
}
.border-all .panel-body p.bold{
    font-weight: 600;
    font-size: 15px;
    color: #ed3039 ;
    padding:5px 0;
}

/*--- 2 Column Form Styles Start ---*/
 
.fleft {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
.fright {
    width: 47%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:0px;
}
 
.clearfix {
    display:block;
}
 
/*--- 2 Column Form Styles End ---*/
.results p.control,
.results p.transfer,
.results p.amount{
    background-color: grey;
    font-size: 30px;
    color: white;
    padding: 10px;
}


/*---------------------------------------
  E-news letter
-----------------------------------------*/


.enews .block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    margin-left: -1px;
    margin-top: -1px;
    padding: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
}
  .enews .nav > li > a {
  display: block;
    padding: 0;
    position: relative;
    margin-right: -2px;
}
.enews .about-text h4 {
    color: #ed3039;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.enews .about-icon-wrapper {
    margin-bottom: 15px;
}
.card {
    background-color: #fff;
    border-radius: 2px;
    margin: 10px 5px;
    position: relative;
    transition: box-shadow 0.25s ease 0s;
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.card .card-image {
    position: relative;
}
.card .card-image img {
    border-radius: 2px 2px 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    height:250px;
    width: 100%;
    object-fit:cover;
    object-position:top;
}

.card-content .card-title {
    font-size: 24px;
    text-align: left;
    font-weight: 300;
}
.btn-floating.halfway-fab {
    bottom: 0;
    position: absolute;
    right: 24px;
    transform: translateY(50%);
}
.waves-effect {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    z-index: 1;
}
.btn-floating {
    background-color: #26a69a;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 40px;
    z-index: 1;
}
.card .card-content {
    border-radius: 0 0 2px 2px;
    padding: 24px;
}
.card .card-content p {
    color: inherit;
    margin: 0;
}
/*---------------------------------------
 Error Page
-----------------------------------------*/
.error_aage{
  backgrotnd: url('../imaves/noise.png');
 background-repeat: repeat;   
 color:#C33A2C;
}
.e-page h1{
font-size: 150px; 
margin-top: 0px;
 color:#C33A2C;
 font-weight: 800;
  margin:20px 0;
}
.e-page h3{
   color:#C33A2C;
   font-weight: 800;
   margin:15px 0;
}
.e-page p{
   color:#C33A2C;
   font-weight: 800;
    margin:15px 0;
}
select {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #000;
    border-radius: 2px;
    height: 3rem;
    padding: 5px;
    width: 100%;
}
.select-wrapper  label {
    font-size: 0.8rem;
    position: absolute;
    top: -14px;
     color: #9e9e9e;
    cursor: text;
}

.center{
    text-align: center;
}

.capital{
    text-transform: uppercase;
}

.f1{font-size: 34px}


@keyframes bubbles1  
{
    0%  {opacity: 0; width:7px; height:7px; top:100px; left:70px;}
25%  {opacity: .25; width:8px; height:8px;  top:90px; left:70px;}
50%  {opacity: .5; width:9px; height:9px;  top:70px; left:70px;}
75%  {opacity: .75; width:10px; height:10px;  top:60px; left:65px;}
100%  {opacity: 0; width:11px; height:11px; top:30px; left:70px;}

}

@-webkit-keyframes bubbles1 
{
    0%  {opacity: 0; width:5px; height:5px; top:100px; left:70px;}
25%  {opacity: .25; width:6px; height:6px;  top:90px; left:70px;}
50%  {opacity: .5; width:7px; height:7px;  top:50px; left:70px;}
75%  {opacity: .75; width:9px; height:9px;  top:40px; left:65px;}
100%  {opacity: 0; width:10px; height:10px; top:10px; left:75px;}

}


#cflask-holder span{
    min-width: 150px;
    min-height: 150px;
    width: 150px;
    display: block;
    background-color: #fff;
    margin:0px auto;
    text-align: center;
    border-radius: 150px;
    position: relative;
}

#cflask-holder span i{
    padding: 40px 0px 0px 0px;
    font-size: 80px;
}

#cflask-holder span i#b1{  
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #c33a2c;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 1s;
    animation: bubbles1 infinite linear 1s;
    padding: 0px;
}

#cflask-holder span i#b2{  
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #c33a2c;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 2s;
    animation: bubbles1 infinite linear 2s;
    padding: 0px;
}

#cflask-holder span i#b3{  
    position: absolute;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    background-color: #c33a2c;
    left: 70px;
    top: 70px;
    -webkit-animation: bubbles1 infinite linear 2500ms;
    animation: bubbles1 infinite linear 2500ms;
    padding: 0px;
}
.e-page{
  margin-top: 100px;
}
.e-page p{
    font-size: 35px;
}


.esearch .search-form{
    margin-top: 20px;
}


.esearch input[type="text"]{
    height: 42px;
    border: 1px solid #e6e4e4;
    outline-color: #ccc;

    transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition : all .2s linear; -o-transition: all .2s linear;
}

.esearch input[type="text"]:focus{
    outline-color: #c33a2c;
}

.esearch input[type="submit"]{
    height: 42px;
    border: 1px solid #c33a4c;
    background-color: #c33a2c;
    color: #fff;
    text-transform: uppercase;
    transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition : all .2s linear; -o-transition: all .2s linear;
}

.esearch input[type="submit"]:hover{
    background-color: #952317;
}

.elink .links-wrapper{
    margin-top: 20px;
}

.elink ul.links{
    float: none;
    display: block;
    margin: 0px auto;
}
.elink ul.links li{
    list-style-type: none;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}


.elink ul.links li a{
    height: 50px;
    width: 50px;
    min-width: 50px;
    display: inline-block;
    padding: 3px 0px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #c33a2c;
    transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition : all .2s linear; -o-transition: all .2s linear;
}

.elink ul.links li a:hover{
    background-color: #c33a2c;
    color: #fff;
}

.elink ul.links li a i{
    padding: 10px 0px;
}

 .card {
    background-color: #fff;
    border-radius: 2px;
    margin: 10px 5px;
    position: relative;
    transition: box-shadow 0.25s ease 0s;
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.card .card-image {
    position: relative;
}
.card .card-image img {
    border-radius: 2px 2px 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    height:250px;
    width: 100%;
    object-fit:cover;
    object-position:top;
}

.card-content .card-title {
    font-size: 24px;
    text-align: left;
    font-weight: 300;
}
.btn-floating.halfway-fab {
    bottom: 0;
    position: absolute;
    right: 24px;
    transform: translateY(50%);
}
.waves-effect {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    z-index: 1;
}
.btn-floating {
    background-color: #26a69a;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 40px;
    z-index: 1;
}

.findagentresult
{
        text-transform: uppercase;
}
.btn-backtotop {
    background-color:#231F20;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-right: 25px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 60px;
    z-index: 100;
}
.country-flag img{
    height:25px;
    object-fit: cover;
    object-position: center;
    width: 50px;
}
.header-space{
    padding-top:140px;
}
.inner-title {
    background: #ed1c24;
    height: 115px;
    left: 0;
    padding: 30px 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.inner-title h2 {
    color: #fff;
}

.contacts .ngg-album-gallery-image-counter{
    display:none;
}
.border-all .ngg-album-compact {
    padding-bottom: 30px !important;
}
 .full-news li{
    list-style-type: circle!important;
}