@font-face {
    font-family : 'Raleway-Light';
    src         : url("../fonts/Raleway-Light.ttf");
}


@font-face {
font-family : 'OpenSans-SemiBold';
src         : url("../fonts/OpenSans-SemiBold.ttf");
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("../fonts/Montserrat-ExtraBold.ttf");
}

@font-face {
    font-family: 'NunitoSans-Regular';
    src: url("../fonts/NunitoSans-Regular.ttf");
}

:root {
  /*--main-sub-color: rgb(2, 99, 142);*/

  /*--main-sub-color:rgb(50, 86, 101);*/
  --main-sub-color:#0078ac;
  --main-font-style : 'NunitoSans-Regular';
  --main-bg-color : #000;
  --main-sub-color-fade : rgb(198, 231, 245);
  --font-style-heading : 'Raleway-Light';
  --font-style-slider:'Montserrat-ExtraBold';
}

html{
    font-family:sans-serif;
    line-height:1.15;
    font-size:100%;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:transparent
}
body {
    margin: 0;
    font-family:var(--main-font-style);
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.logo i{
    background-color: #0179b0;
    padding: 10px;
    border-radius: 30px;
}

.home-block h6.no-padding{
    margin-bottom: 0;
}

.parallax{
    position: relative;
    margin-top: 3vw;
} 


.page .parallax{
    margin-top: 0px
}
.bg-color1{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.63);*/
    /*background: rgba(27, 31, 37, 0.8);*/
    background:rgba(0, 0, 0, 0.70);
}
.logo:before{
    content: " ";
    background: radial-gradient(circle farthest-side, #000, rgba(255, 255, 255, 0));
}
.bg-color{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
}

.inside-block1{
    margin-top: 4vw;
    
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    position: relative;
}
.category_icon{
    width: 7vw;
    height: 7vw;
    text-align: center;
    font-size: 3.6vw;
    margin: 0 auto;
    border-radius: 5vw;
    
    color: #fff;
}

.category_icon_img{
   width: 5vw;
    height: 5vw; 
    text-align: center;
    margin: 0 auto;
}

.cate-img{
    background-color: #fff;
    padding: 3vw;
    border: 0.1vw solid #eaeaea;
    height: 16vw;
}

.category_icon.yellow{
    background-color: #F9D975

}

.category_icon.red{
    /*background: linear-gradient(45deg, rgba(231, 122, 122, 0.8) 0%, rgba(241, 231, 231, 0.85) 100%);*/
    background-color: #626C75
}

.category_icon.blue{
    background-color: #F77975
}

.inside-block-bg-left{
    background-image: url('../images/about/a.jpg');
        width: 8%;
    height: 100%;
    position: absolute;
    left: 0
}



.inside-block-bg-right{
    background-image: url('../images/about/a.jpg');
        width: 8%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.category_icon i{
    margin-top: 20px
}

.inside-block1 ul {
  list-style: none;
  padding: 0;
}
.inside-block1 li {
  padding-left: 1vw;
  color: #282727;
    padding-bottom: 1vw;
}
.inside-block1 li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 2vw; /* same as padding-left set on li */
  width: 1vw; /* same as padding-left set on li */
  color: var(--main-sub-color);
}

.inside-block1 h6 {
    text-align    : center;
    margin-bottom : 5vw;
    font-size     : 1.2vw;
    line-height   : 2vw;

}
.inside-block1 h1{
        text-align: center;
        font-size: 2.5vw;
        padding-top: 3vw;
    color: #292929;
    font-weight: 300;
    line-height: 3vw;
    text-transform: capitalize;
    font-family: var(--font-style-heading);
}

.inside-left img{
    width: 100%
}

.inside-right{
    text-align: justify;
}

.inside-right p{
    line-height: 2vw;
}

.inside-right h3{
    margin-top: 0px;
    font-family: var(--font-style-heading);
}


.carousel-caption h3{
  animation-delay: 1s;
}
.carousel-caption h3{
line-height: 5vw;
    /* font-size: 4rem; */
    font-size: 4.3vw;
    margin-bottom: 1.3vw;
    color: #ffffff;
    /* font-weight: 700; */
    font-family: var(--font-style-slider);
    /* margin-bottom: 25px; */
}
.carousel-caption h4{
       /*font-family: Raleway, sans-serif;*/
        font-family: 'OpenSans-Light';
       color: #f36;
       font-size: 25px;
    letter-spacing: 3px;
}

.carousel-caption h5{
     /*font-size: 1.25rem;*/
    font-size: 1.5vw;
    color: #fff;
    /*margin-top: 2vw;*/
    animation-delay: 2s;
    text-transform: capitalize;
        font-family: var(--main-font-style);

}

.next-control-wrapper{
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    z-index: 99;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    display: inline-block;
    left: 450px;
    bottom: 70px;
}

.next-control-wrapper a,.prev-control-wrapper a{
  font-size: 14px;
    
    font-weight: 700;
    color: #fff;font-family: 'OpenSans-SemiBold';text-transform: uppercase;
}

.prev-control-wrapper{
    display: inline-block;
    margin-right: 30px;
    z-index: 99;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    display: inline-block;
    left: 370px;
    bottom: 70px;
}
.navbar-nav>li>a {
    line-height: 2vw;
}
.carousel-caption h6{
    /* font-size: 1rem; */
    font-size: 1.1vw;
    color: #fff;
    margin-top: 2vw;
    animation-delay: 2.8s;
        font-family: var(--font-style-heading);
    letter-spacing: 0.1vw;
    line-height: 2vw;
    text-align: center;
    width: 55%;
    margin: 0 auto;

}

.carousel-caption{
        top: 40%;
    bottom: 0;
    right: 0;
    /* height: 0; */
    /* overflow: hidden; */
    left: 0;
    padding: 0;
    margin: auto;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0,0,0,.6);
    padding-top: 0;
}

#home_slider .item{
    height: 100%
}


.carousel-caption button {
padding: 10px 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    margin: 30px 2px 0;
    background-color: transparent;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}


.btn_home2{
   /*border: 1px solid #3c979e !important; 
   background-color: #3c979e !important;*/
   border: 1px solid #3c979e !important;
   background: linear-gradient(45deg, rgba(98, 77, 230, 0.8) 0%, rgba(32, 208, 232, 0.85) 100%);
    animation-delay: 2.9s !important;
}

