@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil:wght@400;700&display=swap');

/*
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body{
font-family: 'Poppins', sans-serif;
}

.pad0{
padding: 0;
}

header {
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
  padding-top: 10px;
/*  background: rgba(255, 255, 255, 0.9);*/
}

.logo img{
float: left;
width: 25%;
}

.logo h2{
/*font-family: 'Stardos Stencil', cursive;*/
font-family: 'Poppins', sans-serif;
color: #fff;
font-weight: 700;
font-size: 35px;
padding-top: 16px;
}

.logo a{
  text-decoration: none;
}



.top-ryt-p{
  padding: 0;
}

.top-left{
position: relative;

}

.top-left span{
float: right;
position: relative;
z-index: 9;
color: #444;
font-size: 22px;
}

.top-left span::after {
content: "";
background:#fff;
width: 40px;
height: 50px;
position: absolute;
z-index: -1;
transform: skew(-25deg, 0deg);
transition: 0.5s ease-in-out;
right: -26px;
top: -13px;
}

.top-left span::before {
  position: relative;
  right: -16px;
  top: 1px;
}

.top-left::after {
  width: 31px;
  top: 0px;
  right: -31px;
  border-right: 28px solid transparent;
  border-top: 57px solid #004899;
  content: "";
height: 100%;
position: absolute;
background: transparent;
border-left: 0 solid transparent;
}

.top-left a{
display: block;
text-decoration: none;
color: #fff;
background: #004899;
padding: 17px 15px;
font-size: 15px;
font-weight: 600;
}

.top-left p{
  margin-bottom: 0;
}



.ast_header_bottom {
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  margin-top: 0;
  z-index: 10;
  background:#e4ded4;
}

.ast_header_bottom.style_2{
    background-color: rgba(0, 0, 0, 0);
    margin-top: 21px;
    padding: 0px 50px;
}

.ast_menu {
    float: right;
  position: relative;
  padding-top: 4px;
}
.ast_menu ul {
  padding: 0;
  margin: 0;
}

.ast_menu ul li {
  list-style:none;
  float:left;
  margin-right:0px;
  position:relative;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li:last-child{
 margin-right:0px;
}

.ast_menu ul li a {
  display: block;
  color: #fff;
text-transform: uppercase;
font-size: 14px;
  position: relative;
  font-weight: 500;
  padding:15px 0px;
  margin: 0px 16px;
  z-index: 1;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: 'Montserrat', sans-serif;
}
.ast_menu ul li a:hover {
  color:#0078ff;
  text-decoration: none;
}

.ast_menu ul li.active a {
color: #0078ff;
}

.ast_menu ul li ul.submenu{
  position:absolute;
  top:100%;
  left:0px;
  width:220px;
  opacity:0;
  visibility:hidden;
  background-color:#fff;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 10px 11px;
border-radius: 4px;
}
.ast_menu ul li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.ast_menu ul li ul.submenu li{
  float:left;
  width:100%;
    padding: 0px 0px;
}
.ast_menu ul li ul.submenu li a{
  margin: 0px;
}

.ast_menu ul li ul.submenu li a::before, .ast_menu ul li ul.submenu li a::after{
display: none;
}

.ast_menu ul li ul.submenu li a{
    padding:10px;
    border-right: 0px solid #222;
    width: 100%;
    border-top: 0px;
border-bottom:1px solid #f1f1f1;
    color: #333;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  font-family: 'Montserrat', sans-serif;
}
.ast_menu ul li ul.submenu li a:hover{
  border-top:0px;
 color:#0078ff;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.ast_menu ul li ul.submenu li ul.submenu{
  position:absolute;
  top:0px;
  left:auto;
  right:100%;
  width:140px;
  opacity:0;
  visibility:hidden;
  background-color:#333333;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu_btn{
  display:none;
}
.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -5px 20px;
    -webkit-box-shadow: 0px -5px 20px;
    box-shadow: 0px -5px 20px;
}
.menu_fixed.ast_header_bottom {
  margin-top:0px;
    background-color:#e4ded4;
}

