@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/*=============================================================
        Global css
==============================================================*/
body {
    color:#000;
        letter-spacing: 0.3px;
      font-family: 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 26px;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
        letter-spacing: 0.3px;
     font-family: 'Roboto', sans-serif;
}
.btn{   
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
ul{
    margin-bottom: 0px;
    padding: 0px;
}
a:hover{
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
a {
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}
/*=============================================================
        Color bar css
==============================================================*/
.color-bar {
    position: relative;
}
.color-bar .color1 {
    border-top: 5px solid #4572af;
    float: left;
    width: 25%;
}
.color-bar .color2 {
    border-top: 5px solid #ffda44;
    float: left;
    width: 25%;
}
.color-bar .color3 {
    border-top: 5px solid #4572af;
    float: left;
    width: 25%;
}
.color-bar .color4 {
    border-top: 5px solid #ffda44;
    float: left;
    width: 25%;
}
/*=============================================================
        Header css 
==============================================================*/
header.top_nav {
    background: white;
    height: 100px;
    width: 100%;
    z-index: 1000;
}
img#logo_inner {
    margin-top: -10px;
}
ul#nav_inner {
    float: right;
    margin-top: 6px;
}
ul#nav_inner>li>a {
    margin: 26px 5px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
ul#nav_inner>li>a:hover {
    color: black;
}
button#toggle_inner {
    margin-top: 20px;
}
.fixed {
    position: fixed !important;
    background-color: white !important;
    width: 100%;
    top: 0;
    box-shadow: 0 10px 10px rgba(0,0,0,.15);
}
span.logo-text {
    color: black;
    font-weight: 900;
    font-size: 30px;
}
a.navbar-brand {
    margin-top: 2px;
    padding: 0;
}
a.navbar-brand>span {
    font-size: 20px;
    color: black;
    font-weight: 900;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0 0;
    border: 0;
}
section#nav {
    background: #b88c1d;
    z-index: 100;
}
ul.nav.navbar-nav>li>a {
    color: black;
    text-transform: uppercase;
    margin-right: 25px;
}
.fixed ul.nav.navbar-nav>li>a {
    color: black;
}
ul.nav.navbar-nav>li>a:hover {
    color: white;
}
.fixme { 
    width: 100%; 
    box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.1);
}
main.main {
  /*  padding-bottom: 75px;*/
}
/*=============================================================
    dropdown css
==============================================================*/
.dropdown:hover .dropdown-content {
transition-delay: .5s;
-webkit-transition: height .5s, line-height .5s; /* Safari */
transition: height .5s, line-height .5s;
transition: all .3s linear;
display: block;
}
.dropdown-content > li > a {
    transition-delay: .5s;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
    transition: all .3s linear;
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    border: 1px dashed #e2e2e2;
}
.dropdown-content > li > a:hover {
    transition-delay: .5s;
-webkit-transition: height .5s, line-height .5s; /* Safari */
transition: height .5s, line-height .5s;
transition: all .3s linear;
color: black;
background-color: #f4cb10;
}
span.caret {
    margin-left: 10px;
}
/*=============================================================
                Slider css 
==============================================================*/
.carousel-caption{top:50%;}

.carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#sg-carousel .carousel-control.left {
    top: 40%;
}
#sg-carousel .carousel-control.right {
    top: 40%;
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
    background: rgba(0, 0, 0, 0.43);
}
.carousel-control {
    width: 50px;
    height: 75px;
    padding : 15px 10px;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    /*opacity: 0;*/
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}
.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
    left: 36px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
    right: 36px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
/*.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
.item.active  {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}*/
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
.carousel-caption h1 {
    background-color: rgba(0,0,0,.5);
    color: white;
    font-size: 60px;
    font-weight: 600;
    line-height: 18px;
    padding: 30px 10px;
}
.carousel-caption > p {
    font-size: 30px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    padding: 10px 5px;
}
.carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}
#sg-carousel h1 {
    animation-delay: 1s;
    margin-bottom:25px;
}
#sg-carousel p {
    animation-delay: 2s;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-zoom>.item ,.carousel-zoom>.item.active{
    height:450px;
}
#sg-carousel .carousel-caption {
    position: absolute;
    top: 150px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
    z-index: 99;
}
#sg-carousel .carousel-caption .thm-container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#sg-carousel .carousel-caption .thm-container .box {
    display: table-cell;
    text-align: left;
}
#sg-carousel .carousel-caption .thm-container .box .content {
    display: block;
}
#sg-carousel .slide-1 .carousel-caption .content {
    padding-top: 130px;
    position: relative;
    left: 2%;
}
h2.this-head {
    font-size: 40px;
    font-weight: 300;
    margin: 0px 0px 15px;
    text-transform: uppercase;
}
/*a#btn_slider {
    background: transparent;
    font-weight: 300;
    border: 1px solid white;
    margin-top: 10px;
    padding: 9px 15px;
}*/
canvas#slider_canvas {
    width: 100%;
    background-color: rgba(0, 71, 142, 0.30);
    position: absolute;
    z-index: 99;
    height: 100%;
    opacity: 0.73;
    top: 0;
}
/*=====================*/
section.slider_sec {
    /*position: relative;*/
}
.btn_transparent{
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: transparent;
    border: 1px solid #fff !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn_transparent {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.btn_transparent  {
    opacity: 1;
    transform: translateY(0);
}
.btn_transparent:hover, .btn_transparent:focus, .btn_transparent:active {
    color: #000 !important;
    border-color: #f4cb10;
}
.btn_transparent:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #f4cb10;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn_transparent:hover:before, .btn_transparent:focus:before, .btn_transparent:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn_yellow{
    color: #03153e;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: #f4cb10;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn_yellow {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.btn_yellow  {
    opacity: 1;
    transform: translateY(0);
}
.btn_yellow:hover, .btn_yellow:focus, .btn_yellow:active {
    color: #03153e !important;
    border: 1px solid #f4cb10;
    background: white;
}
.btn_yellow:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: white;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn_yellow:hover:before, .btn_yellow:focus:before, .btn_yellow:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn_yellowborder{
    color: #03153e;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: white;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
     border: 1px solid #f4cb10;
}
.btn_yellowborder  {
    opacity: 1;
    transform: translateY(0);
}
.btn_yellowborder:hover, .btn_yellowborder:focus, .btn_yellowborder:active {
    color: #03153e !important;
    border: 1px solid #f4cb10;
}
.btn_yellowborder:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #f4cb10;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn_yellowborder:hover:before, .btn_yellowborder:focus:before, .btn_yellowborder:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*=============================================================
   about sec home css            