footer p{
       color: #868484;
    margin-bottom: 0;
}

.h1{
     text-align: center;
    color: #292929;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 300;
    margin-top: 3vw;
    line-height: 2vw;
    font-family: var(--font-style-heading);
    font-size: 2.3vw
}

.h2{
    color: #292929;
    font-weight: 300;
    margin-top: 0;
    line-height: 3vw;
    font-family: var(--font-style-slider);
    font-size: 2vw;
}

.h1-1{
    text-align: center;
    color: #292929;
    font-weight: 300;
    margin-top: 4vw;
    line-height: 3vw;
    font-family: var(--font-style-heading);
    font-size: 2.1vw;
}

.h6,.h5{
    text-align: center;
    font-size: 1.2vw;
    color: #383737;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 0;
    margin-top: 1vw;
    line-height: 2vw;
    position: relative;
}

.h4{
    text-align: center;
    font-size: 1.2vw;
    color: #383737;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 0;
    margin-top: 1vw;
    line-height: 2.5vw;
    position: relative;
}

.h5-1{
       text-align: center;
    font-size: 1.5vw;
    color: #383737;
    padding-left: 10%;
    padding-right: 10%;
    font-weight: 0;
    margin-top: 1vw;
    line-height: 4vw;
    position: relative; 
}

.h5-2{
    font-size: 1.2vw;
    color: var(--main-sub-color);
    line-height: 1.5vw;
}

.h5-3{
       text-align: center;
        font-size: 0.8vw !important;
    letter-spacing: 0.5vw;
    color: #383737;
    margin-top: 2vw;
    font-size: var(--font-style-slider) !important
}


.fbottom{
      font-size: 14px;
    color: #a3a2a2;
    background-color: #0179b0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(0, 0, 0);
}

.righta{
    text-align: right;
}
.social-icons{
    list-style-type: none;
    text-align: center;
}
.social-icons li{
    display: inline-block;
    margin: 7px
}

.social-icons_home{
    list-style-type: none;
    text-align: center;
    padding-left: 0
}
.social-icons_home li{
    display: inline-block;
    margin: 7px
}

.ftop{    
    padding-top: 15px;
    padding-bottom: 5px;
        background-color: #fbf9f9;
}

.carousel-slide .panel{
    border-radius: 0px !important
}