.menu_fixed .ast_menu ul li ul.submenu {
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    background-color:#333333;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}

/*.ast_menu ul li a:before,.ast_menu ul li a:after {
  height: 2px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #de2021;
  width: 0;
}*/


.ast_menu ul li a:before {
position: absolute;
left: 0;
bottom: 4px;
height: 2px;
width: 40px;
content: "";
background-color:#0078ff;
transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
transform: translate3d(50px, 0, 0);
opacity: 0;
visibility: hidden;
}



.ast_menu ul li a:hover:before,
.ast_menu ul li.active a:before,
.ast_menu ul li a:hover:after,
.ast_menu ul li.active a:after {
opacity: 1;
transform: translate3d(0px, 0, 0);
visibility: visible;
}


.ban1{
text-align: left;
top: 32%;
left: 15%;
right: 35%;
}

.ban1 h2{
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 40px;
text-transform: uppercase;
}

.ban1 p{
font-family: 'Montserrat', sans-serif; 
line-height: 26px;
font-size: 15px; 
}

.ban1 a, .ban2 a {
  background:#004899;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #004899;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  margin-right: 10px;
}

.ban1.ban2{
top: 35%;
}

.carousel-bg{
position: absolute;
height: 100%;
width: 100%;
top: 0px;
-webkit-animation: fadeInRight 2s ease-in-out;
animation: fadeInRight 2s ease-in-out;
}

.carousel-bg::before {
position: absolute;
content: '';
top: 0px;
right: 10%;
height: 100%;
width: 30%;
opacity: 1;
background: rgba(12, 65, 127, 0.7);
transform: skewX(-20deg);
-moz-transform: skewX(-20deg);
-webkit-transform: skewX(-20deg);
}

.carousel .carousel-item.active .carousel-bg::before {
  z-index: 0;
  opacity: 1;
}


.carousel .carousel-item.active .carousel-bg {
  z-index: 2;
  opacity: 1;
}

.carousel .carousel-item .carousel-bg {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}



.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 2s ease-in-out 500ms both;
  animation: fadeInLeft 2s ease-in-out 500ms both;
}
.carousel-caption{
  transition: opacity 100ms;
  text-shadow: none;
}
.carousel .carousel-item img{
  width: 100%;
}
.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}


.sec-1{
padding: 60px 0;
}

.sec1-box{
  position: relative;
  text-align: center;
  margin: auto;
}

.sec1-box::before {
  content: "";
  width: 190px;
  height: 380px;
  background: #f7f6f2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(-20deg, 0deg);
  z-index: -1;
    transition: 0.3s ease-in-out;
}

.sec1-box span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
height: 150px;
margin: auto;
color: #004899;
font-size: 60px;
z-index: 9;
  transition: 0.3s ease-in-out;
}
.sec1-box:hover span{
  color: #fff;
}


.sec1-box span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #004899;
  width: 100%;
  height: 100%;
  transform: skew(-20deg, 0deg);
  background:#fff;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.sec1-box h3 {
  margin-bottom: 15px;
  margin-top: 50px;
  font-size: 28px;
  font-weight: 700;
}

.sec1-box h3 a{
  color: #222;
  text-decoration: none;
}

.sec1-box p{
font-family: 'Montserrat', sans-serif;
color: #444;
margin-bottom: 30px;
line-height: 28px;
font-size: 15px;
}

.sec1-box .sec1-link {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #004899;
border-radius: 100%;
margin: auto;
background: #fff;
transform: translateX(-10px);
opacity: 0;
visibility: hidden;
transition: 0.3s ease-in-out;
text-decoration: none;
color: #004899;
}

