/*----------------------------
         Add CSS
----------------------------*/
@import 'font-awesome/css/font-awesome.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@font-face {
  font-family: 'nyala';
  src: url("../css/font-awesome/fonts/nyala.ttf");
}


/*----------------------------
   element      
----------------------------*/
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html { text-rendering: optimizeLegibility !important;-webkit-font-smoothing: antialiased !important;}
.nopadding-left{padding-left:0;}
.nopadding-right{padding-right:0;}
.nopadding{padding-left:0;padding-right:0;}
.mb10{padding-left:10px;padding-right:10px;}
.tabbody{margin-right: -10px; margin-left: -10px;}
*{margin:0; padding:0}
a{ text-decoration:none;}
a:hover{ text-decoration:none !important;}
header, nav, section, article, aside, footer { display:block;}
html {font-size: 100%;}
body {font-size: 12px;font-family: 'Roboto', sans-serif;line-height: 26px;color: #777;-webkit-font-smoothing: antialiased;font-weight: normal;}
h1, h2, h3, h4, h5, h6 {padding: 5px 0 15px 0;color: #333;font-weight: normal;-webkit-font-smoothing: antialiased;}
:-ms-input-placeholder{color: #000;}

/*----------------------------
   scrollbar Style css      
----------------------------*/

::-webkit-scrollbar { width: 9px; height: 9px;}
::-webkit-scrollbar-button {  background-color: #fff; }
::-webkit-scrollbar-track {  background-color: #fff;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 30px; background-color: #008ecc; border-radius: 0px;}
::-webkit-scrollbar-corner {   background-color:#fff;}
::-webkit-resizer {/* background-color: #999;*/}

/*----------------------------
        breadcrumbs
----------------------------*/
.breadcrumbs-wrapper{padding:13px 0 0 0;margin: 0;background:rgba(239, 239, 239, 0.3);}
.breadcrumbs-wrapper  ul.breadcrumbs li { line-height: 25px; display: inline-block; list-style: none;font-size: 12px;font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color:#FF9800}
.breadcrumbs-wrapper  ul.breadcrumbs li a{line-height: 25px; display: inline-block;margin-right: 7px;font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;color: #000;font-size: 13px;}
.breadcrumbs-wrapper  ul.breadcrumbs li a:hover{ color:#ffa726;}
.breadcrumbs-wrapper  ul.breadcrumbs li a:after {font-family:FontAwesome;content: "\f105";width: 5px;height: 5px;border-radius: 50%;display: inline-block;margin: 0 0 0 10px;line-height: 25px;}

/*----------------------------
   add aera      
----------------------------*/
.add-hor-content-aera{margin:0 auto 30px auto; width:720px; height:90px;}
.add-hor-content-aera img{width:100%; height:100%; text-align:center;}

.add-square-content-aera{margin-bottom:30px; width:250px; height:250px;}
.add-square-content-aera img{width:100%; height:100%; text-align:center;}

.add-med-rect-content-aera{margin-bottom:30px; width:300px; height:250px;}
.add-med-rect-content-aera img{width:100%; height:100%; text-align:center;}
/*----------------------------
   top-header      
----------------------------*/
.top-header {
    width: 100%;
    float: left;
    background-color: #1b1464;
}

.top-list {
       font-family: Open Sans;
    padding: 0px 0px 0px 0px;
    border-left: 1px solid #1b1464;
    float: right;
}
.top-list a {
    padding: 8px 4px;
}
.top-list i {
    color: #fff;
    padding: 9px 6px;
    font-size: 17px;
}
.header-mail {
    font-size: 14px;
    font-family: Open Sans;
    padding: 5px 0px;
    margin-top: 0px;
    color: #fff;
    float: left;
}
.header-mail i{margin-right:7px;}
.header-mail a {
    text-decoration: none;
    color: #fff;
    padding: 9px 10px;
    border-left: 1px solid #676767;
}
   .line-right{border-right:1px solid  #676767;}
   .line-left{border-left:1px solid  #676767;}

#navbar-menu .navbar-nav {
    float: right;
    margin: 0;
}
/*----------------------------
   header      
----------------------------*/
.header{width:100%;
float:left;
padding:15px 0px;
background: url(../images/header-bg.png);
background-size:cover;}

.logo {
    width: 100%;
    float: left;
   
    text-align: left;
}


/*----------------------------
         HEADER NAVBAR
----------------------------*/
.menu {
    width: 100%;
         float: left;
    background-color:#fff;
   }
.navbar {
    position: relative;
    min-height: auto;
    font-family: Open Sans;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.nav>li {
    position: relative;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Open Sans;
    font-size: 14px;
}
.nav>li>a {
    position: relative;
    color: #090528;
    display: block;
    background-color: transparent;
    font-family: Open Sans;
    padding: 19px 8px;
    margin-left: 8px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-family: Open Sans;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 6px 14px;
    background-color: #df5b13;
    text-transform: none;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    margin-top: 1px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
 text-decoration: none;
    background-color:transparent;
	color:#000;
}
 .nav>li>a:focus, .nav>li>a:hover {
    background-color: #0d072c;
    color: #fff;
}
 .nav>li>a:active{
    background-color: #0d072c;
    color: #fff;
}
/*=======================================================
			modal popup
========================================================*/




/*----------------------------
 slider banner section
----------------------------*/
.slider{width:100%;
font-family:Open Sans;
float:left;}

#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
  color: #fff;
    font-size: 48px;
    font-family: nyala;
    text-align: left;
    padding: 6px 0px;
    font-weight: 400;
    margin: 0px;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 15px;
	padding:5px 0px;
	line-height:25px;
	    text-align: left;
	font-family: Open Sans;
          font-weight:400;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 650px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.27);
    margin-top: -15px;
    font-size: 36px;
    color: #656262;
    border: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
   right: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.27);
    margin-top: -15px;
    font-size: 36px;
    color: #656262;
    border: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide-margin{margin-left:20px;}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url(../images/banner-1.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url(../images/banner-2.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url(../images/banner-3.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(../images/banner-4.jpg);
      background-size: cover;
    background-repeat: no-repeat;
} 
.slider-read-more-btn {
    border: 2px solid #df5b13;
    background-color: #df5b13;
    border-radius: 0px;
    float: left;
    font-family: 'Catamaran', sans-serif;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    margin-left: 0px;
    margin-top: 20px;
}
.slider-read-more-btn:hover{border: 2px solid #df5b13;
    background-color: trasparent;
	color:#000;}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #fbf8f8;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    background-color: #ae0f0f;
    height: 2px;
    border-radius: 1px;
}

/*=======================================================
			section-2                                                                                                                                                                                                                                                                                                                                                                                                                                                   
========================================================*/
.section-2{width:100%;
float:left;
}
.title{width: 100%;
    float: left;
	padding: 5px 0px;
    font-size: 18px;
	font-family: Open Sans;
    color: #140d3a;
    font-weight: 600;
	}
.about-seo-box {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 13px 21px 2px #ccc;
    margin-top: -11%;
}
	
	.about-seo-left{width:20%;
	float:left;}
	.about-seo-right{width:80%;
	float:left;}
	.about-title{
    width: 100%;
    float: left;
    padding: 5px 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Open Sans;
    color: #140d3a;
    font-weight: 700;
}
	
	.content {
    width: 100%;
    float: left;
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
    font-family: Open Sans;
    color: #6b6b6b;
    font-weight: 400;
}
.about-seo-btn .btn-seo {
    display: inline-block;
    background-color: #df5b13;
    padding: 7px 15px;
    margin: 0px;
    margin-bottom: 0;
    font-family: "Open Sans";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    margin-top: 10px;
    border-radius: 0px;
}
.about-seo-btn .btn-seo:hover{background-color: #1b1464; transition: all 0.3s ease 0s;}
/*=======================================================
			section-3                                                                                                                                                                                                                                                                                                                                                                                                                                             
========================================================*/
.section-3{width:100%;
float:left;
padding:30px 0px;}

.about-box {
    padding-top: 14%;
    width: 100%;
    float: left;
}
.title-small {
    width: 100%;
    float: left;
    line-height: 22px;
    font-size: 14px;
    font-family: Open Sans;
    color: #df5b13;
    text-transform: uppercase;
    font-weight: 600;
}

.title-large {
    width: 100%;
    float: left;
    line-height: 22px;
    font-size: 23px;
    font-family: Open Sans;
    color: #1b153e;
    padding: 9px 0px;
    font-weight: 600;
}
.title-large span{width:100%;
float:left;}
.title-line {
    width: 97px;
    background-image: linear-gradient(to right, #1b1464 , #df5b13);
    height: 5px;
    float: left;
    margin-bottom: 15px;
}

/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
.section-4{width: 100%;
    float: left;
    padding: 20px 0px;
    background: url(../images/why-choose-us-bg.png);
background-size: cover;}

.why-choose-box{width: 100%;
    float: left;
        padding: 15px;
text-align: center;}

.why-choose-box img {
    background-color: #fff;
    border-radius: 50%;
    padding: 0px;
	 transition: all .35s ease-in-out;
}
.why-choose-box img:hover{
    color: #000;
	cursor:pointer;
    transform: rotate(360deg) scale(1.0);
}
.white-color{color:#fff;}
.title-line-white {
    width: 97px;
    background-color: #fff;
    height: 5px;
    display: -webkit-inline-box;
        margin: 5px 0px;
}
/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
.section-5{width: 100%;
    float: left;
   padding: 40px 0px 20px 0px;}
	
	.process-items .content {
    border-left: 1px dashed #ddd;
    padding-left: 50px;
    margin-top: 10px;
    margin-left: 30px;
}
.process-items .content .item {
    position: relative;
    z-index: 1;
    padding-top: 5px;
    margin-bottom: 30px;
}
.process-items .content .item .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: -74px;
    top: 0;
}
.process-items .content h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px;
    padding: 8px 0px;
}
.process-items .content .item p {
    margin: 0;
}
.process-items .content .item:first-child .icon::after, .process-items .content .item:hover .icon::after {
    background:#df5b13;
	    border: none;
		border-radius: 5px;
}
.process-items .content .item .icon::after {
    position: absolute;
	background: linear-gradient(90deg,rgba(65,84,241,1) 0%,rgba(14,32,173,1) 75%);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
       z-index: -1;
    border: 2px solid #e7e7e7;
    transform: rotate(45deg);
    border-radius: 5px;
    transition: all .35s ease-in-out;
}
.process-items .content .item .icon .fa {
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.title-line-2{width: 97px;
    background-image: linear-gradient(to right, #1b1464 , #df5b13);
    height: 5px;
   display: -webkit-inline-box;
       margin: 5px 0px;}
/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
.section-6 {
    width: 100%;
    box-shadow: 0px 1px 7px 3px #ccc;
	 background: url(../images/service-bg.jpg);
background-size: cover;
    float: left;
    padding: 30px 0px;
}
	
	.service-box-right{width: 76%;
    float: left;}
	.service-box-left{width: 22%;
    float: left;}
		.service-box-left img{
    float: left; transition: all .35s ease-in-out;}
		.service-box-left img:hover{
    float: left;cursor:pointer;
    transform: rotate(360deg) scale(1.0);}

.service-box{width: 100%;
    float: left;
    padding: 10px 0px;}
	
.service-box-img{width: 100%;
    float: left;
text-align: center;}

.margin-bottom{margin-bottom:20px;}
.service-title{width: 100%;
    float: left;
	padding: 5px 0px;
    font-size: 16px;
	font-family: Open Sans;
    color: #140d3a;
    font-weight: 600;
	}
	
	.service-btn{width: 100%;
    float: left;
text-align: center;
padding:20px 0px;}

.service-btn .btn-seo {
    display: inline-block;
    background-color: #df5b13;
    padding: 7px 15px;
    margin: 0px;
    margin-bottom: 0;
    font-family: "Open Sans";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    margin-top: 0px;
    border-radius: 0px;
}
.service-btn .btn-seo:hover{background-color: #1b1464; transition: all 0.3s ease 0s;}
/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
.section-7 {
    width: 100%;
    box-shadow: 0px 1px 7px 3px #ccc;
	 background: url(../images/seo-score-bg.png);
background-size: cover;
    float: left;
    padding: 30px 0px;
}	
.score-heading{
	width:100%;
	float:left;
	text-align:center;
	color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;}
.score-heading span{color: #FF4C29;}
.score-title{width:100%;
	float:left;
	text-align:center;
    color: #cbcad6;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;}
	
	.form-btn .btn-seo {
    display: inline-block;
    background-color: #df5b13;
    padding: 8px 41px;
    margin: 0px;
    margin-bottom: 0;
    font-family: "Open Sans";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    margin-top: 0px;
    border-radius: 0px;
}
.form-btn .btn-seo:hover{background-color: #fff; transition: all 0.3s ease 0s;color:#df5b13;}
.form-box .form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}
.form-box{    width: 100%;
    float: left;
padding: 35px 14%;}
/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
.section-8 {
    width: 100%;
    float: left;
    padding: 30px 0px;
}
.space{padding:0px;}
.portfolio-box {
    width: 100%;
    float: left;
    border: 10px solid #fff;
}
.image-effect {
	overflow: hidden;
}
  .image-effect img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
}

/* The Transformation */
.image-effect:hover img {
  filter: brightness(50%);
  transform: scale(1.3);
}
.portfolio-title{margin-top: -32%;
    width: 100%;
    color: #fff;
    position: absolute;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 500;
    padding: 26px;}
.portfolio-title span {
    width: 100%;
    float: left;
    margin-top: 6px;
}
.portfolio-btn {
    background-color: #df5b13;
    float: left;
    padding: 1px 25px 2px 26px;
    margin-left: -27px;
    font-size: 15px;
}
/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/

.section-9{ width: 100%;
    float: left;
		 background: url(../images/testimonial-bg.jpg);
background-size: cover;
    padding: 30px 0px;}
#testimonial-slider .testimonial{ margin: 0 20px 50px; }
#testimonial-slider .testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
#testimonial-slider .testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
#testimonial-slider .testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 15px;
}
#testimonial-slider .testimonial .testimonial-profile .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size:13px;
    color: #ffc41e;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#testimonial-slider .testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
#testimonial-slider .testimonial .post{
    display: block;
    font-size: 14px;
    color: #e2e2e2;
}
#testimonial-slider .testimonial .description {
    padding: 20px 22px;
    background: #df5b13;
    font-size: 15px;
	height: 190px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}
#testimonial-slider .testimonial .description:before, .testimonial .description:after {
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #9a3e0c transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
#testimonial-slider .testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
#testimonial-slider .owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
#testimonial-slider .owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
#testimonial-slider .owl-prev:before,
#testimonial-slider .owl-next:before{
   
    font-size: 20px;
    color: #1f487e;
}
#testimonial-slider .owl-next:before{ content: ""; }

#more {display: none;}
.testimonial-btn{    background-color: transparent;
border: none;    color: #1b0465;}

/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
.section-10{ width: 100%;
    float: left;
padding: 30px 0px;}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
	box-shadow:0px 9px 8px 4px #dad9d9;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	    border: 1px solid #ccc;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;}
/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
.section-11 {
    width: 100%;
    float: left;
       padding: 30px 0px;
}

.connect-box {
    width: 100%;
    float: left;
    background: url(../images/home-17-digital.jpg);
    margin-bottom: -77px;
    background-size: cover;
    position: relative;
    z-index: 99999;
    padding: 30px 50px;
}
	
.connect-form	.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}
.connect-btn .btn-seo {
    display: inline-block;
    background-color: #1b1464;
    padding: 7px 15px;
    margin: 0px;
    margin-bottom: 0;
    font-family: "Open Sans";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    margin-top: 0px;
    border-radius: 0px;
}
.connect-btn  .btn-seo:hover{background-color: #fff; transition: all 0.3s ease 0s;color:#df5b13;}
.connect-title{width: 100%;
    float: left;
    font-size: 26px;
    font-weight: 600;
color: #fff;}

.connect-title span {
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    float: left;
    color: #fff;
}
.contact-form-box .form-control {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}
.contact-form-btn .btn-seo {
    display: inline-block;
    background-color: #df5b13;
    padding: 7px 15px;
    margin: 0px;
    margin-bottom: 0;
    font-family: "Open Sans";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    margin-top: 10px;
    border-radius: 0px;
}

/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
.section-12{width: 100%;
    float: left;
		 background: url(../images/footer-bg.webp);
background-size: cover;
    padding: 30px 50px;}
	
	.footer{width:100%;
	float:left;
	padding-top:50px;
	}
	
	.footer-box{width: 100%;
    float: left;
    padding: 15px 0px;}
.footer-title {
    width: 100%;
    font-family: "Open Sans";
    border-bottom: 1px dotted #776b77;
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
}
.footer-text {
    width: 100%;
    float: left;
    font-weight: 400;
    /* padding-right: 29px; */
    color: #fff;
    font-family: "Open Sans";
    padding: 20px 30px 20px 0px;
    font-size: 14px;
}
.footer-text a{color:#fff;}
.footer-text span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.footer-text .fa {
    margin-right: 10px;
    font-size: 18px;
}
.footer-text-list {
    float: left;
    width: 100%;
    padding: 20px 0px;
	font-family: "Open Sans";
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.iata-logo {
    margin-right: 10px;
    float: left;
}
.footer-text-list ul{  float: left;
    width: 100%;}
.footer-text-list ul li{list-style:none;}
.footer-text-list ul li a{color:#fff;}

.footer-bottom-section {
    width: 100%;
    float: left;
    background-color: #050121;
    padding: 10px 0px;
}
.footer-text-2 {
    width: 100%;
    float: left;
    font-weight: 400;
    /* padding-right: 29px; */
    color: #fff;
    font-family: "Open Sans";
    padding: 20px 0px 20px 0px;
    font-size: 14px;
}
.footer-text-2 a{color:#fff;}
.footer-text-2 span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.footer-text-2 .fa {
    margin-right: 10px;
    font-size: 18px;
}

.copy-right-text {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    padding: 2px 0px;
    font-size: 14px;
}
	.social-icon{width: 100%;
    float: left;
	text-align:left;}
	.copy-right-text a{color: #fff;}
	.social-icon .fa {
    margin-right: 12px;
    padding: 7px 9px;
    color: #fff;
    background: #fe6617;
    width: 37px;
    height: 36px;
    border-radius: 50%;
	 transition: all .35s ease-in-out;
    font-size: 20px;
    border: 1px solid #ff651a;
}
.social-icon .fa:hover {
    margin-right: 12px;
    padding: 7px 9px;
    color: #fe6617;
    background: #fff;
    width: 37px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
	cursor:pointer;
    transform: rotate(360deg) scale(1.0);
    border: 1px solid #ff651a;
}

.center{text-align:center;}
#scrollToTopBtn {
    background-color: #fe6618;
    border: none;
    border-radius: 50%;
    color: white;
    float: right;
    margin-right: 1%;
    margin-top: -46px;
    /* font-weight: 400; */
    cursor: pointer;
    font-size: 35px;
    line-height: 40px;
    width: 40px;
    height: 40px;
}
#scrollToTopBtn img{width:100%;}
.transport-title {
    font-size: 22px;
    padding: 5px 0 10px 0;
    border-bottom: 1px dotted #ccc;
    color: #0a345d;
    font-family: 'lato';
}
.folded-corner {
    padding: 25px 25px;
    position: relative;
    font-size: 90%;
    text-decoration: none;
    color: #999;
    background: white;
    transition: all ease .5s;
    border: 1px solid rgb(255 255 255);
}
.folded-corner:hover{
	background-color: #fff;
}
.folded-corner:hover:before {
    background-color: #D00003;
    border-width: 0 70px 70px 0;
    border-color: #df5b13 #fff;
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}


/*=======================================================
			 contact us page                                                                                                                                                                                                                                                                                                                                                                                                                                                   
========================================================*/
.inner-page-hearder{width:100%;
float:left;
background-size:cover;
background-repeat: no-repeat;
background-image: url(../images/contactusbanner.jpg);
padding:30px 0px;
}
.inner-page-heading{width: 100%;
    font-family: 'lato';
    float: left;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-top: 5%;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;}
.inner-page-list{width: 100%; float: left;text-align:center;margin-top: 5px;}
.inner-page-list ul {display: inline-flex;}
.inner-page-list ul li{font-weight: 400;
    list-style: none;
	 color: #fff;
	 padding:0px;
     font-size: 14px;
    text-transform: uppercase;}
	.inner-page-list ul li a:after {
    content: '/';
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
}
.inner-page-list ul li a{color:#fff;}
.about-inner-section {
    width: 100%;
    float: left;
    background:#fff;
    background-size: cover;
    padding: 30px 0px;
}
	
	.heading-2{width:100%;
	float:left;
	}
	.heading-2 h3 {
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
	font-size:15px;
}
.heading-2 h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
	font-size:25px;
}
.about-inner-img {
    margin-top: 40px;
	}
.about-inner-img img {
  	 transition: transform 250ms;
}
.about-inner-img img:hover{transform: translateY(-10px);}
.about-box-inner {
    padding-top: 4%;
    width: 100%;
    float: left;
}
.about-mission-section {
    width: 100%;
    float: left;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/mission-bg.jpg);
    padding: 30px 0px;
    margin-bottom: 160px;
}
.top-qualities-box {
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 0px 2px 3px 1px #ccc;
    padding: 15px;
    background-color: #fff;
	 transition: transform 250ms;
    margin-bottom: -180px;
}
.top-qualities-box:hover{
transform: translateY(-10px);}
.top-qualities-box .content{min-height:100px;text-align: center;}
.why-choose-img img{transition: all .35s ease-in-out;}
.why-choose-img img:hover{transform: rotate(360deg) scale(1.0);}
/*=======================================================
			contact                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
.contact-page{width:100%;
float:left;
padding:40px 0px;}
.contact-address-box{
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 0px 2px 3px 1px #ccc;
    padding: 15px;
    background-color: #fff;
    transition: transform 250ms;
}
.contact-address-box:hover {
    transform: translateY(-10px);
}
.contact-address-box .content{text-align:center;}
.contact-address-box .content span{font-weight: 700;
    font-size: 16px;
color: #100952;}

.contact-form-box form{width:100%;    margin-top: 10px;
float:left;}
.contact-form {
    width: 100%;
    float: left;
    box-shadow: 0px -3px 9px -1px #d6cccc;
    padding: 30px 0px;
}
.contact-adress-text {
    width: 100%;
    float: left;
    font-weight: 400;
    /* padding-right: 29px; */
    color: #000;
    font-family: "Open Sans";
    padding: 10px 0px;
    font-size: 14px;
}
.contact-adress-text a{color:#000;}
.contact-adress-text span {
    font-weight: 600;
    font-size: 16px;
    color: #000
}
.contact-detail-box{ width: 100%;
    float: left;
    padding: 15px;
    box-shadow: 5;
    box-shadow: 2px 5px 25px 1px #ccc;
    border: 1px solid #ccc;
}
.contact-form-box{width: 100%;
    float: left;
    padding: 15px;
    box-shadow: 5;
    box-shadow: 2px 5px 25px 1px #ccc;
    border: 1px solid #ccc;}
.contact-adress-text .fa {
    margin-right: 10px;
    font-size: 18px;
}
.contact-adress-title {
    width: 100%;
    float: left;
    padding: 5px 0px;
	    border-bottom: 1px dotted #ccc;
    font-size: 18px;
    font-family: Open Sans;
    color: #140d3a;
    font-weight: 600;
}
textarea.form-control {
    min-height: 93px;
}
.career-page {
    width: 100%;
    float: left;
    padding: 35px 0px;
}

#career-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d4d3d3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}
#career-form .btn-seo {
    display: inline-block;
    background-color: #df5b13;
    padding: 12px 26px;
    margin: 0px;
    margin-bottom: 0;
    font-family: "Open Sans";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px;
    margin-top: 1px;
    border-radius: 0px;
}
#career-form .btn-seo:hover {
    background-color: #1b1464;
    transition: all 0.3s ease 0s;
}
.career-box {width:100%;
float:left;}
.career-box h3{
font-size: 19px;
    padding: 5px 0px;
margin: 0px;}

.career-box h4{margin: 0px;
padding: 10px 0px;}
.career-box p {
    margin: 0 0 3px;
    font-size: 15px;
    text-align: justify;
}
.career-left{width: 100%;
    float: left;
    padding: 15px;
    box-shadow: 0px 5px 6px #ccc;
border: 1px solid #ccc;}

.portfolio-box{width:100%;
float:left;
}
.content ul{width:100%;
float:left;
padding:10px 0px;}
.content ul li {
    list-style: square;
    line-height: 29px;
    list-style-position: inside;
}
.gallery-top{margin-bottom: 30px;}
.management-inner {
   padding:20px 0px;
    width: 100%;
    float: left;
}
.management-img{    width: 100%;
    float: left;
    margin-top: 62px;}
	
.content strong{	font-weight: 600;
font-size: 16px;}

.accordion-item {
  background-color: transparent;
}
.accordion-item__button {
    border: 0;
    display: block;
    background: #e6e2e2;
    width: 100%;
    color: #6f6565;
    text-align: left;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    padding: 10px 10px;
    border-radius: 0px;
    margin-bottom: 0px;
    cursor: pointer;
}
.accordion-item__button:after {
  content: "+";
  float: right;
  right: 0;
}
.accordion-item__button.active, .accordion-item__button:hover {
    background-color: #fe6617;
    color: #fff;
}
.accordion-item__button.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item__button.active:after {
  content: "-";
}
.accordion-item__content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #e6e4e4;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.accordion-item__content.active {
  display: block;
}
.accordion-item__content ul{
  padding: 10px;
    width: 100%;
    float: left;
}

.accordion-item__content ul li{width: 100%;
    float: left;
	margin-bottom: 10px;
	font-size: 15px;
    border-bottom: 1px dotted #ccc;
}
.accordion-item__content .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    margin-right: 5px;
    color: #fe6617;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-bold {
    font-size: 20px;
    text-transform: uppercase;
    
}
/*=======================================================
			Responsive                                                                                                                                                                                                                                                                                                                                                                                                                                                    
========================================================*/
@media only screen and (max-width:1440px) and (min-width:1366px){}
@media only screen and (max-width:1366px) and (min-width:1280px){}
@media only screen and (max-width:1280px) and (min-width:1024px){}
@media only screen and (max-width:1024px) and (min-width:768px){}
@media only screen and (max-width:768px){
	.nav>li>a {
        padding: 19px 6px;
    margin-left: 5px;
}
.nav>li {
      font-size: 9px;
}
#first-slider .carousel .item {
    min-height: 383px;
height: 100%;}
    .about-img-column{margin-top:20px;}
	.about-img-column img{width:100%;}
.how-do-work-box img{display:none;}
.service-box-img img{display:none;}
.why-choose-box .title {
      font-size: 15px;
}
}
@media only screen and (max-width:640px) and (min-width:480px){}
@media only screen and (max-width:480px){
	.header-mail {
    font-size: 9px;
    width: 100%;
    font-family: Open Sans;
    padding: 5px 0px;
    margin-top: 3px;
    color: #fff;
    float: left;
    text-align: center;
}
.top-list {
    font-family: Open Sans;
    padding: 6px 0px 7px 0px;
    border-left: 0px solid #820505;
    float: right;
    width: 100%;
    text-align: center;
}
.logo {
    width: 100%;
    float: left;
    text-align: center;
}
.rys-list {
    float: left;
    width: 100%;
    text-align: center;
}
#first-slider .carousel .item {
    min-height: 246px;
    height: 100%;
    width: 100%;
}
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
    color: #fff;
font-size: 30px;}
#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
    color: #fff;
font-size: 13px;}

.carousel-inner>.item {
    height: auto;
}
.carousel-indicators {
    position: absolute;
bottom: -39px;}
#navbar-menu .navbar-nav {
    float: left;
    margin: 0;
    width: 100%;

}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
margin-top: -43px;}
.about-seo-box {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 13px 21px 2px #ccc;
    margin-top: 3%;
}
.about-seo-right {
    width: 74%;
    float: right;
}
.nav>li {
    font-size: 15px;
}
.about-img-column img{width:100%;}
.how-do-work-box img{display:none;}
.service-box-img img{display:none;}
#testimonial-slider .testimonial .description {
height: 290px;}
#scrollToTopBtn {
margin-top: -119px;}
}
@media only screen and (max-width:480px) and (min-width:320px){}
@media only screen and (max-width:320px) and (min-width:240px){}
@media only screen and (max-width:240px) and (min-width:150px){}