.social-icons li a{
       padding: 10px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    background-color: #d0cece;
    color: #fff;
        -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.social-icons li a:hover{
    background-color: #f1f0f0;
    color: #464646;
}
.social-links a {
    display: block;
    color: #838383;
    margin-bottom: 1.5vw;
    font-size: 1.3vw;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.left-bar .left-bar-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    margin-bottom: 1.25vw;
}

.social-links a:hover {
    color: var(--main-sub-color);
}
.social-icons_home li a{
padding: 10px;
    width: 50px;
    height: 50px;
    display: block;
    /* border-radius: 50px; */
    font-size: 20px;
    background-color: #d19393 !important;
    color: #ffffff;
    line-height: 30px;
    vertical-align: bottom;
        -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.left-bar {
    position   : absolute;
    width      : 4%;
    height     : 100%;
    background : var(--main-bg-color);
    z-index    : 999;
    top        :0;
}
.home-page .bx-wrapper, .home-page .bx-viewport {
    height: 100% !important
}
/*.bx-viewport{
    height: 100% !important
}*/

.social-icons_home li a:hover{
    background-color: #f1f0f0;
    color: #464646;
}

.boxstyle h4{
    text-align: center;
    font-size: 1.2vw;
    margin-top: 1.3vw;
    margin-bottom: 1.3vw;
    color: #383737;
}

.boxstyle{
    margin-bottom: 1vw;
}

.boxstyle p{
    text-align: center;
    font-size: 1.1vw;
    margin-bottom: 1vw;
    line-height: 2vw;
    color: #383737;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.services_boxes .services_icon i {
    font-size: 2vw;
        height: 4.5vw;
    width: 4.5vw;
    line-height: 4.5vw;
    background: var(--main-sub-color-fade);
    /* border-radius: 10px 10px 0px; */
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 1vw;
    color: var(--main-sub-color);
    cursor: pointer;
}

.services_boxes .services_icon i:hover{

    background: var(--main-sub-color);
   -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;
    color: var(--main-sub-color-fade);
}


.mt-4, .my-4 {
    margin-top: 1vw !important
}
.services_boxes {
    padding: 15px;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.mt-3, .my-3 {
    margin-top: 1vw!important;
}

.client_img img{
    border-radius: 4vw;
        width: 10%;
}

.text-white {
    color: #fff!important;
}

/*.h6.sub_title{
        max-width: 600px;
}*/

/*.h6:after {
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 10px auto;
    width: 30%;
    height: 1px;
    background: #e9e8e8;
}*/
.main-title-border {
    background-color: var(--main-sub-color);
    height: 0.1vw;
    width: 10%;
    margin: 0 auto;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 1vw;
}

.font-weight-bold{
font-weight: bold;
}


.home-block h6{
    text-align: center;
        /*margin-bottom: 1.8vw;*/
        margin-bottom: 3vw;
}

.menu_special div:focus{
  background-color: var(--main-sub-color-fade);
  border: 2px solid transparent;
}


.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>.active>a:focus{
    color: #fff;
    background-color: transparent;
    text-shadow: 0px 0px transparent;
}

.navbar-default .navbar-nav>li>a:hover{
    color: var(--main-sub-color);
    background-color: transparent;
    text-shadow: 0px 0px transparent
}

a:focus {
    outline: 1px auto transparent;
    outline-offset: -1px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    color: var(--main-sub-color);
    background-color: transparent;
    text-shadow: 0px 0px transparent;
}

#home_slider{
  position: relative;
}

.bx-pager{
    z-index: 99;
    bottom: 3vw;
    position: absolute;
    width: 100%;
    text-align: center;
}

.bx-pager .bx-pager-item{

    display: inline-block;
}
.bx-pager .bx-pager-item .active{
background-color: #a3a2a2ab !important;
}
.bx-pager .bx-pager-item a{
    width: 0.8vw;
    margin: 0.7vw;
    height: 0.8vw;
    background-color: #fff;
    display: block;
    font-size: 0;
        border-radius: 100%;
}

.back_top i{
    margin-top: 0.8vw
}

.back_top:hover,.back_top:focus{
    color: #fff !important
}


.logo span{
    color: #0179b0;
}
.logo {
        font-size: 20px;
    color: #fff;
    display: inline-block;
    /* background: var(--main-bg-color); */
    /* padding: 10px 10px 10px; */
    padding: 1vw;
    padding-top: 0.5vw;
    position: absolute;
    width: 50%;
    margin-left: 10%;
    z-index: 999
}

header .navbar-default{
    background-color: transparent;
    border: 0px solid transparent
}

.logo img{
    width: 100%
}

.services_boxes .services_desc a {
    border: 1px solid rgba(119, 119, 119, 0.13);
    padding: 5px 18px;
    color: var(--main-sub-color);
    display: inline-block;
    text-decoration: none;
}

.services_boxes .services_desc a:hover{
    background-color: var(--main-sub-color-fade);
    border: 0px
}
.fixedtop .logo img{
    width: 80%;
}
.nav li.active>.nav-link:after {
        height: 2px;width: 100%;
}
.nav li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
        margin-left: 0;
    bottom: 0;
    background: var(--main-sub-color);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar-default .navbar-nav .menu_special{
padding-top: 2.5vw;
    padding-left: 0;
    padding-right: 0;

}

.fixedtop .navbar-nav .menu_special{
  /*padding: 12px 0px 0px;*/    padding-top: 1.2vw;
}

/*.fixedtop .menu_special div {
    border: 2px solid #000;

}*/

.menu_special div{
 display: inline-block;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    padding-left: 1vw;
    padding-right: 1vw;
        /*border: 0.1vw solid #fff;*/
    letter-spacing: 1px;
        margin-top: 0.1vw;
    /* margin-right: 50px; */
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;

}

.menu_special div:hover{
  background-color: var(--main-sub-color-fade);
  /*border: 0.1vw solid transparent;*/
}

.navbar-default .navbar-nav>li{
      margin-left: 0.5vw;
  /*margin-right: 10px*/
}
.navbar-default .navbar-nav>li>a{
    padding-top: 3vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5vw;
    /* text-transform: uppercase; */
    margin-right: 2vw;
    font-size: 1.1vw;
    /* font-size: 16px; */
    color: #fff;
    font-weight: 500;
    font-family: var(--main-font-style);
    position: relative;
}

.stroke li a{
  position: relative;
}
.stroke li a.nav-link:after{
      position: absolute;
    /* bottom: -5px; */
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: var(--main-sub-color);
    height: 0.15vw;
}
.stroke li a:hover:after {
  width: 100%;
}

.navbar-fixed-top{
    /*top: 20px*/
}

.navbar-fixed-top11{
  background-color: transparent;
}


.fixedtop{
    top: 0px;
    padding-top: 0.1vw;
}

.boximg img{
    width: 100%
}
/*.contactbtn{
    text-align: right;
}*/
.contactbtn .btn{
        background-color: var(--main-sub-color);
    border: 0px;
    padding: 0.5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 0.5vw;
    font-size: 1.2vw;
    color: #fff;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.contactbtn .btn:hover{
    background-color: var(--main-sub-color-fade); 
    color: var(--main-sub-color);  
}

.contact-section{
    margin-bottom: 5vw
}

/*.form-control{
        height: 4vw;
    border-radius: 1vw;
    box-shadow: 0px 0px;
    -webkit-box-shadow: 0px 0px;
    color: #383737;
}*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
        padding-right: 1vw;
    padding-left: 1vw;
}
.form-control{
        height: 3vw;
    border-radius: 1vw;
    box-shadow: 0px 0px;
    -webkit-box-shadow: 0px 0px;
    color: #383737;
        display: block;
    width: 100%;
    padding-left: 1vw;
    font-size: 1vw;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 0.1vw solid #ccc;
    -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;
}

textarea.form-control{
    height: 11vw;
    resize: none;
}

.des p{
    text-align: justify;
}
.form-horizontal .form-group {
    margin-right: -0.5vw;
    margin-left: -0.5vw;
    margin-bottom: 1vw;
}
/*.item:nth-child(1) {
    background: #74C390;
}

.item:nth-child(2) {
    background: #51BCE8;
}

.item:nth-child(3) {
    background: #E46653;
}*/

.caption_1 {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;

}

.fixedtop .nav li.active>.nav-link:after{
    height: 0px
}

footer .h1{
    font-size: 1rem;
    font-size: 1.8rem;
    margin-top: 30px;
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 1vw;
    height: 3vw;
    width: 3vw;
    background-color: var(--main-sub-color);
    display: none;
    z-index: 10000;
    border-radius: 0.5vw;
    right: 1.5vw;
    transition: all 0.5s;
    color: #FFf;
}

#client_review{
    height: 100%;
}

.client_r_div{
        /*display: table-cell;
    vertical-align: middle;
    position: relative;*/
    height: 100%;
    
}

.client_r_div1{
    height: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.client_r_div2{
        display: table-cell;
    vertical-align: middle;
    position: relative;
}

.client_desc a {
    border: 0.1vw solid rgb(255, 255, 255);
    /* padding: 5px 15px; */
    padding-top: 0.2vw;
    padding-right: 1.2vw;
    padding-bottom: 0.2vw;
    padding-left: 1.2vw;
    color: rgb(229, 229, 229);
    display: inline-block;
    text-decoration: none;
    border-radius: 2vw;
    margin-top: 10px;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.client_desc a:hover{
    background-color: var(--main-sub-color);
    border: 2px solid transparent;
}

/*.caption_1 .bx-controls{
    position: absolute;
    width: 100%;
    top: 50%;
}*/
.logo_img img {
    /*max-height: 100px;
    width: auto !important;
    opacity: 0.6;*/
    opacity: 0.6;
    width: 100%
}
.caption_1 .bx-controls .bx-prev{
           z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 50%;
    color: #fff;
    left: 0;
    font-size: 1.5vw;
    border: 0.1vw solid #fff;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 2vw;
    z-index: 99;
    cursor: pointer;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.caption_1 .bx-controls .bx-prev:hover,.caption_1 .bx-controls .bx-next:hover{
    background-color: var(--main-sub-color);
    border:0.1vw solid transparent;
}
.partner_logo {
        padding-top: 5vw;
    padding-bottom: 5vw;
    position: relative;
}

.logo_img {
    width: 9vw;
    height: 8vw;
}

.bg-light {
    background-color: #f8f9fa!important;
}

.text-center{
    text-align: center;
}

.caption_1 .bx-controls .bx-next{
        z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 50%;
    color: #fff;
    right: 0;
    font-size: 1.5vw;
    border: 0.1vw solid #fff;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 2vw;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

/*.caption_1 p{
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
    text-transform: capitalize;
}*/

.client_desc{
   max-width: 60%;
   margin: 0 auto
}

.caption_1 h3{
    font-size: 20px;
    color: #343434;
    font-family: var(--font-style-heading);
    margin-top: 0px;
    letter-spacing: 2px;
    line-height: 50px;
    text-transform: capitalize;
}.h3, h3 {
    font-size: 1.8vw;
}

.type-wrap #typed{
font-size: 40px;
    color: #484646;
    letter-spacing: 2px;
    line-height: 50px;
    text-transform: capitalize;
    font-family: var(--font-style-heading);
}
.bg__foo1 h3{
    font-size: 2vw;
    color: #e3e0e0;
    font-weight: 100;
    margin-top: 10vw;
    margin-left: 0;
    font-family: var(--main-font-style)
}

.cp_style1{
    color: #0179b0
}
.bg__foo {
  background-image: url('../images/hero2 (3).jpg');
      height: 30vw;
/*
  text-indent: -9999px;*/

  /* fix background */
  background-attachment: fixed;

  /* center it */
  background-position: center center;

  /* Scale it nicely to the element */
  background-size: cover;
}



.errorstyle {
    background-color: rgba(255, 108, 107, 0.85);
    color: #fff;
    padding: 5px;
    display: none;
    margin-top: 10px;
    border-radius: 20px;
    padding-left: 20px;
}

.fixedtop{
    background-color: var(--main-bg-color);
        padding-bottom: 0.1vw;
}

#carousel-slide:hover .control-wrapper{
display: block;
}
#carousel-slide .control-wrapper{
     position: absolute;
    
     background-color: #f3f3f3; 
    
    z-index: 1;
    color: #fff;
    margin-top: 7%;
    font-size: 25px;   
    display: none;
}

#carousel-slide .control-wrapper a{
       color: #000;
    text-decoration: none;
    width: 50px;
    height: 50px;
    /* padding-left: 10px; */
    /* padding: 10px; */
    text-align: center;
    padding-top: 10px;
}

#carousel-slide .next-control-wrapper{
    right: 0;
}