.sec1-box:hover .sec1-link {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.sec1-box:hover span::after{
  background: #004899;
}

.sec1-box:hover::before{
 background: rgba(0, 72, 153, 0.1);
}


.sec-2{
padding: 40px 0 120px;
}

.sec2-left{
padding-top: 45px;
display: flex;
align-items: flex-end;
position: relative;
}


.sec2-left::before {
  content: "";
  position: absolute;
top: 0;
  width: 275px;
  height: 550px;
  left: 43%;
  background-color: #e5ecf5;
  transform: translateX(-50%) skew(-20deg, 0deg);
z-index: -1;
}

.sec2-left .wel-img{
  margin-left: 15px;
margin-bottom: -60px;
}

.sec2-left img{
  width: 100%;
}

.sec2-right{
padding-top: 60px;
}

.sec2-right h6{
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
color: #777;
border-bottom: 1px solid #ececec;
padding-bottom: 4px;
display: inline-block;
}

.sec2-right h2{
margin-bottom: 30px;
font-size: 45px;
line-height: 50px;
font-weight: 700;
color: #024188;
}

.sec2-right p{
font-family: 'Montserrat', sans-serif;
color: #444;
line-height: 28px;
font-size: 15px;
}

.sec2-right a{
  font-size: 15px;
border: 2px solid #024188;
display: inline-block;
padding: 12px 29px 12px 18px;
background: #024188;
color: #fff;
text-decoration: none;
font-weight: 500;
position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec2-right a::after {
  width: 31px;
  top: -2px;
  right: -31px;
  border-right: 28px solid transparent;
  border-top: 50px solid #024188;
  content: "";
  height: 100%;
  transition: 0.5s ease-in-out;
  position: absolute;
  background: transparent;
  border-left: 0 solid transparent;
}

.sec2-right a i{
  padding-left: 4px;
  position: relative;
  z-index: 9;
   color: #444;
   transition: 0.5s ease-in-out;
}

.sec2-right a i::after {
content: "";
background: #fff;
width: 30px;
height: 47px;
position: absolute;
z-index: -1;
transform: skew(-29deg, 0deg);
transition: 0.5s ease-in-out;
top: -16px;
right: -44px;
}

.sec2-right a i::before {
  position: relative;
  right: -33px;
 
}

.sec2-right a:hover{
  background: transparent;
  color: #444;
}

.sec2-right a:hover i::after{
background: #024188;
}

.sec2-right a:hover i{
color: #fff;
}


.sec-3{
padding: 40px 0 60px;
}

.counter{
border: 1px solid #e3e3e3;
padding: 40px 30px;
width: 87%;
position: relative;
transition: 0.3s ease-in-out;
}


.counter::before {
  content: "";
  width: 60px;
  height: 110px;
  position: absolute;
  bottom: -20px;
  right: 0px;
  background: #024188;
  transform: skew(-23deg, 0deg);
}

.counter.design{
  margin-top: 90px;
 }

.counter h3 {
font-size: 85px;
color: #fff;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #777;
line-height: 105px;
 }

.counter h3::before {
  position: absolute;
  content: '\f067';
  top: 26%;
  color: #333;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 60px;
}

.counter.employees h3::before {
right: 33%;
}

.counter.design h3::before {
right: 24%;
}

.counter.customer h3::before {
right: 18%;
}

.counter:hover {
box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
-webkit-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
-moz-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
 }

.counter p{
font-family: 'Montserrat', sans-serif;
color: #444;
line-height: 28px;
font-size: 15px;
}

.sec-4{
padding: 60px 0;
background: #eff7ff;
position: relative;
overflow: hidden;
}

.sec-4::before {
  content: "";
  width: 380px;
  height: 675px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(-25deg, 0deg);
  z-index: 0;
  background: #024188;
}

.sec4-title{
text-align: center;
}

.sec4-title h6{
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
color: #777;
margin: 0;
font-size: 15px;
position: relative;
display: inline-block;
}

.sec4-title h6::before{
position: absolute;
content: '';
left: 40%;
bottom: -7px;
background: #024188;
height: 2px;
width: 30px;
}


.sec4-title h2{
font-size: 38px;
line-height: 50px;
font-weight: 600;
color: #024188;
margin: 0;
}

.sec4-title p {
  font-family: 'Montserrat', sans-serif;
  color: #444;
  line-height: 26px;
  font-size: 15px;
}

.sec4-box{
  margin-top: 20px;
transition: 0.3s ease-in-out;
}

.sec4-box:hover{
box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
-webkit-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
-moz-box-shadow: 20px 20px 13px 0px rgb(0 0 0 / 5%);
}

.sec4-box .sec4-details {
  padding: 20px 20px;
    border: 1px solid #e3e3e3;
  background: #fff;
  width: 90%;
  clip-path: polygon(0 0, 95% 0%, 85% 100%, 0% 100%);
  margin-top: -38px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sec4-box a{
text-decoration: none;
display: block;
}

.sec4-box .sec4-details h3{
font-size: 20px;
font-weight: 700;
color: #024188;
margin: 0;
}

.sec4-box .sec4-details span {
  width: 40px;
  height: 100%;
  position: absolute;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  color: #024188;
  background: #e3e3e3;
  transform: skew(-25deg, 0deg);
  right: 30px;
}

.sec4-box .sec4-details span i::before{
  display: inline-block;
    transform: skew(20deg, 0deg);
}


.sec4-view{
text-align: center;
margin-top: 50px;
}


.sec4-view a{
  font-size: 15px;
border: 2px solid #024188;
display: inline-block;
padding: 12px 40px 12px 18px;
background: #024188;
color: #fff;
text-decoration: none;
font-weight: 500;
position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec4-view a::after {
  width: 31px;
  top: -2px;
  right: -31px;
  border-right: 28px solid transparent;
  border-top: 50px solid #024188;
  content: "";
  height: 100%;
  transition: 0.5s ease-in-out;
  position: absolute;
  background: transparent;
  border-left: 0 solid transparent;
}

.sec4-view a i{
  padding-left: 4px;
  position: relative;
  z-index: 9;
   color: #444;
   transition: 0.5s ease-in-out;
}

.sec4-view a i::after {
  content: "";
  background: #fff;
  width: 30px;
  height: 47px;
  position: absolute;
  z-index: -1;
  transform: skew(-29deg, 0deg);
  transition: 0.5s ease-in-out;
  top: -16px;
  right: -54px;
}

.sec4-view a i::before {
  position: relative;
  right: -43px;
}

.sec4-view a:hover{
  background: transparent;
  color: #444;
}

.sec4-view a:hover i::after{
background: #024188;
}

.sec4-view a:hover i{
color: #fff;
}

.sec-5{
padding: 70px 0;
position: relative;
overflow: hidden;
}


.sec5-left h6 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  margin: 0;
  font-size: 15px;
  position: relative;
  display: inline-block;
}

.sec5-left h6::before {
position: absolute;
content: '';
right: -60px;
bottom: 8px;
background: #024188;
height: 2px;
width: 50px;
}

.sec5-left h2 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 600;
  color: #024188;
  margin-bottom: 15px;
}

.sec5-left .card-header a{
  font-size: 20px;
  height: 60px;
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
  padding: 0 25px;
  border: none;
  width: 70%;
  margin-bottom: -30px;
margin-left: 20px;
background: rgb(244, 244, 244);
}

.sec5-left .card-header{
  background: none;
  padding: 0;
  border: none;
}

.sec5-left .card-header a{
display: block;
padding-top: 16px;
color: #333;
font-weight: 600;
position: relative;
z-index: 999;
}

.sec5-left .card  .card-header a:not(.collapsed){
background: #024188;
color: #fff;
}

.sec5-left .card-header a::before {
content: "";
background: #fff;
width: 10px;
height: 56px;
position: absolute;
top: 2px;
right: 15px;
transform: skew(-24deg, 0deg);
  transition: 0.5s ease-in-out;
}

.sec5-left .card .collapsed::before {
  background: white;
  right: -22px;
}

.sec5-left .card-body p{
font-family: 'Montserrat', sans-serif;
color: #444;
line-height: 28px;
font-size: 15px;
margin: 0;
}

.sec5-left .card{
margin-bottom: 50px;
border: none;
}

.sec5-left .card-body{
border:1px solid rgba(0,0,0, .125);
padding: 40px 40px 20px;
}


.sec5-right {
margin-top: 80px;
clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
position: absolute;
right: -100px;
}

.sec5-br::before{
content: "";
width: 120px;
height: 350px;
position: absolute;
top: 50%;
left: 70px;
transform: translateY(-50%) skew(-12deg, 0deg);
z-index: 0;
background: #024188;
z-index: 9;
}

.sec5-right img{
  width: 615px;
}

.sec-6{
background: url(../images/sec6bg.jpg) center fixed;
padding: 50px 0;
background-size: cover;
text-align: center;
position: relative;
overflow: hidden;
}

/*.sec-6::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.6);
}
*/

.sec-6::before, .sec-6::after {
  content: "";
  width: 415px;
  height: 100%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%) skew(-23deg, 0deg);
  z-index: 0;
  opacity: 0.3;
  background-color: #024188;
}

.sec-6::before {
  left: 16%;
}

.sec-6::after {
  right: -40%;
}

.sec-6 h2{
  font-size: 38px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.sec-6 h2::before {
  position: absolute;
  content: '';
  left: 47%;
  bottom: -8px;
  background: #fff;
  height: 2px;
  width: 50px;
}

.sec-6 p {
  font-family: 'Montserrat', sans-serif;
  color: #f1f1f1;
  line-height: 28px;
  font-size: 15px;
  padding: 10px 130px;
}

.moving-bbtn{
position: relative;
margin-top: 50px;
}

.sec-6 a{
color: #fff;
}

.sec-6 a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sec-6 a span{
font-size: 38px;
transform: rotate(-45deg);
display: inline-block;
}

.circle-layer {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}


.sec-7{
padding: 50px 0;
}

.sec7-title h6{
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
color: #777;
margin: 0;
font-size: 15px;
position: relative;
display: inline-block;
border-bottom: 1px solid #ececec;
padding-bottom: 4px;
}

.sec7-title h2{
font-size: 38px;
line-height: 50px;
font-weight: 600;
color: #024188;
margin-bottom: 15px;
}

.sec7-box{
position: relative;
padding: 15px 0;
margin: 15px;
}

.sec7-box img{
border: 1px solid #ececec;

}

.sec7-box::before {
content: "";
width: 150px;
height: 100%;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) skew(-10deg, 0deg);
z-index: -1;
background: #024188;
}

.slick-pre {
position: absolute;
height: 40px;
width: 40px;
background: #222;
color: #fff;
line-height: 40px !important;
top: 45%;
text-align: center;
left: -35px;
z-index: 99;
cursor: pointer;
}

.slick-nxt {
position: absolute;
height: 40px;
width: 40px;
background: #222;
color: #fff;
line-height: 40px !important;
top: 45%;
text-align: center;
right: -35px;
z-index: 99;
cursor: pointer;
}


footer{
  padding: 50px 0;
  background: #002044 url(../images/footer.png);
  background-size: cover;
}

.f-about h2{
color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 32px;
text-transform: uppercase;
font-weight: 700;
}

.f-about p {
  color: #c0d8f2;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.f-about ul {
  padding-left: 0px;
}

.f-about ul li {
  display: inline-block;
}

.f-about ul li a {
  text-decoration: none;
  color: #c0d8f2;
  font-size: 14px;
  display: block;
  border:1px solid #c0d8f2;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 6px;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.f-about ul li a:hover{
background: #fff;
border: 1px solid #fff;
color: #024188;
  }



.f-links h3 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
}

