

/* 20. preloader */
.preloader {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto; }

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #236BBC;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  /*-webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);*/
  /*box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);*/
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-circle2 {
  border-top-color: #E00B0B; }

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-img img {
  max-width: 55px; }

.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase; }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }
/* preloader */




.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

ul.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: -.2px;
  font-size: 12px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;

}


.dropdown-menu li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 340px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: .3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  
}


.footer .widget-title {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #ffb600;
}



/*
.wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
}

.gearbox {
  background: #111;
  height: 150px;
  width: 200px;
  position: relative;
  border: none;
  border-radius: 6px;
}

.gear {
  position: absolute;
  height: 60px;
  width: 60px;
  box-shadow: 0px -1px 0px 0px #3cf0ed, 0px 1px 0px 0px #000;
  border-radius: 30px;
}

.gear.one {
  top: 12px;
  left: 10px;
}

.gear.two {
  top: 61px;
  left: 60px;
}

.gear.three {
  top: 110px;
  left: 10px;
}


.gear.four {
  top: 13px;
  left: 128px;
}


.gear.large {
  height: 120px;
  width: 120px;
  border-radius: 60px;
}

.gear:after {
  position: absolute;
  content: '';
  height: 36px;
  width: 36px;
  border-radius: 36px;
  background-color: #111;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1),
  inset 0px 0px 10px rgba(0,0,0,0.1),
  inset 0px 2px 0px 0px #090909, 
  inset 0px -1px 0px 0px #3cf0ed;

}

.gear.large:after {
  height: 96px;
  width: 96px;
  border-radius: 48px;
  margin-left: -48px;
  margin-top: -48px;
}

.gear-inner {
  position: relative;
  height: 100%;
  width: 100%;
  background: #3cf0ed;
  border-radius: 30px;
}*/

/*.gearbox {
  background: #111;
  height: 150px;
  width: 200px;
  position: relative;
  border: none;
  border-radius: 6px;
}

.gear {
  position: absolute;
  height: 60px;
  width: 60px;
  box-shadow: 0px -1px 0px 0px #3cf0ed, 0px 1px 0px 0px #000;
  border-radius: 30px;
}

.gear.one{
  top: 12px;
  left: 10px;
}
*/

/*.gear.two{
  top: 61px;
  left: 60px;
}

.gear.three{
  top: 13px;
  left: 128px;
}

.gear.four{
  top: 110px;
  left: 10px;
}

.gear.large {
  height: 120px;
  width: 120px;
  border-radius: 60px;
}


.gear.after {
  position: absolute;
  content: '';
  height: 36px;
  width: 36px;
  border-radius: 36px;
  background-color: #111;
  top: 50%; 
  left: 50%;
  margin-left: -18px;
  margin-top: -18%;
  z-index: 3;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1),
  inset 0px 0px 10px rgba(0,0,0,0.1),
  inset 0px 2px 0px 0px #090909, 
  inset 0px -1px 0px 0px #3cf0ed;

  
}
*/





/*body {
	color: #FFF;
}
*/

.logo img {
  width: 150px;
  height: auto;
}

.header-one .logo-area {
  padding: 10px 0;
}

.header-one, .header-one .site-navigation {
  background: #2E489D;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px inset;
}

.top-bar {
  padding: 8px 0;
  background: #202020;
  position: relative;
}


ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
  color: #999;
  font-size: 12px;
}


ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #999;
}

.top-social ul li a {
  color: #999;
  font-size: 14px;
}

.top-social ul li a:hover{
  color: #fff;
  font-size: 14px;
}

.btn-primary-blue {
  border: 3px;
  background-color: #154172;
  color: #fff;
  padding: 15px 40px;
  text-transform: uppercase;
}

.btn-primary-blue:hover {
  border: 3px;
  background-color: #154172;
  color: #fff;
  padding: 15px 40px;
}




.btn-blue-nav {
  background-color: transparent;
  color: #004A99;
  padding: 16px 60px;
  border-radius: 5px;
  border: 2px solid #014A99;
  text-transform: none;
  font-size: 13px;
  margin-left: 30px;
  font-weight: 600; 
  
}


.btn-blue-nav:hover {
  background-color: #014A99;
  color: #fff; 
  border: 2px solid #014A99;

}



.btn-primary, .btn-dark {
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
    transition-property: all;
    transition-duration: 350ms;
  font-size: 14px;
  margin-top: -7px;
}


ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

/*.nav-search .btn-primary {
  padding: 15px 40px !important;
  font-size: 13px;
  border-radius: 40px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: -15px;
}

.nav-search .btn-primary:hover {
  background: #DFA200;
  color: #fff !important;
}*/


/* floating card  */


.card_blue_shade {
  border: 0;
  border-radius: 10px !important;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  background: #30355D;
  padding: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}