#carousel-slide .prev-control-wrapper {
    left: 0;
}

#carousel-slide .panel{
    border-radius: 0px !important;
    margin-bottom: 0px !important
}
.fixedtop .logo{
    display: inline-block;
    background: transparent;
    padding-top: 0;
    position: absolute;
}

.fixedtop .nav li a:after{
  height: 0
}

.fixedtop .logo i{
    color: #fff
}

.fixedtop .navbar{
    margin: 0
}

.fixedtop .navbar-nav>li>a {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    text-shadow: 0px 0px transparent;
    color: #dbdbdb
}


.bg__foo1 {
  background-image: url('../images/hero2 (4).jpg');
  height: 20vw;

 
  /* fix background */
  background-attachment: fixed;

  /* center it */
  background-position: center center;

  /* Scale it nicely to the element */
  background-size: cover;
}

#home_slider{
    width: 100%;
}


html, 
body,  
#home_slider,
#home_slider img{
    height: 100% !important;
}

#home_slider img{
    width: 100%;
    height: auto !important;
}

/*#home_slider .item{
    position: relative;
}*/

.boxstyle img{
    width: 100%
}

.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1vw!important;
}
footer .fot_bor {
       height: 0.09vw;
    background: #282727;
    width: 100%;
        margin-top: 1vw;
}.float-left {
    float: left!important;
}.float-right {
    float: right!important;
}

/*.footer_top p{
    font-size: 1vw;
}*/
footer .footer_menu li::after {
    content: "|";
    margin: 0 20px;
    color: #757575;
}

footer .footer_menu li:last-child::after {
    content: "";
}

footer .footer_menu li a:hover{
    color: var(--main-sub-color-fade);
    text-decoration: none;
}

.pt-4, .py-4 {
    padding-top: 1vw!important;
}

.footer_top {
    /*background-color: #121213;*/
        padding-top: 1.5vw;
   /* padding-bottom: 20px;*/
}

footer{
    background-color: var(--main-bg-color)
}

.footer_top h5{
    color: #ffffff;
    text-transform: uppercase;
        font-size: 1vw;
    padding-bottom: 1vw;
}

.footer_top ul{
   padding-left: 0;
    list-style: none;
}

.footer_top ul li a{
        color: #a3a2a2;
    text-decoration: none;
}

.footer_top p{
        color: #a3a2a2;
        margin-bottom: 0.8vw;
        font-size: 1vw;
}

.footer_top ul li{
    padding-bottom: 0.8vw;
    font-size: 1vw;
}

.copy-rights{
   font-size: 1.1vw; 
}

.boxstyle_header_div{
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
          background: linear-gradient(45deg, rgba(52, 51, 51, 0.37) 0%, rgba(0, 0, 0, 0.85) 100%);
  top: 0;

  -moz-transition:    all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -o-transition:      all 1000ms ease;
  -ms-transition:     all 1000ms ease;
  transition:         all 1000ms ease;
}
.boxstyle_header:hover .boxstyle_header_div{
  display: block;
  opacity: 1;
  visibility: visible;
}

.boxstyle_header{
    position: relative;
}

.boxstyle_header_div .title {
  font-size:24px;
  text-transform: uppercase;
  opacity: 0;
  color: #3a3a3a;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
  position: relative;
  top: 40%;
  font-weight: 400;
  font-family: var(--font-style-heading );

}

.boxstyle_header_div .overtext {
   text-transform: capitalize;
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    position: relative;
    top: 40%;
    color: #e9e9e9;
    font-size: 2vw;
}