.f-links h3::before, .f-links h3::after {
  content: '';
  height: 2px;
  width: 60px;
  background-color: #c0d8f2;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.f-links h3::after {
  width: 3px;
  background-color: #c0d8f2;
  left: 65px;
  box-shadow: 8px 0px 0px 0px #c0d8f2;
}

.f-links ul {
  padding-left: 0px;
}

.f-links li {
  list-style: none;
}

.f-links li a::before {
content: '';
position: absolute;
left: 0;
top: 12px;
background: #c0d8f2;
width: 4px;
height: 4px;
}

.f-links li a {
  color: #c0d8f2;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 28px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.f-cnt p {
  color: #c0d8f2;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 8px 0px;
}

.f-cnt p span {
  padding-top: 3px;
  margin-right: 12px;
  font-size: 15px;
  color: #c0d8f2;
}


.inr-ban{
  background: #222;
padding-top: 215px;
padding-bottom: 30px;
position: relative;
z-index: 0;
 background-image: url(../images/inr-bg.jpg);
}
.inr-ban .overlay {
  background-size: contain;
  background-image: url(../images/inr-ban.png);
  background-position: center right;
  opacity: 0.2;
  left: 0% !important;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  top: 0;
  left: 0;
}
.inr-ban h1{
  color: #fff;
}
.inr-ban ul{
  padding: 0;
  margin: 0;
  border-top: 1px solid #666;
padding-top: 20px;
}
.inr-ban ul li{
  list-style: none;
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.inr-ban ul li a{
  color: #fff;
}
.inr-text{
  padding: 40px 0px;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.inr-text span{
    font-family: 'Poppins', sans-serif;
text-decoration: none;
color: #fff;
background: #004899;
padding: 5px 15px;
font-size: 15px;
font-weight: 600;
position: relative;
}
.inr-text span::before{
width: 31px;
top: 0px;
right: -31px;
border-right: 26px solid transparent;
border-top: 31px solid #004899;
content: "";
height: 100%;
position: absolute;
background: transparent;
border-left: 0 solid transparent;
}
.inr-text h1{
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    font-size: 30px;
    color: #004899;
}
.inr-text h6{
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #222;
}
.inr-text p{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.sec{
  padding-bottom: 40px;
}
.ab-list{
  padding: 0;
  margin: 0;
}
.ab-list li{
      font-family: 'Poppins', sans-serif;
  list-style: none;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  position: relative;
  border: 1px solid #e8e8e8;
padding: 10px;
margin-bottom: 10px;
display: inline-block;
}
.ab-list li::before {
  content: "\f192";
 font: normal normal normal 14px/1 FontAwesome;
  padding-right: 8px;
  color: #004899;
}
.pro-img{
  position: relative;
  margin-top: 30px;
}
.pro-img img{
  border-radius: 0px;
}
.pro-img::before{
content: "";
background: #00489917;
width: 99%;
height: 58%;
position: absolute;
transform: skew(0deg, 0deg);
transition: 0.5s ease-in-out;
right: 14px;
bottom: -12px;
z-index: -1;
}
.table{
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}
.table tbody tr th {
    border: 1px solid #fff;
    padding: 6px;
    background: #004899;
    color: #fff;
     font-family: 'Poppins', sans-serif;
}
.table  tbody tr:nth-child(2n) {
    background: #f5f5f5;
}

.table  tbody tr:nth-child(2n+1) {
    background: #fff;
}
.table  tbody tr td {
    border: 1px solid #eaeaea;
    padding: 8px;
      font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #777;
    height: 40px;
}
.q-img{
  position: relative;
  margin-top: 30px;
}
.q-img::before{
content: "";
width: 60px;
height: 110px;
position: absolute;
bottom: -20px;
right: 0px;
background: #024188;
transform: skew(-23deg, 0deg);
}
.com-list{
  padding: 0;
  margin: 0;
}
.com-list li{
font-family: 'Montserrat', sans-serif;
font-size: 14px;
line-height: 28px;
color: #666;
list-style: none;
}
.com-list li::before {
  content: "\f192";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 8px;
  color: #004899;
}
.con-icon{
    background: #f5f5f5;
    padding: 10px 20px;
    border: 1px solid #eee;
    margin-top: 20px;

}
.con-icon p{
  margin: 0;
}
.con-text{
    margin-left: 65px;
}
.con-icon h4{
    font-family: 'Oswald', sans-serif;
     font-weight: 600;
     font-size: 20px;
}
.con-icon i {
    width: 50px;
    height: 50px;
    background: #004899;
    text-align: center;
    line-height: 50px;
    display: inline-block;
  /*  border-radius: 10px 20px 10px 20px;*/
    color: #fff;
    font-size: 20px;
    float: left;
    margin-top: 5px;
}
.con-ofc{
  position: relative;
}
.con-ofc::before{
 position: absolute;
content: '';
background: #d2d2d2;
top: 0;
left: -10px;
width: 1px;
height: 60px;
}
.con-ofc h6{
  color: #004899;
}
.con-ofc h4{
  font-size: 20px;
}
.enq-form {
    padding-top: 15px;
    display: inline-block;
    width: 100%;
}
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
.enq-form .form-control{
    margin-bottom: 15px;
    border-radius: 0px;
    height: 40px;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
    color: #777;
}
.enq-form textarea.form-control{
    height: auto;
       font-family: 'Poppins', sans-serif;
       font-size: 14px;
    color: #777;
}
.enq-form i {
    position: absolute;
    font-size: 15px;
    color: #a5a2a2;
    padding: 11px;
}
.enq-form .btn{
  font-size: 15px;
border: 2px solid #024188;
display: inline-block;
background: #024188;
color: #fff !important;
text-decoration: none;
font-weight: 500;
position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
border-radius: 0px;
width: 100%;
}


.enq-form .btn:hover{
  background: transparent !important;
  color: #444 !important;
}

.bottm{
  background: #024188;
  padding: 10px 0px;
  text-align: center;
}
.bottm p{
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.bottm a{
color:#6fabf9;
}
.bottm a:hover{
  text-decoration: none;
}

 @media only screen and (min-width: 300px) and  (max-width:599px) {
.logo img {
  width: 12%;
  margin-left: 15px;

}
.logo h2 {
  font-size: 25px;
}
.top-left {
  display: none;
}
.carousel-caption p{
  display: none;
}
.carousel-caption a{
  padding: 5px 10px;
  font-size: 13px;
}
.carousel-caption{
  right: 10%;
}
.carousel-caption h2{
  font-size: 15px;
}
.ban1 {
  right: 15%;
}
.ast_menu {
  float: left;
}
.ast_menu ul li {
  float:none;
}
.ast_menu ul li a{
  font-size: 13px;
}
.ast_menu_btn {
  cursor: pointer;
  margin-right: 15px;
}
.ast_menu ul li ul.submenu li a {
  font-size: 13px;
  }
.ast_menu ul li a::before {
  left: 10px;
  }
  .ast_menu ul li ul.submenu {
left: 15px;
}
.sec1-box span {
  width: 120px;
  height: 125px;
  font-size: 45px;
}
.sec-2 {
  padding: 0px 0 40px;
}
.sec2-left::before {
  width: 210px;
  height: 420px;
}
.sec2-right {
  padding-top: 85px;
}
.sec2-right h6 {
  font-size: 13px;
}
.sec2-right h2 {
  margin-bottom: 10px;
  font-size: 31px;
  line-height: 38px;
}
.sec2-right p {
  font-size: 13px;
}
.sec2-right a {
  font-size: 13px;
}
.sec1-box h3 {
  font-size: 20px;
}
.sec1-box p {
  font-size: 13px;
}
.sec1-box::before {
  width: 164px;
  height: 320px;
}
.sec1-box {
  margin-bottom: 25px;
}
.counter h3{
  font-size:60px;
}
.counter.employees h3::before {
  right: 58%;
}
.counter.customer h3::before {
  right: 47%;
}
.counter {
  padding: 30px 30px;
  }
.counter h3::before {
  top: 18%;
  font-size: 40px;
}
.counter.design h3::before {
  right: 50%;
}
.counter.design {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sec4-title p {
line-height: 25px;
  font-size: 13px;
}
.sec5-left h6 {
  font-size: 13px;
}
.sec5-left h2 {
  font-size: 28px;
  }
.sec4-title h6 {
  font-size: 13px;
}
.sec4-title h2 {
  font-size: 30px;
}
.sec-4::before {
  display:none;
}
.sec5-br::before {
  display: none;
}
.sec5-right {
  display: none;
}

.sec5-left .card-header a {
  font-size: 15px;
  height: 45px;
  }
.sec5-left .card-header a {
  padding-top: 10px;
}
.sec5-left .card-header a::before {
  height: 41px;
  transform: skew(-23deg, 0deg);
}
.sec5-left .card-body p {
  line-height: 25px;
  font-size: 13px;
}
.sec-6::before, .sec-6::after {
  display: none;
}
.sec-6 h2 {
  font-size: 23px;
}
.sec-6 h2::before {
  left: 40%;
  bottom: 0px;
}
.sec-6 p {
  font-size: 13px;
  padding: 0;
}
.sec7-title h2 {
  font-size: 30px;
}
.sec7-title h6 {
  font-size: 14px;
}
.slick-pre {
  left: -6px;
}
.slick-nxt {
  right: -6px;
}
.f-about h2 {
  font-size: 28px
  }
  .f-about p {
  font-size: 13px;
}
.f-links h3 {
  font-size: 20px;
}
.f-links li a {
  font-size: 13px;
}
.f-cnt p {
  font-size: 13px;
}
.bottm p {
  font-size: 10px;
}
.inr-ban h1 {
  color: #fff;
  font-size: 25px;
}
.inr-ban ul {
  padding-top: 5px;
}
.inr-ban ul li a{
  font-size: 13px;
}
.inr-ban {
  padding-top: 85px;
  }
.inr-text span {
  font-size: 13px;
}
.inr-text span::before {
  border-top: 29px solid #004899;
  }
.inr-text h1 {
  font-size: 20px;
  }
  .inr-text p {
font-size: 13px;
line-height: 26px;
}
.ab-list li {
  font-size: 13px;
  padding: 5px;
  margin-bottom: 0;
  margin-top: 15px;
  display: block;
}
.con-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;font-size: 18px;
}
.con-icon h4 {
  font-size: 18px;
}
.table tbody tr th {
  font-size: 13px;
}
.table tbody tr td {font-size: 13px;
}
.form-control::placeholder {
  font-size: 13px;
}

.q-img::before {
width: 40px;
height: 70px;
}
.com-list li {
  font-size: 13px;
}
}


@media (min-width:667px) and (max-width:768px) {
.ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 32px;
  right: 15px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #1d1d1d;
  background-color: #e4ded4;
  border-radius: 3px;
  z-index: 99;
}

}



@media (max-width:991px){
  .ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 18px;
  right:0px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #fff;
  background-color:#3857a4;
  border-radius: 3px;
}
.ast_menu_btn:hover, .ast_menu_btn:focus{
  outline:none;
  border:none;
  box-shadow:none;
  text-shadow:none;
}
.ast_main_menu_wrapper{
  z-index: 2;
  position:fixed;
    left: 0px;
    top: 0px;
  bottom:0px;
    background-color:#333333;
  -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
  -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*.ast_menu {
    overflow-y: scroll;
    height: 100%;
}*/
.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
  background-color: #ff1515;
  outline: 0px;
}
.ast_menu ul {
    width: 100%;
}
/*.ast_menu ul li {
    border-bottom: 1px solid #535353;
}*/
.ast_menu ul li a:hover, .ast_menu ul li a.active{
  background-color:none;
  color:#0078ff;
  border-top: 0px;
}
.ast_menu ul li a{
    padding:10px 10px;
    border-top: 0px;
    color: #ffffff;
}
/*.ast_menu ul li ul.submenu {
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;

}
.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
  padding-left:25px;
  font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
  padding-left:40px;
}*/

}