==============================================================*/


/* ===========footer start==== */
section.footer {
  padding: 40px;
  background: #05273f;
}

section.footer {
    padding: 40px;
    background: #05273f;
    text-align: center;
}

.box-icon i {
  color: wheat;
  font-size: 30px;
}
.footer_sec1 {
  margin: 30px 0px 0px 0px;
}
.foot_sec2main p {
  color: white;
}
ul.footerul li {
  list-style: none;
  display: inline;
  padding: 0px 20px;
  color: white;
  font-size: 16px;
}
.footer_last p {
  color: antiquewhite;
  margin-bottom: 0px;
}
ul.footerullast li {
  list-style: none;
  display: inline;
  padding: 0px 20px;
  color: white;
  font-size: 16px;
}

ul.footerullast li i {
  color: #95ae35;
  font-size: 26px;
}
/* =================== */

/* ====home abiut section=== */
section.about_new {
  clear: both;
  padding: 65px 0;
}
.row.about_new {
  background-color: #E9E9E2;
}
.left_content {
  padding: 30px;
}
.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}
.js-scroll.scrolled {
  opacity: 1;
}
.left_content p {
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 18px;
  font-size: 18px;
}
.js-scroll {
  /* opacity: 0; */
  transition: opacity 500ms;
}
.left_content .button.button.read {
  background: #0272e2;
  padding: 5px 15px;
}
.left_content .button.button.read {
  background: #09233f;
  color: white;
}
.button.read {
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  background: none;
  color: #1e78d2;
  border-radius: inherit;
  font-weight: 500;
  border: none;
}


/* ========================================================================
                     parallax section
=========================================================================== */

section.parallax {
  background-image: url(../images/parallex.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  text-align: center;
  color: #fff;
}

.homeparal {
  display: flex;
  margin: auto;
  margin-left: 37%;
}

.homeparal_main {
  border: 1px solid #ddd;
  padding: 20px 10px;
  border-radius: 5px;
  min-height: 165px;
  margin-bottom: 30px;
}

.homeparal p {
  font-size: 50px;
  font-weight: 700;
}

.count-title {
  font-size: 50px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
}

.count-text {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

section.why_work_with_us {
  padding: 65px 0;
}

section.parallax.why_work_with_us .section_header h1 {
  color: white;
}


/* =======contact page==== */

section.bannerclip_sec.hosts .section-header {
  margin: 30px 0;
}



section.bannerclip_sec ul {
list-style: none;
  padding-left: 25px;
  margin-bottom: 40px;
}



section.bannerclip_sec ul li {
  padding-bottom: 26px;
  padding-left: 10px;
}

.pageheading {
  padding: 73px 0px 175px;
  width: 100%;
  color: white;
}

h1.pagetitle1 {
  color: white;
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: 'Alegreya', serif;
}

h2.pagetitle2 {
  color: #454545;
  font-size: 30px;
  margin-top: 5px;
  font-weight: 600;
  font-family: 'Alegreya', serif;
}

section.bannerclip_sec {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  font-size: 18px;
}

section.bannerclip_sec {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  font-size: 18px;
  padding: 60px 0px;
  background: #e7e7e9;
}

.contct2main {
  text-align: center;
  margin-bottom: 30px;
}
.section-contheader h4 {
  color: #2a2a8e;
  border-bottom: 1px solid;
}
.content-inner.detail_page {
  padding: 45px;
  background: #6193c3d1;
}

.conpage_header h4 {
  text-align: center;
}
.section_contactdet {
  background: white;
}
.conright_block {
  padding: 30px;
  /* margin-bottom: -45px; */
}

/* ======================service sec===*/
img.service_img {
  width: 100%;
}

.sectio_serivcesec_head h1 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-top: 0;
}

.sectio_serivcesec_head h1:after {
  background: #1a6dbc;
}
.sectio_serivcesec_head h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 90px;
  height: 3px;
}
section.serivcesec_sec1 {
  margin-top: 50px ;
}