.boxstyle_header_div .tagline {
  font-size: 1vw;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.boxstyle_header_div:hover .tagline,
.boxstyle_header_div:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.boxstyle_header_div:hover .title,
.boxstyle_header_div:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

 .dropdown .dropdown-menu{
    display: block; 
    visibility: hidden;
  opacity:0;
-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
}

.dropdown-menu{
        border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.85);
    box-shadow: -2px 2px 81px -20px rgba(0, 0, 0, 0.3);
    list-style: none;
    text-align: left;
    animation-duration: .6s;
    transition: left .5s ease, right .5s ease;
    margin: 0;
    /*padding: 0.5vw;*/
    z-index: 999;
    padding-top: 0;
    width: 150%;
}

.dropdown-menu>li>a {
    display: block;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fbfbfb;
    white-space: nowrap;
}

/*.dropdown-menu>li:first-child>a{
    padding-top: 1vw;
}*/

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,.dropdown-item:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #212121;
}

.dropdown-item{
   display: block;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    text-decoration: none;
    color: #fbfbfb;
    font-size: 1vw;
}

/*.sub-dropdown-menu>li:first-child>a {
    padding-top: 1vw;
}*/

.dropdown-item:hover{
    text-decoration: none;
}

.sub-dropdown-menu{
    visibility: hidden;
    left: 100%;
    margin-top: 1vw;
    position: absolute;
    border: 0;
    border-radius: 0;
        background-color: rgba(0, 0, 0, 0.85);
    box-shadow: -2px 2px 81px -20px rgba(0, 0, 0, 0.3);
    list-style: none;
    text-align: left;
    animation-duration: .6s;
    transition: left .5s ease, right .5s ease;
    margin: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    display: block;
    opacity: 0;
    top: 0;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.dropdown .dropdown:hover .sub-dropdown-menu{
    display: block;
    opacity: 1;
    visibility: visible;
    /*left: 80px;*/
} 
  
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    top: 100%;
    visibility: visible;    
} 
  
/* .vrau{
    display:block;
    opacity:1;
  }*/

/* line 16, ../sass/demo.scss */
.clear {
  clear: both;
  float: none;
  width: 100%;
}

/* line 22, ../sass/demo.scss */
.container {
  /*max-width: 80%;*/
 width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 32, ../sass/demo.scss */
.container .gallery a img {
  /*float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;*/
  width: 100%;
}

.container .gallery .boxstyle{
    width: 100%;
    display: inline-block;
    height: auto;
    border: 0vw solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
  /*-webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);*/
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
/*.container .gallery a.big img {
      width: 33.33333333333333333333%;
}*/

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}

#rates_popup .modal-dialog{
    width: 60%
}

#rates_popup .modal-dialog {
    margin: 4vw auto;
}

#rates_popup .modal-content{
        box-shadow: 0 0px 0px rgba(0,0,0,.5);
        border :0px;
        border-radius: 0px
}

#rates_popup .close{
    padding-top: 1vw;
        font-size: 1.5vw;
}

#rates_popup .modal-body{
        display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}

.bgimg{
        background-image: url('../images/po5.jpg');
    background-size: cover;
}

/* second page css*/
/*.page .navbar-fixed-top{
    position: relative;
}

.page header{
    overflow: hidden;
    background-color: #000000;
}

.page .navbar-default .navbar-nav>li>a{
    padding-top: 2vw
}

.page .navbar-default .navbar-nav .menu_special{
    padding-top: 1.5vw
}

.page .logo{
    padding-top: 0vw
}*/

.breadcrumb{
    background-color: transparent;
    padding: 0px 2vw;
    padding-left: 0px;
    margin-bottom: 3vw;
}

.breadcrumb li a,.breadcrumb li a:hover{
    color: #d4d4d4;
    text-decoration: none;
}

.breadcrumb li span{
    color: var(--main-sub-color);
}

.small-box p{
    text-align: justify;
}

.small-box{
    margin-top: 2.5vw
}

.box-style-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4vw;
    margin-bottom: 2vw;
}

.box-style-flex > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.box-style-flex-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.box-style-content{
    background-color: #eee;
    padding-bottom: 8vw;
    padding-top: 2vw
}

.bxslider-flex-box{
    padding-right: 2vw;
    padding-left: 2vw;
}

.bxslider-flex-box p{
    text-align: justify;
}

.box-style-content .bx-pager .bx-pager-item .active {
    background-color: var(--main-sub-color) !important;
}

.box-style-content .bx-pager .bx-pager-item a{
        margin: 0.4vw;
    background-color: #c4c2c2;
}

.video_style{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 40vw;*/
    height: 20vw;
    margin-top: 2vw;
    position: relative;
}

.video_style_icon{
        position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000029;
}

.video_style_icon i{
        position: absolute;
        cursor: pointer;
    top: 40%;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 5vw;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.video_style_icon i:hover{
    color: var(--main-sub-color)
}

.bg__foo2 h3{
    font-size: 3.2vw;
    color: #e3e0e0;
    font-weight: 100;
    margin-top: 5vw;
    margin-bottom: 2vw;
    margin-left: 0;
    text-align: center;
    font-family: var(--font-style-heading);
}

.bg__foo2 {
  background-image: url('../images/12.jpg');
  height: 30vw;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.page .about-section1{
    margin-top: 4vw
}

.meet_our_team_box img{
        width: 8vw;
    height: 8vw;
    margin: 0 auto;
}

.meet_our_team_box h4{
    font-family: var(--font-style-slider);
    font-size: 1.2vw;
    margin-top: 2vw
}

.meet_our_team_box h5{
    color: var(--main-sub-color);
    margin-bottom: 1.5vw;

}

.our_work_btn .btn{
   padding: 0.3vw 0.8vw;
    font-size: 1.2vw;
    border: 1vw soild #ccc;
    border: 0.1vw solid #ccc;
    border-radius: 0.4vw;
}




/*}
padding: 1vw 2vw;
    font-size: 1.2vw;
    border: 1vw soild #ccc;
    border: 0.1vw solid #ccc;
    border-radius: 0.4vw;
}*/




.meet_our_team_box{
   text-align: center;
    margin: 0 auto;
    border: 1px solid #ededed;
    padding: 2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
.about-section1{
    text-align: center;
}

.about-section1-content{
    padding-left: 15%;
    padding-right: 15%
}

.bg__foo2 h6{
    color: #c4c4c4;
    font-size: 1.5vw;
}

.bg__foo2 .btn{
    background-color: var(--main-sub-color);
        margin-top: 2vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    text-transform: uppercase;
    font-family: var(--font-style-heading);
    font-weight: 800;
    color: #fff
}

#video_popup .modal-dialog,.video_popup .modal-dialog{
    width: 60%;
    margin: 4vw auto;
}

#video_popup .modal-content,.video_popup .modal-content{
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
    border :0px;
    border-radius: 0px;
    background-color: transparent;
}



#video_popup .modal-body,.video_popup .modal-body{
    width: 100%;
    padding: 0;
    margin: 0;
    padding:0;
}