.card {
  border: 0;
  border-radius: 0px !important;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.my-card-red {
  border-top: 4px solid #5772CE !important;
}

.card_values {
  border: 1px solid #EEE;
  border-radius: 5px !important;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  /*box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 10px 12px rgba(81,107,117,.081);
}



.card_values:hover {
    box-shadow: 0 14px 18px rgba(81,107,117,.21);
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.jumbotron-blue { 
  margin-top: 0px;
  padding-top: 40px;  
  padding-bottom: 20px;
  margin-bottom: 0rem;  
  background-color: #F4F9FF;
  border-radius: 0px; 
  background: url(../images/black-bg.jpg);   
  /*border: 1px solid green; */
}

.jumbotron-shaded {
  background: #f4f4f4;
}


 .theme_btn_yellow {
  padding: 15px 45px;
  text-transform: none;
  color:  #004A99;
  font-weight: bold;
  background-color: #FEC630; 
  font-size: 12px;
  /*padding-top: 20px;*/
  border-radius: 3px;
  font-family: 'barlow', sans-serif;
  text-transform: uppercase;
  /*position:absolute;bottom:10px;*/
}


.theme_btn_yellow:before {
  background: #EBAB01;
}

 .theme_btn_yellow:hover {
  color: #0151A9;
}


  .button_hover_yellow:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
  background: #EBAB01;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*opacity: 0;*/
  /*position:absolute;bottom:10px;*/
}

  .button_hover_yellow {
  border-radius: 3px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 0px;
  display: inline-block;
  text-align: center;
  font-family: arial;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}

 .button_hover_yellow:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* yellow button */



.back-title {
  position: relative;
  text-align: center; }
  .back-title .archivment-front {
    position: relative;
    z-index: 9; }
  .back-title .archivment-front h2 {
    color: #729050;
    /*font-size: 50px;*/
    font-size:8vw;
    font-weight: 300;
    font-family: 'barlow', sans-serif; }

    /*@media (max-width: 767px) {
      .back-title .archivment-front h2 {
        font-size: 37px; } }*/

        @media screen and (min-width: 601px) {
      .back-title .archivment-front h2 {
            /*font-size: 37px;*/
            font-size:8vw;
             } 
    }


  .back-title h2.archivment-back {
    position: absolute;
    top: 50%;
    transform: translateY(-56%);
    /*font-size: 130px; */
    font-size: 6vw;  
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    opacity: 0.5;   
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #E4EBF3;  

}






.back-to-top{

        position:fixed;
        right:20px;
        bottom:80px;
          text-decoration: none !important;
        display:inline-block;
        z-index:9;
        width:40px;
        height:40px;
        font-size:11px;
        text-transform: uppercase;
        font-weight:400;
        color:#fff;
        text-align:center;
        line-height:2.3;
        letter-spacing:1px;
        background:#236BBC;
        border-radius:3px;
        visibility:hidden;
        padding:5px;-webkit-transform:translate3d(0,50px,0);-moz-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);transition-duration:.3s}.back-to-top:hover{color:#fff;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}.back-to-top.back-to-top-is-visible{visibility:visible;opacity:.6;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}



        .back-to-top.back-to-top-is-visible:hover{

          opacity:1;
          transition-duration:.3s;
          transition-property:all;
          text-decoration: none !important;
          transition-timing-function:cubic-bezier(.7,1,.7,1)}


        .back-to-top.back-to-top-fade-out{opacity:.8}

        .back-to-top.back-to-top-fade-out:hover{opacity:1;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}.swiper-clients-img,.swiper-clients-img:hover{transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}




.copyright {
  background: #2E489D;
  color: #fff;
  padding: 25px 0;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 12px;
}



/* CONTACT STYLES */

/*.jumbotron-contact {
  
   background: radial-gradient(#082761, #03132E);
   padding-top: 100px;
   padding-bottom: 80px;
   color: #FFF;
   border-radius: 0px;
   margin-bottom: 0px;
   }
*/

.jumbotron-contact{
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 0rem;
  background-color: #0B1A21;
  border-radius: 0rem;  
  /*background-size: cover;*/
  /*background: url("../images/contact_bg.jpg") center center;  */
    background: radial-gradient(#082761, #03132E);
  background-repeat: no-repeat;
}




  .jumbotron-contact h1 {
    font-family: 'abel', sans-serif; font-size: 50px; color: #FFF;
    /*font-weight: 600;*/
  }

 .jumbotron-contact h2 {
    font-family: 'arial', sans-serif; font-size: 14px; color: #FFF; font-weight: 300;
    
  }


/* contact form */

input[type="text"], 
textarea, 
textarea.form-control {
  height: 48px;
  margin: 0; 
  padding: 15px !important;   
  vertical-align: middle;
  background: rgba(255,255,255,.8);
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  border-radius: 7px !important;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.17) !important;
  color: #999;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -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: 6px;*/
  /*padding-bottom: 10px;*/ 
    padding: 15px !important; 
    line-height: 30px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
    
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: none;
  background: rgba(255,255,255,0.6);
   /* border-bottom: 1px solid #FFF;*/
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px !important;
  padding: 15px !important; 
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(255,255,255,.8);
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 7px !important;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.17) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}





.card-blue {
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding: 50px; border-right: 10px solid #BBB;
    /*background-color: #333;*/
    border: 1px solid #1D58A4;
    border-radius: 0px;
    box-shadow: 0 10px 12px rgba(81,107,117,.31);
    background: url(../images/blue_bg_contact.png);

    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


#yellow_box{
  margin: 0 auto;
  /*border: 1px solid orange;*/
  width: 60px;
  height: 60px;
  float: left;
  margin-top: -70px;
  margin-left: -70px;
  background-color: #FFC926;
}



.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143; 
  border-radius: 0px;
  box-shadow: 10px 5px 38px rgba(0,0,0,.25);
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: 1px solid #FFA800;
}


.thumbnail:hover {

   /*border-right: 2px solid #FFA800;*/
}




.home-thumb img:hover {
  transform: scale(1.1);
  
}


.thumbnail img {
  transition: all 0.8s ease 0s;
  width: 100%;
}



.thumbnail {
  overflow: hidden;
}
