/*!
 * ImadSource 
 * Copyright 2017 ImadSource, 
*/

/*  Common
-------------------------------------------------------- */
html, body { margin: 0; padding: 0; font-family: 'Raleway', sans-serif; }
ul, li { list-style: none; }
a { color: #526aff; text-decoration: none; transition: all 0.3s ease 0s; }
a:hover, a:focus { text-decoration: none; }
/*  Top Header
-------------------------------------------------------- */
/* 2D TRANSITIONS */

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
} 
.mb5 {
    margin-bottom:5px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.pl10 { padding-left: 10px;  } 
.pl15 { padding-left: 15px;  } 
.pl20 { padding-left: 20px;  } 
.pl25 { padding-left: 25px;  } 

.affiliation{
  box-shadow:1px 3px 7px 2px #e2e2e2;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
    margin-bottom: 20px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.top-header { height: 55px; border-top: 5px solid #2986e2; background-color: #f2f7f9; }
.social-links { margin-top: 16px; margin-bottom: 0; padding-left: 5px; }
.social-links li { display: inline-block; margin-right: 6px; }
.social-links a { background: #ccc none repeat scroll 0 0; border-radius: 3px; display: inline-block; height: 20px; text-align: center; width: 20px; }
.social-links a:hover { background: #f26529 none repeat scroll 0 0; }
.social-links i { color: #ffffff; font-size: 11px; font-weight: 400; line-height: 18px; }
.social-links a:hover { text-decoration: none; }
.top-header__links { text-align: right; }
.top-header__links a { display: inline-block; margin-top: 14px; padding-right: 20px; padding-left: 16px; vertical-align: top; border-right: 1px solid #ddd; font-size: 12px; line-height: 14px; color: #535353; }
.top-header__links a:last-child { border: none; }
.top-header__links a:hover { color: #f26529; }
.color_primary { color: #f26529;}
.navigation-header{ box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1); position: relative; background: #fff;}

.navbar-container {
    padding: 20px 0 20px 0;
}


.navbar.navbar-fixed-top.fixed-theme {
    background-color: #fff;
}
.navbar.navbar-fixed-top.fixed-theme .doc-nav ul li { padding: 25px 10px; }
.navbar.navbar-fixed-top.fixed-theme .doc-logo { padding: 15px 0px; }
.navbar.navbar-fixed-top.fixed-theme .doc-admin { padding:15px 0 15px 25px; }
.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
.navbar.navbar-fixed-top.fixed-theme .doc-logo{padding: 27px 0;}
/*  Navigation Header
-------------------------------------------------------- */

.breadcrumb li a {color: #2986e2;}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    left:auto;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -270px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #353535;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 270px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 0px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -250px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 50%;
    width: 270px;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateY(-50%)
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li:nth-child(1):before {
    background-color:#8E44AD;   
}
.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #314190;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #279636;   
}
.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;   
}
.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;   
}
.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: absolute;
  top: 30px;  
  z-index: 999;
  display: block;
  width: 32px;
    right: 20px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #2986e2;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
    background-color: #ec6320;
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
background-color: #ec6320;
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

button.hamburger.is-open {
    top: 10px;
    right: 260px;
    position: fixed;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

.doc-logo { float: left; padding: 27px 0; }
.doc-logo a, .doc-logo a img { display: block; }
.doc-logo a img { width: 100%; height: auto; }
.doc-navigationarea { float: right; }
.doc-nav { float: left; text-transform: uppercase; font: 400 14px/20px; }
.doc-nav, .doc-admin { display: inline-block; vertical-align: middle; }
#doc-navigation { width: 100%; padding: 0; float: left; }
#doc-navigation > ul { width: 100%; float: left; margin-bottom: 0; }
.doc-nav > ul { width: 100%; float: left; list-style: none; line-height: inherit; }
.doc-nav ul li { float: left; padding:29px 10px; position: relative; line-height: 40px; list-style-type: none; }
.doc-nav ul li span { display: none; }
.doc-nav #doc-navigation > ul > li:last-child { padding-right: 0; }
.doc-nav ul li a { display: block; color: #171750; line-height: inherit; position: relative; font-weight: 500; }
.doc-nav ul li a:hover { color: #f26529; }
.doc-nav ul li.doc-active a:after, .doc-nav ul li:hover a:after { width: 100%; }
.doc-nav ul li:last-child a i:first-child { display: block; }
.doc-nav ul li:last-child a i { display: none; line-height: 20px; }
.doc-nav ul li ul { top: 200%; left: 0; margin: 0; opacity: 0; z-index: 3; width: 250px; visibility: hidden; position: absolute; background: #f7f7f7; border-top: 2px solid #f26529; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; padding: 0; }
.doc-nav ul li ul li { z-index: 2; width: 100%; padding: 5px 20px; position: relative; }
.doc-nav ul li ul li + li { border-top: 1px solid #ddd; }
.doc-nav ul li ul li + li a { border-top: 0; }
.doc-nav ul li ul li a { display: block; padding: 0; line-height: 35px; text-transform: capitalize; }
.doc-nav ul li ul li:after { content: ''; top: 0; left: 0; width: 0; margin: 0; z-index: -1; height: 100%; background: #fff; position: absolute; }
.doc-nav ul li ul li:hover:after { width: 100%; }
.doc-nav ul li:hover ul { top: 100%; opacity: 1; visibility: visible; }
.doc-admin { float: left; position: relative; padding:0px 0 0px 5px; }
.navbar.navbar-fixed-top.fixed-theme .doc-admin{padding:0px 0 0px 5px;}
.doc-dropdown { position: static; display: inline-block; }
.doc-btndropdown { color: #484848; outline: none; display: block; background: transparent; }
.doc-dropdownbox { border: 0; margin: 0; top: 100px; left: auto; opacity: 0; right: 80px; padding: 20px; display: block; background: #fff; border-radius: 0; position: absolute; visibility: hidden; }
.doc-user .doc-usermenu { display: inline-block; vertical-align: middle; margin: 5px 0; }
.doc-user .doc-usermenu em { position: relative; padding: 0 15px 0 0; text-transform: capitalize; }
.doc-user .doc-usermenu em:before { top: 50%; right: 0; margin: -5px 0 0; content: '\f107'; font-size: 14px; line-height: 10px; position: absolute; font-family: 'FontAwesome'; }
.doc-dropdownbox.doc-usermenu { width: 250px; padding: 0; border-radius: 5px; }
.doc-dropdownbox.doc-usermenu time { display: block; padding: 20px; text-align: center; }
.doc-dropdownbox time strong { display: block; text-transform: uppercase; font: 400 14px/12px 'Montserrat', Arial, Helvetica, sans-serif; }
.doc-dropdownbox time strong + strong { color: #484848; font-size: 36px; line-height: 28px; padding: 5px 0 0; text-transform: none; }
.doc-dropdownbox > ul { width: 100%; float: left; list-style: none; font: 400 13px/35px 'Montserrat', Arial, Helvetica, sans-serif; }
.doc-dropdownbox > ul > li { padding: 0 20px; line-height: inherit; list-style-type: none; }
.doc-dropdownbox > ul > li + li { border-top: 1px solid #ddd; }
.doc-dropdownbox > ul > li > a { color: #484848; display: block; line-height: inherit; }
.doc-dropdownbox > ul > li > a > i { width: 25px; }
.doc-dropdownbox > ul > li > a > i, .doc-dropdownbox > ul > li > a > span { display: inline-block; vertical-align: middle; }
.doc-dropdown .doc-dropdownbox.doc-usermenu { right: 0; }
.doc-dropdown.open .doc-dropdownbox.doc-usermenu { top: 50px; }
.doc-login .doc-admin .doc-btn { display: none; padding: 0 0 0 40px; line-height: 30px; }
.doc-admin .doc-user { line-height: 30px; }
.doc-admin .doc-btn { line-height: 40px; color: #fff; }
.doc-admin .doc-btn:hover { color: #fff; }
.doc-login .doc-admin .doc-user { display: block; position: relative; }
.doc-login .doc-admin { padding: 34px 0 0 0; }
.doc-user .doc-dropdown:hover .doc-dropdownbox { visibility: visible; opacity: 1; top: 70px; }
.doc-dropdowarrow { top: 10px; z-index: 5; color: #fff; background: #363636; right: 15px; width: 18px; height: 18px; font-size: 10px; line-height: 18px; position: absolute; border-radius: 1px; text-align: center; cursor: pointer; display: none; }
.doc-dropdowarrow i, .doc-dropdowarrow i:before { display: block; text-align: center; line-height: 18px; }
.doc-open .doc-dropdowarrow i:before { content: '\f068'; }
.doc-btn { color: #fff; background: #2986e2; padding: 0 20px; text-align: center; display: inline-block; vertical-align: middle; text-transform: capitalize; z-index: 2; font: 13px/40px; }
.doc-btn:hover { background: #f26529; color: #fff; }
.doc-btn { border-radius: 2px; }
/*  Home slider
-------------------------------------------------------- */

.main-slider .slide-title { display: block; margin-bottom: 0; padding: 8px 25px; font: 300 36px 'Raleway', sans-serif, sans-serif; color: #fff; white-space: normal; }
.main-slider .slide-title_second { display: table; margin-bottom: 8px; padding: 17px 25px; font: 500 40px/48px 'Raleway', sans-serif; color: #fff; background-color: #363636; }
.main-slider .slide-text { display: table; margin-bottom: 1px; padding: 12px 18px; font-size: 18px; background-color: rgba(54, 54, 54, 0.3); }
.main-slider .btn { margin-top: 28px; padding: 7px 32px 12px; color: #fff; font-weight: 700; border-radius: 26px; }
.main-slider .btn:hover { color: #ffffff; text-decoration: none; box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.42); text-shadow: 0 1px 2px rgba(2, 2, 2, 1); }
.main-slider .btn .btn-plus { margin-left: 8px; font-weight: 400; }
.btn-plus { position: relative; top: 3px; margin-left: 6px; font-size: 26px; }
.bg-color_second { background-color: #2986e2; }
.bg-color_primary { background-color: #EE2C24; }
/*--- imed content ---*/



.imadcontent { padding: 100px 0 0; }
.imadcontent h1 { margin-bottom: 7px; font: 300 38px/1.3; color: #333; text-align: center; }
.color_primary { color: #EE2C24; }
.ui-subtitle-block { padding-bottom: 55px; font-family: 'Raleway'; font-size: 20px; font-weight: 300; color: #878787; text-align: center; letter-spacing: 0.21em; }
.lp-border-radius-8 { border-radius: 8px; }
.city-girds { position: relative; overflow: hidden; margin-bottom: 30px; }
.lp-section-content-container .city-girds.lp-border-radius-8 { transform: translateZ(0); }
.city-thumb { float: left; overflow: hidden; border-radius: 8px; width: 100%; height: 240px; }
img { max-width: 100%; height: auto; }
.city-thumb > img { margin-left: -13px; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
.city-girds:hover > .city-thumb > img { margin-left: 13px; }
.city-title {background: -webkit-linear-gradient(0deg, hsla(0, 0%, 0%, 1.89) 0%, rgba(0,0,0,0) 100%); background: linear-gradient(0deg, hsla(0, 0%, 0%, 1.89) 0%, rgba(0,0,0,0) 100%); position: absolute; bottom: 0; left: 0; width: 100%;padding-bottom: 20px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; top: 0; }
.city-girds:hover .city-title { background: rgba(0, 0, 0, 0.66);-webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px);  }
.city-title .lp-h3 {opacity: 1; margin-bottom: 3px; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;}


.city-girds:hover .city-title .lp-h3 {opacity: 1;  -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px);
bottom: inherit;
    position: relative;
    left: inherit;
    right: inherit;
}


.lp-listing-quantity { font-size: 14px; font-weight: 400; opacity: 0; position: relative; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; color: #fff; }
.city-girds:hover .lp-listing-quantity { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); }
.city-girds:hover .lp-listing-quantity.text-box { height: 70px; overflow: hidden; padding: 10px;}
.city-girds:hover .lp-listing-quantity .btn { margin-top: 0; margin-bottom: 10px; padding: 0px 20px 10px 20px;  }
.overlay-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.lp-h3 > a { color: #fff;   }
.imadcontent h1 {
    color: #333;
    text-align: center;
    font-weight: normal;
}

.imadcontent h2 {
    font-size: 20px;
    color: #ffffff;
    /*text-align: left;*/
    font-weight: normal;
}
.dark_blue3 p {
    line-height: 1.75;
}
.custom_padding {
    padding: 3px;
}
.dark_blue_ {
    color: #fff;
    background: none;
    width: 100%;
    padding: 1% 2%;
    height: 239px;
    -webkit-box-shadow: none;
   position: relative;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dark_blue2_ {
    color: #fff;
    background: none;
    width: 100%;
    padding: 1% 4%;
    height: 239px;
   position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dark_blue3 {
    color: #fff;
    background: rgba(1,102,152,1);
    width: 100%;
   position: relative;
    padding: 3% 7%;
    height: 239px;
    color: #ffffff;
}
.white {
    /* background: rgba(255,255,255,1); */
    background: rgba(255,174,0,1);
    width: 100%;
    padding: 24.85% 7%;
    height: 239px;
    /* border: 1px solid #016698; */
}

.box-slider1, .box-slider2, .box-slider3, .box-slider4, .box-slider5, .box-slider6 {background-size:cover;background-repeat: no-repeat;background-position: center center;margin: 0px; position: relative;}
.box-slider1:before, .box-slider2:before, .box-slider3:before, .box-slider4:before, .box-slider5:before, .box-slider6:before { position: absolute; left: 0; right: 0; background:rgba(0, 0, 0, 0.62); content: ""; width: 100%; height: 100%; }

.box-slider1 {background-image:url('../img/5.jpg') !important;}
.box-slider2 {background-image:url('../img/4.jpg') !important;}
.box-slider3 {background-image:url('../img/international-master-class-Program.jpg') !important;}
.box-slider4 {background-image:url('../img/hands-on-workshop.jpg') !important;}
.box-slider5 {background-image:url('../img/2.jpg') !important;}
.box-slider6 {background-image:url('../img/medico-Marketing-content.jpg') !important;}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 999;
}


/*  Footer
-------------------------------------------------------- */

.text-de { background:#eaeaea; font-size: 16px; padding: 15px 10px; margin-top: 0px; margin-bottom: 20px; }
.text-de a { color: #ec6320; }
.footer_menu { padding-bottom: 0; }
.footer_menu ul { margin-top: 0px; margin-right: 15px; list-style-type: none; }
.footer_menu ul > li { display: inline-block;}
.footer_menu ul > li > a { display: block; padding-left: 26px; font-size: 14px; font-weight: 400; color: #ccc; }
.footer_menu ul > li > a:hover { color: #f26529; }
.footer .logo { margin-top: 27px; }
.footer .logo_img { position: relative; top: 5px; }
.footer_bottom { padding-top: 5px; padding-bottom: 5px;}
.footer_bottom .support-links { display: inline-block; margin-top: 0; margin-left: 34px; vertical-align: middle; float: right;}

.footer .support-links { padding: 0;  }
.footer .support-links li { margin-right: 8px; width: 100%; display: inline-block; margin-bottom: 6px; }
.footer .support-links li a { font-size: 14px; color: #74828f; }
.footer .support-links li a:hover {
    color: #f26529;
}
  .footer_menu ul { padding-left: 0; }
.footer_menu ul > li:first-child > a { padding-left: 0; }
.footer .copyright { font-weight: 300; color: #fff; vertical-align: middle; letter-spacing: 0.06em; }
.footer {
    background: #273341;
    padding-top: 20px;
    font-size: 14px;
    color: #74828f;
}
.footer .footer-content .fabouttxt {
    font-size: 14px;
    line-height: 24px;
}
.footer .footer-content h4 {
    color: #74828f;
    font-size: 20px;
    font-weight: 500;
}
.footer .footer-menu {
    margin: 0;
    padding: 0;
}
.footer .footer-menu li {
    list-style: none;
    margin-bottom: 5px;
}
.footer .footer-menu li a {
    color: #74828f;
    font-size: 14px;
}
.footer .footer-content a {
    color: #74828f;
}
.footer .footer-content .companyname {
    font-size: 18px;
    color: #74828f;
}

footer .craftedby {
    float: right;
    font-weight: normal;
    font-size: 12px;
}
footer .craftedby a.threei {
    float: right;
    margin-left: 10px;
}
footer .craftedby a.threei img {
    margin-top: -2px;
}
/*Inner*/

.banner-sec { text-align: center;width: 100%; display: inline-block; height: auto; position: relative;}
.banner-sec .slide-title  {position: absolute;
   
    left: 0;
    right: 0;
    font-size: 30px;
    z-index: 9;
   
    text-shadow: -1px 2px 2px #000;
    }
    .banner-sec .slide-title1  {position: absolute;
   
    left: auto;
    right: 0;
    top: auto;
    bottom: -440px;
    font-size: 25px;
    z-index: 9;
   
    text-shadow: -1px 2px 2px #000;
    }
.aboutus-banner {
    background: url(../img/about-top-banner.jpg) 0 0 no-repeat;
    background-size: cover;
}

.imadcontent h1{margin-top: 0;}
p.ui-text{ margin-top: 20px;}

.aboutus-banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    background: rgba(55, 112, 220, 0.68);
    height: 100%;
    width: 100%;
}

.banner-sec h1 { left: 0; right: 0; font-size: 60px; z-index: 1; position: relative; color: #fff; text-align: center; position: absolute; top: 50%; transform: translateY(-50%);}
.main-content, .sidebar {
    margin-top: 0px;
    
}
.section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
}
.section ul.breadcrumb{margin-bottom: 0;}
.border_top h3{margin-top:0;}
.title-steps {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Raleway';
    font-size: 40px;
    font-weight: 300;
    line-height: 1.3;
    color: #353535;
}
.title-steps .step-1 {
    display: block;
    margin-top: 0;
    font-size: 46px;
    font-weight: 700;
}
.title-steps .step-2 {
    display: block;
    font-weight: 500;
    line-height: 1.2;
}
.ui-text {
    /*font: 400 14px/23.8px 'Lato', sans-serif;*/
    font: 400 15px/23.8px 'Raleway';
    color: #777;
}
.hover__figure {
    overflow: hidden;
    position: relative;
}
.hover__figure:after {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: -150%;
    position: absolute;
    top: 0;
    transition: none 0s ease 0s;
    width: 100%;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.hover__figure:hover img {
    transform: scale(1.1);
}
.hover__figure:hover:after {
    left: -50%;
}
.hover__figure img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.border_top {
    border-top: 1px solid #eee;
}
.separator_40 {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    border: medium none;
}
.separator_20 {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border: medium none;
}
.color_white {
    color: #FFF!important;
}

.list-mark {
    list-style-type: none;
    padding: 0;
}
.list-mark li a {
    display: inline-flex;
    padding: 8px 0;
    font-family: 'Raleway';
    font-size: 15px;
    line-height: 1.4;
    color: #343434;
}
.list-mark li p {
    display: inline-flex;
    padding: 8px 0;
    font-family: 'Raleway';
    font-size: 15px;
    line-height: 1.4;
    color: #343434;
    position: relative;
}
.list-bullet-icon {
    background: url(../img/list-icon.png) 0px 2px no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    

}
.list-mark .fa:before {
    padding-right: 17px;
    font-size: 12px;
    color: #f26529;
}
.slider_team {
    position: relative;
    padding-top: 65px;
    padding-bottom: 145px;
    text-align: center;
}
.slider_team-2 {
    padding-top: 50px;
    padding-bottom: 35px;
}
.bg_10 {
    background-image: url(../img/bg_10.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.bg_transparent.bg_10:after {
    height: 475px;
    background-color: rgba(0, 0, 0, 0.88);
}
.bg_transparent:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.ui-title-block {
    margin-bottom: 7px;
    font: 300 38px/1.3 'Raleway';
    color: #333;
    z-index: 1;
    position: relative;
}
.ui-title-block strong {
    font-weight: 500;
}
.slider_team-2 .ui-subtitle-block {
    padding-bottom: 68px;
    z-index: 1;
    position: relative;
}
.bx-wrapper {
    padding: 0;
    position: relative;
    margin: 0 auto;
}
.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
    z-index: 1;
}
.bx-viewport ul {
    margin: 0;
    padding: 0;
}
.slider_team .slide {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    cursor: default;
    transition: all 0.3s;
        float: left;
    list-style: none;
    position: relative;
}
.slider_team .slide:hover {
    border-bottom-color: #f2f7f9;
    background-color: #f2f7f9;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}
.slider_team .name {
    display: block;
    margin-top: 33px;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.slider_team .category {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #f26528;
}
.btn_small {
    margin-top: 30px;
    padding: 14px 25px 11px;
    font: 400 11px 'Raleway', sans-serif;
    color: #363636;
    border: 1px solid #f4f4f4;
    transition: all 0.3s;
}
.slider_team .btn {
       margin-top: 15px;
    color: #2986e2;
    border-color: #2986e2;
    line-height: 20px;
    padding-bottom: 7px;
}
.slider_team .slide:hover .btn {
    color: #fff;
    background-color: #2986e2;
}
.slider_team .social-links {
    position: absolute;
    top: 11px;
    left: 10px;
    padding: 13px 8px 3px 12px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: all 0.3s;
}
.slider_team .slide:hover .social-links {
    opacity: 1;
}
.slider_team .social-links li {
    display: block;
    margin-bottom: 9px;
}
.color_white {
    color: #FFF!important;
}
.bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
.bg_2 {
    background-image: url(../img/bg_2.jpg);
}
.bg_3, .bg_6, .bg_8 {
    background-image: url(../img/bg_3.png);
    background-position: 0 0;
}
.bg_transparent.bg_3:after {
    background-color:rgba(41, 134, 226, 0.55);
}
.bg_transparent.bg_2:after {
    background-color: rgba(0, 0, 0, 0.92);
}
.banner {
    padding-top: 45px;
    padding-bottom: 45px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
.advantages {
    padding-top: 42px;
    padding-bottom: 84px;
    text-align: center;
}
.advantages__inner {
    margin-top: 10px;
    padding: 0 50px;
    cursor: default;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.advantages__inner ul { padding-left: 65px;; list-style: none; text-align: left;}
.advantages__inner ul li { position: relative;}
.advantages__inner ul li:before { position: absolute; top: 5px; left: -10px;content: "\f0da";    font: normal normal normal 14px/1 FontAwesome;}
.advantages__inner .icon {
    display: block;
    margin-bottom: 32px;
}
.advantages .icon:before {
    margin-left: 0;
    font-size: 72px;
    transition: all 0.3s;
}
.list-progress {
    display: table;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    position: relative;
    z-index: 1;
}
.list-progress li {
    display: table-cell;
}
.list-progress .icon-round {
    float: left;
    box-shadow: 0 0 0 3px rgb(236, 99, 32);
    background: #fff;
}
.bg-color_second {
    background-color: #2986e2;
}
.icon-round {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #2986e2;
    transition: all 0.3s;
    text-align: center;
}
.icon-round_small {
    width: 64px;
    height: 64px;
}
.list-progress .icon {
    font-size: 24px;
}
.list-progress li .info {
    margin-left: 90px;
}
.list-progress .chart {
    display: block;
    line-height: 1;
}
.list-progress .percent {
    font-size: 38px;
    font-weight: 600;
}
.list-progress .label-chart {
    font-size: 20px;
    font-weight: 400;
}
.icon-round .icon {
    vertical-align: middle;
}
/*Services Pages*/

.services .decor-brand {
    margin-top: 0;
    margin-bottom: 60px;
}

.decor-brand {
    display: block;
    width: 46px;
    height: 15px;
    margin: 28px auto;
    background-image: url(../img/decor-brand.png);
    background-repeat: no-repeat;
}


.services__item {
    position: relative;
    margin-bottom: 70px;
}.service__figure {
    position: relative;
}

.hover__figure {
    overflow: hidden;
    position: relative;
}
.icon-round {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #2986e2;
    transition: all 0.3s;
    text-align: center;
}
.icon-round_small {
    width: 64px;
    height: 64px;
}
.services__item .icon-round {
    position: absolute;
    right: 20px;
    bottom: -32px;
    display: inline-block;
    box-shadow: 0 0 0 3px #fff;
}
.helper:before {
    width: 0;
    height: 100%;
    content: '';
}
.helper, .helper:before {
    display: inline-block;
    vertical-align: middle;
}
.icon-round .icon {
    font-size: 33px;
}
.icon-round .icon {
      vertical-align: middle;
    color: #2986e2;    
    
}
.services__item .ui-title-inner {
    margin-top: 47px;
}

.ui-title-inner {
    font: 700 18px 'Raleway';
    color: #333;
}
.btn_small {
    margin-top: 30px;
    padding: 14px 25px 11px;
    font: 400 11px 'Raleway', sans-serif;
    color: #363636;
    border: 1px solid #f4f4f4;
    transition: all 0.3s;
}
.btn_small:hover {
    background-color: #f26529;
}


/*Login*/

input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }




button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #2986e2;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #2986e2; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #2986e2; color: #fff; }


.btn { margin-top: 28px; padding: 7px 32px 12px; color: #fff; font-weight: 700; border-radius: 26px; }
.btn:hover { color: #ffffff; text-decoration: none; box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.42); text-shadow: 0 1px 2px rgba(2, 2, 2, 1); }
.btn .btn-plus { margin-left: 8px; font-weight: 400; }

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #2986e2;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
    padding: 150px 0 0px 0;
}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #19b9e7; }

.form-box {
	margin-top: 0px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #f3f3f3;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}
.form-top-title {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
}
.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

.social-login {
	margin-top: 35px;
}

.social-login-buttons {
	margin-top: 25px;
}

.middle-border {
	min-height: 300px;
	margin-top: 170px;
	border-right: 1px solid #ddd;
}


/*Contact us*/
.lbpolicy{
      float: left;
    margin: 0px 10px 10px 0px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 5px 10px;
}
.map {
    margin-top: -10px;
    margin-bottom: 60px;
}
.list-contacts {
    display: table;
    margin: 190px auto 84px;
    text-align: center;
}
.list-contacts li {
    display: table-cell;
    width: 350px;
    padding-bottom: 35px;
    border: 1px solid #eee;
    text-align: center;
}
.list-contacts li, .list-contacts a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.003px;
    color: #777;
}
.list-contacts .icon {
    position: relative;
    display: block;
    width: 80px;
    margin: -40px auto 40px;
    padding: 24px 0;
    font-size: 32px;
    color: #fff;
    border-radius: 50%;
    background-color: #2986e2;
    box-shadow: 0 0 0 5px #eee;
}
.ui-form .input-group {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
    color: #888;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
}
.ui-form .input-group input, .ui-form .input-group textarea {
    width: 100%;
    padding: 25px 30px;
    border: none;
    border-radius: 25px;
}
.ui-form .input-group .icon {
    position: absolute;
    top: 0px;
    font-size: 16px;
    z-index: 11;
    right: 0;
    padding:18px 20px 18px 0;
    color: #f26529;
}

/*Policy Text*/

.box-logos .col-md-4 .btn { background:#efeded; padding: 5px; width: 100%; border-radius: 5px;  }
.box-logos .col-md-4 .btn:hover { box-shadow: 0 0 0; background: #2986e2; }
.top-heading{text-align: center;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 30px;}


.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    z-index: 9;
    left:0px;
    background:rgba(0,0,0,0.75);
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
.popup-inner h2 { color: #333; } 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgb(238, 50, 36);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
.popup-inner p a { background:rgb(238, 50, 36); padding: 10px; border-radius: 3px; color: #fff; margin-top: 10px; display: inline-block; margin-bottom: 0;}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
    color: #fff;
}
.owl-dots { width: 100%; text-align: center;display: none;}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


/*  loader css */ 
.cssload-container * {
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.cssload-container {
margin: 19px auto 0 auto;
max-width: 545px;
}

.cssload-container ul li{
list-style: none;
}

.cssload-flex-container {
display: flex;
display: -o-flex;
display: -ms-flex;
display: -webkit-flex;
display: -moz-flex;
flex-direction: row;
-o-flex-direction: row;
-ms-flex-direction: row;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-wrap: wrap;
-o-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
justify-content: space-around;
}
.cssload-flex-container li {
padding: 10px;
height: 97px;
width: 97px;
margin: 29px 19px;
position: relative;
text-align: center;
}

.cssload-loading-center {
display: inline-block;
position: absolute;
background: rgba(22,13,74,0.84);
height: 29px;
width: 29px;
left: 35px;
top: 36px;
transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
animation: pulse 1.15s ease infinite;
-o-animation: pulse 1.15s ease infinite;
-ms-animation: pulse 1.15s ease infinite;
-webkit-animation: pulse 1.15s ease infinite;
-moz-animation: pulse 1.15s ease infinite;
}

.cssload-loading {
display: inline-block;
position: relative;
width: 73px;
height: 73px;
margin-top: 3px;
transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.cssload-loading:after, .cssload-loading:before {
position: absolute;
content: '';
height: 10px;
width: 10px;
display: block;
top: 0;
background: rgb(238,50,36);
border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
animation-delay: -.5.75s;
-o-animation-delay: -.5.75s;
-ms-animation-delay: -.5.75s;
-webkit-animation-delay: -.5.75s;
-moz-animation-delay: -.5.75s;
}
.cssload-loading:after {
right: 0;
animation: square-tr 2.3s ease infinite;
-o-animation: square-tr 2.3s ease infinite;
-ms-animation: square-tr 2.3s ease infinite;
-webkit-animation: square-tr 2.3s ease infinite;
-moz-animation: square-tr 2.3s ease infinite;
animation-delay: .143.75s;
-o-animation-delay: .143.75s;
-ms-animation-delay: .143.75s;
-webkit-animation-delay: .143.75s;
-moz-animation-delay: .143.75s;
}
.cssload-loading:before {
animation: square-tl 2.3s ease infinite;
-o-animation: square-tl 2.3s ease infinite;
-ms-animation: square-tl 2.3s ease infinite;
-webkit-animation: square-tl 2.3s ease infinite;
-moz-animation: square-tl 2.3s ease infinite;
animation-delay: .143.75s;
-o-animation-delay: .143.75s;
-ms-animation-delay: .143.75s;
-webkit-animation-delay: .143.75s;
-moz-animation-delay: .143.75s;
}

.cssload-loading.cssload-two {
position: relative;
top: -78px;
}
.cssload-loading.cssload-two:after, .cssload-loading.cssload-two:before {
bottom: 0;
top: initial;
}
.cssload-loading.cssload-two:after {
animation: square-br 2.3s ease infinite;
-o-animation: square-br 2.3s ease infinite;
-ms-animation: square-br 2.3s ease infinite;
-webkit-animation: square-br 2.3s ease infinite;
-moz-animation: square-br 2.3s ease infinite;
animation-direction: reverse;
-o-animation-direction: reverse;
-ms-animation-direction: reverse;
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
}
.cssload-loading.cssload-two:before {
animation: square-bl 2.3s ease infinite;
-o-animation: square-bl 2.3s ease infinite;
-ms-animation: square-bl 2.3s ease infinite;
-webkit-animation: square-bl 2.3s ease infinite;
-moz-animation: square-bl 2.3s ease infinite;
animation-direction: reverse;
-o-animation-direction: reverse;
-ms-animation-direction: reverse;
-webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
}








@keyframes square-tl {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(0, 60.5px);
}
50% {
transform: translate(60.5px, 60.5px);
}
75% {
transform: translate(60.5px, 0);
}
}

@-o-keyframes square-tl {
0% {
-o-transform: translate(0, 0);
}
25% {
-o-transform: translate(0, 60.5px);
}
50% {
-o-transform: translate(60.5px, 60.5px);
}
75% {
-o-transform: translate(60.5px, 0);
}
}

@-ms-keyframes square-tl {
0% {
-ms-transform: translate(0, 0);
}
25% {
-ms-transform: translate(0, 60.5px);
}
50% {
-ms-transform: translate(60.5px, 60.5px);
}
75% {
-ms-transform: translate(60.5px, 0);
}
}

@-webkit-keyframes square-tl {
0% {
-webkit-transform: translate(0, 0);
}
25% {
-webkit-transform: translate(0, 60.5px);
}
50% {
-webkit-transform: translate(60.5px, 60.5px);
}
75% {
-webkit-transform: translate(60.5px, 0);
}
}

@-moz-keyframes square-tl {
0% {
-moz-transform: translate(0, 0);
}
25% {
-moz-transform: translate(0, 60.5px);
}
50% {
-moz-transform: translate(60.5px, 60.5px);
}
75% {
-moz-transform: translate(60.5px, 0);
}
}

@keyframes square-bl {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(0, -60.5px);
}
50% {
transform: translate(60.5px, -60.5px);
}
75% {
transform: translate(60.5px, 0);
}
}

@-o-keyframes square-bl {
0% {
-o-transform: translate(0, 0);
}
25% {
-o-transform: translate(0, -60.5px);
}
50% {
-o-transform: translate(60.5px, -60.5px);
}
75% {
-o-transform: translate(60.5px, 0);
}
}

@-ms-keyframes square-bl {
0% {
-ms-transform: translate(0, 0);
}
25% {
-ms-transform: translate(0, -60.5px);
}
50% {
-ms-transform: translate(60.5px, -60.5px);
}
75% {
-ms-transform: translate(60.5px, 0);
}
}

@-webkit-keyframes square-bl {
0% {
-webkit-transform: translate(0, 0);
}
25% {
-webkit-transform: translate(0, -60.5px);
}
50% {
-webkit-transform: translate(60.5px, -60.5px);
}
75% {
-webkit-transform: translate(60.5px, 0);
}
}

@-moz-keyframes square-bl {
0% {
-moz-transform: translate(0, 0);
}
25% {
-moz-transform: translate(0, -60.5px);
}
50% {
-moz-transform: translate(60.5px, -60.5px);
}
75% {
-moz-transform: translate(60.5px, 0);
}
}

@keyframes square-tr {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(-60.5px, 0);
}
50% {
transform: translate(-60.5px, 60.5px);
}
75% {
transform: translate(0, 60.5px);
}
}

@-o-keyframes square-tr {
0% {
-o-transform: translate(0, 0);
}
25% {
-o-transform: translate(-60.5px, 0);
}
50% {
-o-transform: translate(-60.5px, 60.5px);
}
75% {
-o-transform: translate(0, 60.5px);
}
}

@-ms-keyframes square-tr {
0% {
-ms-transform: translate(0, 0);
}
25% {
-ms-transform: translate(-60.5px, 0);
}
50% {
-ms-transform: translate(-60.5px, 60.5px);
}
75% {
-ms-transform: translate(0, 60.5px);
}
}

@-webkit-keyframes square-tr {
0% {
-webkit-transform: translate(0, 0);
}
25% {
-webkit-transform: translate(-60.5px, 0);
}
50% {
-webkit-transform: translate(-60.5px, 60.5px);
}
75% {
-webkit-transform: translate(0, 60.5px);
}
}

@-moz-keyframes square-tr {
0% {
-moz-transform: translate(0, 0);
}
25% {
-moz-transform: translate(-60.5px, 0);
}
50% {
-moz-transform: translate(-60.5px, 60.5px);
}
75% {
-moz-transform: translate(0, 60.5px);
}
}

@keyframes square-br {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(-60.5px, 0);
}
50% {
transform: translate(-60.5px, -60.5px);
}
75% {
transform: translate(0, -60.5px);
}
}

@-o-keyframes square-br {
0% {
-o-transform: translate(0, 0);
}
25% {
-o-transform: translate(-60.5px, 0);
}
50% {
-o-transform: translate(-60.5px, -60.5px);
}
75% {
-o-transform: translate(0, -60.5px);
}
}

@-ms-keyframes square-br {
0% {
-ms-transform: translate(0, 0);
}
25% {
-ms-transform: translate(-60.5px, 0);
}
50% {
-ms-transform: translate(-60.5px, -60.5px);
}
75% {
-ms-transform: translate(0, -60.5px);
}
}

@-webkit-keyframes square-br {
0% {
-webkit-transform: translate(0, 0);
}
25% {
-webkit-transform: translate(-60.5px, 0);
}
50% {
-webkit-transform: translate(-60.5px, -60.5px);
}
75% {
-webkit-transform: translate(0, -60.5px);
}
}

@-moz-keyframes square-br {
0% {
-moz-transform: translate(0, 0);
}
25% {
-moz-transform: translate(-60.5px, 0);
}
50% {
-moz-transform: translate(-60.5px, -60.5px);
}
75% {
-moz-transform: translate(0, -60.5px);
}
}

@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

@-o-keyframes rotate {
from {
-o-transform: rotate(0deg);
}
to {
-o-transform: rotate(360deg);
}
}

@-ms-keyframes rotate {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
}
}

@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}

@-moz-keyframes rotate {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}

@keyframes pulse {
0%, 100% {
transform: scale(inherit) rotate(45deg);
}
75% {
transform: scale(0.25) rotate(45deg);
}
}

@-o-keyframes pulse {
0%, 100% {
-o-transform: scale(inherit) rotate(45deg);
}
75% {
-o-transform: scale(0.25) rotate(45deg);
}
}

@-ms-keyframes pulse {
0%, 100% {
-ms-transform: scale(inherit) rotate(45deg);
}
75% {
-ms-transform: scale(0.25) rotate(45deg);
}
}

@-webkit-keyframes pulse {
0%, 100% {
-webkit-transform: scale(inherit) rotate(45deg);
}
75% {
-webkit-transform: scale(0.25) rotate(45deg);
}
}

@-moz-keyframes pulse {
0%, 100% {
-moz-transform: scale(inherit) rotate(45deg);
}
75% {
-moz-transform: scale(0.25) rotate(45deg);
}
}

/* Higher than 1200 (desktop devices)
====================================================================== */
@media (min-width: 1200px) {
}

/* Higher than 992 (desktop devices)
====================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-fixed-bottom, .navbar-fixed-top { position: absolute;}
    #doc-navigation > ul{padding:0;}
    .doc-nav ul li{padding: 29px 4px;}
    .doc-nav #doc-navigation > ul > li:last-child {
    padding-right: 0;
}
    .doc-logo{width: 16%;}
    .doc-navigationarea{width:83%;}
    .doc-nav ul li a{font-size: 12px;}
	
	.footer .container .container { width:auto; }
	#header .container { width:100%; }
	#header .doc-btn { line-height:30px; padding:0 10px; }
	#header .doc-nav { float:right; }
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
    .doc-admin { padding: 10px 0; }
	.navbar-toggle { background: #2986e2; }
	.navbar-toggle .icon-bar { background: #fff; }
	.navbar-toggle { position: absolute; right: 0; top: 22px;}
	#doc-navigation > ul { padding-left: 0; margin-left: 0; }
	.navbar.navbar-fixed-top.fixed-theme .doc-nav ul li, .doc-nav ul li {width: 100%; display: block; padding: 0;}
	.navbar.navbar-fixed-top.fixed-theme .navbar-toggle { top: 10px; }
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 100%; }
	.navbar.navbar-fixed-top.fixed-theme .doc-admin { padding:10px 0 ; } 
	.navbar-fixed-bottom, .navbar-fixed-top { position: absolute;}
    
    .footer_menu ul { padding-left: 0; }
    .footer_menu ul > li { display: block; padding: 8px 0; text-align: left;}
    .footer_menu ul > li > a { padding-left: 0; }
    
    
    .imadcontent h1 { margin-bottom: 20px; font-size: 26px; }
    .list-contacts { padding: 0; margin:30px auto 20px; display: inline-block; width: 100%;}
    .list-contacts li { width: 100%; display: inline-block; margin-bottom: 10px; }
    .list-contacts li:last-child { margin-bottom: 0;  }
    .list-contacts .icon { margin: 10px auto 40px; }
    .ui-title-block { font:300 26px/1.3 'Raleway'; }
    .title-steps { font-size: 26px; }
    
    .banner-sec .slide-title { font-size: 16px; margin-top: 7px; }
    .banner-sec {
        height: auto;
        min-height: inherit;
    }
    
    .dark_blue2_ { height: 309px;}
    .advantages { padding-bottom:20px; } 
    .advantages { padding-top:20px; } 
}

@media only screen and (max-width:1280px) {
	.doc-nav ul li { padding:29px 6px; }	
	.navbar.navbar-fixed-top.fixed-theme .doc-nav ul li { padding:25px 6px; }
}

@media only screen and (max-width:1023px) {
	.doc-nav ul li, .navbar.navbar-fixed-top.fixed-theme .doc-nav ul li { padding:20px 6px; }
	.new-register-box { width:100%; margin-left:0 !important }
	.new-registration-form .col-sm-8 { width:75%; float:left; }
	.new-registration-form .col-sm-4 { width:25%; float:left; }
}

@media only screen and (max-width:767px) {
	.doc-nav ul li, .navbar.navbar-fixed-top.fixed-theme .doc-nav ul li { padding:0 6px; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Small Tablet (devices and browsers)
=================================================================== */
@media only screen and (max-width: 640px) {
	.registration-form .form-top .form-top { padding:20px 0; }
}

@media only screen and (max-width:568px) {
	.new-registration-form { display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; -moz-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap; }
	.new-registration-form .col-sm-8,.new-registration-form .col-sm-4 { width:100%; /* -webkit-box-ordinal-group:2; -moz-box-ordinal-group:2;  -webkit-order:2; -ms-flex-order:2; order:2; */}	
	.new-registration-form .col-sm-4 { text-align:center; margin:10px 0 0; /*-webkit-box-ordinal-group: 1; -moz-box-ordinal-group:1;  -webkit-order:1; -ms-flex-order:1; order:1;*/ }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
}