#video_popup iframe,.video_popup iframe{
        width: 100%;
    height: 40vw;
    border: 0;
}

.nav{
    margin-right: 1vw
}

.h6-4{
    text-align: left;
    margin-bottom: 2vw;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    margin-left: 1vw;
    color: #383737;
    margin-top: 2vw;
    text-transform: uppercase;
    font-family: var(--font-style-slider);
}

.tm-contact-icon{
    padding-right: 1vw;
    display: table-cell;
    vertical-align: top;
        color: #676767;
}

.tm-contact-box{
    display: table-cell;
    vertical-align: top 
}
.static-menu-style {
    width              : 4vw;
    height             : auto;
    position           : fixed;
    top                : 20vw;
    right              : 0;
    box-shadow         : 0 12px 12px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow : 0 12px 12px rgba(50, 50, 50, 0.25);
    -moz-box-shadow    : 0 12px 12px rgba(50, 50, 50, 0.25);
    -webkit-transition : all 0.8s ease-in-out;
    -moz-transition    : all 0.8s ease-in-out;
    -o-transition      : all 0.8s ease-in-out;
    transition         : all 0.8s ease-in-out;
    z-index            : 4000;
}

.static-menu-style ul {
    list-style    : none;
    right         : 0px;
    padding-left  : 0px;
    margin-bottom : 0px;
}

.static-menu-style ul li:nth-child(1) {
    border-top: 0;
}

.static-menu-style ul li {
    display    : inline-block;
    padding    : 0.8vw 0.8vw 0.8vw 0.8vw;
    width      : 100%;
    font-size  : 1.2vw;
    color      : #FFF;
    border-top : 1px solid rgba(255,255,255,0.5);
}

.static-menu-style ul li a {
    color           : #FFF;
    width           : 100%;
    text-decoration : none;
}

.static-menu-style ul li img {
    max-width    : 100%;
    width        : 1.5vw;
    margin-right : 1vw;
}

.static-menu-style ul li span {
    margin-right: 1.5vw;
}

.services_boxes a{
    text-decoration: none;
}

.static-menu-style:hover {
    right: 0px;
}
.static-menu-style {
    right: -12vw;
    width: 15vw;
    background-color: var(--main-sub-color);
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
/*
.static-menu{
    top: 50%;
    width: 3vw;
    height: 3vw;
    background-color: var(--main-sub-color);
    position: fixed;
    right: 0;
    z-index: 99;
    cursor: pointer;
}

.static-menu img{
        padding: 0.4vw;

}*/

.staff_set{
    overflow: hidden;
}

.staff_set .col-md-2{
    padding: 0
}

.staff_set img{
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.contact-page-map{
    margin-top: 3vw;
}

.contact-page-map iframe{

    height: 30vw
}

.contact_box{
    width: 70%;
    margin: 0 auto;
}

.contact_box form{
    margin-top: 3vw
}

.contact_box .contactbtn{
    text-align: center;
}

/*#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif") no-repeat center center rgba(0,0,0,0.25)
}*/

.bx-wrapper,.home_slider,header,.left-bar,#outer-box{
    visibility: hidden;
}
/*
.loader{
  text-align: center;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
  position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: 50% 50% no-repeat #0b0b0b;
}

.loader svg path,
.loader svg rect{
  fill: #8899f5;
}

.loader svg{
    overflow: hidden;
    position: absolute;
    top: 50%;
}*/

.loader1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
        
    /* 4,3,5,6
    background: url('http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif?e44397') 50% 50% no-repeat rgb(249,249,249);
*/
    background: url('../images/preloader4.gif') 50% 50% no-repeat #0b0b0b;
    background-size: 20vw;

}

.loader {
 text-align: center;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
  position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: 50% 50% no-repeat #0b0b0b;
}

.loader > div {
      width: 1vw;
    top: 50%;
    position: relative;
    height: 1vw;
    background-color: #6f86db;
    border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*.cube1, .cube2 {
  background-color: #83a6e5;
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}*/



.page .logo{
    display: inline-block;
    background: transparent;
    padding-top: 0;
    position: absolute;
}

.page .nav li a:after{
  height: 0
}

.page .logo i{
    color: #fff
}

.page .navbar{
    margin: 0
}

.page .navbar-nav>li>a {
        padding-top: 1.5vw;
    padding-bottom: 0.5vw;
    margin-bottom: 1vw;
    text-shadow: 0px 0px transparent;
    color: #dbdbdb
}

.page .navbar-fixed-top{
    background-color: var(--main-bg-color);
    padding-bottom: 0.1vw;
    top: 0px;
    padding-top: 0.1vw;
}

/*.page .nav li.active>.nav-link:after{
    height: 0px
}*/

.page .logo img{
    width: 80%;
}

.page .navbar-nav .menu_special{
padding-top: 1.2vw;
}

.sub_banner{
        height: 6vw;
}

.testimonials_bottom{
    background-color: #f4f4f4;
    padding: 4vw;
    margin-bottom: 3vw;
    text-align: justify;
}

.testimonials_bottom p{
    
    margin-bottom: 1.5vw
}



.testimonials_bottom span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1vw;
}

.testimonials_top{
    position: relative;
    margin-bottom: -3vw;
    margin-top: 3vw;
}

.testimonials_top img{
    margin:0 auto;
    width: 8vw;
}

.video_box .video_style{
    margin-top: 0
}

.video_box{
    text-align: center;
}

.video_box iframe{
    width: 70%;
    height: 35vw;
}

.video_box_1 iframe{
    width: 100%;
    height: 25vw
}
/*responsive*/
/*
@media (max-width: 768px){

    .logo{
        width: 20%
    }

    .service-section .col-lg-4{
        width: 33.33333%;
        float: left;
    }

    .partner_logo .col-lg-2{
        float: left;
            width: 16.66666667%;
    }

    .boxstyle.boximg{
            float: left;
        width: 58.33333333%;
    }

    .boxstyle.des{
        float: left;
            width: 41.66666667%;
    }

    .footer_top .col-md-4{
        width: 33.333%;
        float: left;
    }
    .footer_top .col-md-3{
        width: 25%;
        float: left;
    }

    .footer_top .col-md-2{
        float: left;
        width: 16.66666667%;
    }
}

@media (max-width: 767px){
    .logo{
        width: 20%
    }

    .home-page .bx-wrapper{
        height: 50% !important;
    }

    .home-page .bx-viewport {
        height: 100% !important;
    }

    .carousel-caption h5{
        font-size: 15px;
    }
}*/

.mobile-menu{
    display: none;
}

@media (max-width: 1199px){
.home-page .bx-wrapper, 
.home-page .bx-viewport, 
.left-bar{
    height: 400px !important; 
}

.bg-color1 .bx-wrapper, .bg-color1 .bx-viewport{
    height: 100% !important; 
}

html, body{
    height: auto !important;
}

.bx-pager {
    bottom: 50px;
    position: relative;
}

.col-lg-2 {
    width: 16.66666667%;
    float: left;
}

.col-lg-4{
    width: 33.333%;
    float: left;
}

[data-aos^=fade][data-aos^=fade]{
    opacity: 1
}
.col-md-5 {
    width: 41.66666667%;
    float: left;
}
.col-md-7 {
    width: 58.33333333%;
    float: left;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
}

.col-md-6{
    width: 50%;
    float: left;
}

.col-md-2 {
    width: 16.66666667%;
    float: left;
}

.col-md-3 {
    width: 25%;
    float: left;
}
}

@media (max-width: 767px){

    .cd-image-container{
        height: auto !important;
    }
.static-menu-style {
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    background-color: transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 0px 0px rgba(50, 50, 50, 0.25);
    -webkit-box-shadow: 0 0px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0 0px 0px rgba(50, 50, 50, 0.25);
}

.static-menu-style ul li{
    width: auto;
    font-size: 12px;
    border-top:0;
}
.static-menu-style ul li a{
  border-right: 1px solid #fff;
    padding-right: 5px;  
}


.static-menu-style ul li:last-child a{
 border-right: 0px solid #fff;
}

.static-menu-style ul{
    text-align: center;
}

.navbar-fixed-top{
    top: 45px
}
.static-menu-style ul li span {
    margin-right: 5px;
}
.static-menu-style ul li img{
    width: 15px
}
.mobile-menu{
    display: block;
}
.col-md-4 {
    width: 100%;
    float: none;
}

.col-md-6{
    width: 100%;
    float: none;
}

.col-md-2 {
    width: 100%;
    float: none;
}

.col-md-3 {
    width: 100%;
    float: none;
}

.navMob{
    font-size    : 30px;
    padding      : 0;
    border       : 0px;
    color        : #e8e8e8;
    margin-top   : 18px;
    margin-right : 20px;
        z-index: 9999999;
}

.navMob:focus, .navMob:hover {
    background-color: transparent !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: 0px;
    background-color: #000;
    margin: 0;
    max-height: max-content;
}

.navbar-default .navbar-nav>li>a{
        padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
}

.nav{
    overflow: hidden;
}

.nav-link i{
    float: right;
}

.dropdown:hover .dropdown-menu {
    display: none;
    opacity: 0;
    top: 100%;
    visibility: hidden;
}

.dropdown-item{
        font-size: 14px;
    color: #cacaca !important;
}

.dropdown.open .dropdown-menu{
  display: block;
    opacity: 1;
    top: 100%;
    visibility: visible;
  
}

.stroke li a.nav-link:after{
    height: 0;
    content: '';
    visibility: hidden;
}

.nav_div{
    padding:0;
}

.nav{
    margin: 0
}

.logo{
    margin-left: 5%;
    width: 200px;
    z-index: 999;
    
}
#outer-box{
    margin-top: 45px
}

.page .logo{
  top:45px;  
}
.page .navbar-header{
    margin-top: 45px
}
.staff_set{
    overflow: hidden;
}

.staff_set img{
    width: 100%
}

.carousel-caption h3{
    font-size   : 25px;
    line-height : 40px;
}

#home_slider img{
    height     : 100% !important;
    object-fit : cover;
}

.carousel-caption{
    padding-left  : 20px;
    padding-right : 20px;
    top           : 35%;
}

.carousel-caption h5{
    font-size: 14px;
}

.carousel-caption h6{
    font-size   : 12px;
    line-height : 18px;
    width       : 100%;
}

.bx-pager .bx-pager-item a{
    width  : 8px;
    margin : 5px;
    height : 8px;
}

.left-bar{
    width    : 30px;
    position : relative;
    width    : 100%;
    height   : 40px !important
}

.social-links a{
    display      : inline-block;
    font-size    : 18px;
    margin-left  : 10px;
    margin-right : 10px;
    margin-bottom: 0;
}

.navbar-fixed-bottom, 
.navbar-fixed-top{
    position: absolute;
}

.h1{
    margin-top  : 25px;
    line-height : 35px;
    font-size   : 25px;
}

.h6, 
.h5 {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    line-height: 25px;
}

.col-lg-4 {
    width: 100%;
    float: none;
}

.h5-1{
    margin-top  : 10px;
    line-height : 20px;
    font-size   : 15px;
}

body{
    font-size: 13px
}

.back_top i {
    margin-top: 8px;
}

.back_top{
    bottom: 15px;
    height: 30px;
    width: 30px;
    right: 10px
}

.bg__foo{
    height: 400px
}

.client_img img {
    border-radius: 100%;
    width: 25%;
}

.h3, h3 {
    font-size: 20px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
}

.client_desc{
    max-width: 100%
}

.mt-3, .my-3 {
    margin-top: 12px!important;
}

.caption_1 .bx-controls .bx-next {
    right         : -40px;
    font-size     : 15px;
    border        : 1px solid #fff;
    width         : 25px;
    height        : 25px;
    border-radius : 100%;
}

.caption_1 .bx-controls .bx-prev{
    left         : -40px;
    font-size     : 15px;
    border        : 1px solid #fff;
    width         : 25px;
    height        : 25px;
    border-radius : 100%;  
}

.client_desc a {
    border         : 1px solid rgb(255, 255, 255);
    padding-top    : 5px;
    padding-right  : 15px;
    padding-bottom : 5px;
    padding-left   : 15px;
    border-radius  : 20px;
}

.logo_img {
    width         : 80px;
    height        : 80px;
    margin        : 0 auto;
    margin-bottom : 10px;
    margin-top    : 10px;
}

.col-lg-2 {
    width: 33%;
    float: left;
}

.col-md-7,
.col-md-5 {
    width: 100%;
    float: none;
}

.boxstyle.boximg iframe{
    height: 200px !important
}

.boxstyle h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;

}

.form-control {
    height        : 34px;
    border-radius : 5px;
    padding-left  : 10px;
    font-size     : 13px;
    border        : 1px solid #ccc;
    margin-bottom: 8px;
}
.contact_box {
    width: 100%;
}

.h2 {
    line-height: 20px;
    font-size: 18px;
}

.h5-2 {
    font-size: 13px;
    line-height: 20px;
}

.s-f{
    text-align: center;
}

.box-style-flex-cover{
    height: 180px
}

.h1-1 {
    margin-top: 15px;
    line-height: 20px;
    font-size: 18px;
}

.contactbtn .btn {
    padding       : 10px;
    padding-left  : 15px;
    padding-right : 15px;
    border-radius : 5px;
    font-size     : 13px;
    margin-top    : 15px;
}

textarea.form-control {
    height: 150px;
}

.footer_top {
    padding-top: 25px;
    text-align: center;
}

.footer_top h5 {
    font-size: 12px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.footer_top p {
    margin-bottom: 8px;
    font-size: 13px;
}

.footer_top ul li {
    padding-bottom: 8px;
    font-size: 13px;
}

footer .fot_bor {
    height: 1px;
}

.pt-4, .py-4 {
    padding-top: 12px!important;
}

.pb-4, .py-4 {
    padding-bottom: 12px!important;
}

.float-left {
    float: none!important;
}

.copy-rights {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px !important;
}

.float-right {
    float: none!important;
}

.logo img{
    width: 80%
}

.sub_banner {
    height: 80px;
}

.inside-right p {
    line-height: 25px;
}

.inside-left img{
    margin-bottom: 20px
}

.home-block h6 {
    margin-bottom: 15px;
}

.inside-block1 h1 {
    font-size: 20px;
    padding-top: 15px;
    line-height: 30px;
}

.category_icon_img {
    width: 60px;
    height: 60px;
    margin-top: 15px;
}

.cate-img {
    padding: 15px;
    border: 1px solid #eaeaea;
    height: 200px;
}

.boxstyle {
    margin-bottom: 20px;
}

.container .gallery .boxstyle {
    float: none;
    width: 100%;
}

.sl-wrapper .sl-close {
    right: 20px !important;
    top: 10px !important;
    font-size: 15px !important;
}

.sl-wrapper .sl-navigation button {

    height: 15px !important;
    width: 15px !important;
    line-height: 20px !important;
}

.sl-wrapper button{
    font-size: 25px !important
}

.h4 {
    font-size: 15px;
    margin-top: 10px;
    line-height: 25px;
    padding-left: 0;
    padding-right: 0;
}

.video_style_icon i{
    font-size: 50px
}

#video_popup .modal-dialog {
    width: 80%;
    margin: 80px auto;
}

#video_popup iframe {
    height: 315px;
}

.category_icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 20px;
    border-radius: 100%
}
.video_style {
    height: 250px;
    margin-top: 15px;
}

.boxstyle p {
    font-size: 13px;
    margin-bottom: 15px;
        line-height: 20px;
}


.h5-3 {
    letter-spacing: 5px;
    margin-top: 15px;
}

.inside-block1 h6 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
}

.inside-block1 li {
    padding-left: 10px;
    padding-bottom: 10px;
}

.inside-block1 li:before {
    padding-right: 10px;
    width: 20px;
}
.cd-image-container{
    margin-bottom: 20px !important
}

.bg__foo2{
    height: 300px
}

.about-section1-content{
    padding-left: 0;
    padding-right: 0
}

.bg__foo2 h3 {
    font-size: 25px;
    margin-top: 60px;
    margin-bottom: 10px;
}

.bg__foo2 h6 {
    font-size: 14px;
    line-height: 20px;
}

.bg__foo2 .btn {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    letter-spacing: 1px;
}

#rates_popup .modal-body{
    display: block;
}

.bgimg{
    width: 100%;
    height: 180px
}

#rates_popup .modal-dialog {
    width: 80%;
}

.meet_our_team_box img {
    width: 80px;
    height: 80px;
}

.meet_our_team .col-md-4{
    margin-bottom: 15px
}

.meet_our_team_box h4 {
    font-size: 14px;
    margin-top: 15px;
}

.staff_set .col-md-2 {
    width: 50%;
    float: left;
}

.custom-filter{
    text-align: center;
}

.our_work_btn .btn {
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.main-title-border {
    height: 1px;
    width: 20%;
}

.h6-4 {
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.tm-contact-icon {
    padding-right: 10px;
}

.contact-page-map iframe {
    height: 500px;
}

.cd-handle {
    height: 30px !important;
    width: 30px !important;
    margin-left: -15px !important;
    margin-top: -20px !important;
    background-size: 80% !important;
}

.loader > div {
    width: 10px;
    top: 50%;
    position: relative;
    height: 10px;

}

.container{
    width: 90%
}

.video_box iframe{
    width: 100%;
    height: 200px;
}

.video_box_1 iframe{
    width: 100%;
    height: 200px
}

}

.gallery{
    column-count: 3;
    column-gap: 0.8em;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc354…%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.invalid-feedback {
    font-weight: 700;
    width: 100%;
    margin-top: .25rem;
    font-size: 100%;
    color: #dc3545;
}

.spinLoad{
    display: none;
    margin-left: .25rem;
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 0;
}

.spinLoad i{
    font-size: 100%;
    vertical-align: middle;
}

.btn.selected{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
