/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
/*
@import url(owl.carousel.min.css)
@import url(slick.css);*/
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
     overflow: auto;
     overflow-x: hidden;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-family: 'Roboto', sans-serif;
     font-weight: 900;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     color:#808790;
     font-size: 17px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
.enq-btn {
     color: #3c2d7e;
     background: #fff;
     font-weight: 700;
     margin-top: -44px;
     margin-right: 100px;
     padding: 10px 20px;
     border-radius: 50px;
  }

  .enq-btn i {
     color: #3c2d7e;
     margin-right: 5px;
     transform: rotate(-30deg);
  }
img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*-- header --*/

.header {
     background: #ffff;
     width: 100%;
     z-index: 9999999;
}

.top_header {
     width: 100%;
     background: none;
     height: 75px;
     padding: 10px 0;
}

.header_bottom img {
     margin-top: -30px;
     height: 140px;
     width: 100%;
 }
.top_header h2{
     font-family: 'Times New Roman', Times, serif;
     color:#3c2d7e;
     margin-top: 20px;
     font-size: 26px;
     margin-left: 40px;
     font-style: italic;
}
.top_header p{
     color:#000;
     font-size: 14px;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: 600;
     margin-top: -40px;
     margin-left: 500px;
}

.p_there p {
     color: #fff;
     font-size: 15px;
     font-weight: 400;
}

ul.infomaco {
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
     padding-top: 50px;
}

ul.infomaco li {
     color: #fff;
     padding-right: 25px;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

ul.infomaco li:last-child {
     padding-right: 0;
}

ul.infomaco li i {
     padding-right: 10px;
     color: #000;
}

ul.infomaco li a {
     color: #fff;
}

.header_bottom {
     background: #ffff;
     height: 81px;
     padding: 16px 0;
     box-shadow: 0px 15px 10px -10px #3c2d7e;

}

.navigation.navbar {
     margin-left:54px;
     padding: 0;
     padding-top: 32px;
}
.navigation.navbar-dark .navbar-nav{
     margin: 0 auto;
}
.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 15px;
     color: #222;
     margin-top:-17px;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    background: #3c2d7e;
    padding: 32px 10px;
    margin-top: -48px;
    height: 81px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     background: #e31014;
     color: #fff;
     padding: 32px 10px;
     margin-top: -48px;
     height: 81px;
     font-weight: 900;
}
 .dropdown .dropdowm-menu{
    background:#fff;
    color:#3c2d7e;
 }
 .dropdown-item{
     background:#fff;
     color:#3c2d7e;
    font-weight:400;
}
 .dropdown-item:hover{
    background:#3c2d7e;
    color:#fff;
    font-weight:700;
    letter-spacing: 2px;
}
.di_no {
     display: none;
}


/** end header **/


/** banner section **/

.full_bg {
     background: none;
     /*
     background-size: 100% auto;
     background-position: top center;
     background-repeat: no-repeat;
     background-attachment: fixed;*/
}

.slider_main {
     padding-top: 10%;
}

.relative {
     left: 0;
     right: 0;
     text-align: center;
}

.carousel{
    
    min-height: 350px;
    position: absolute;
    padding-bottom: 40px;
}
.carousel-indicators {
     bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
     background-image: none;
}

.carousel-item {
     max-height: 550px;
     height: 100%;
     width: 100%;
}

.carousel-item img{
     width: 1600px;
     max-height: 550px;
}

.carousel-caption h3 {
     animation-delay: 1s;
}

.carousel-caption p {
     animation-delay: 2s;
}

.carousel-caption button {
     animation-delay: 3s;
}

.relative .read_more {
     border: none;
     background: #fff;
     color: #000000;
}

.relative .read_more:hover {
     background: #3c2d7e;
     color: #fff;
}

.relative .read_more:focus {
     box-shadow: none;
}

.relative h3 {
     padding: 0;
     font-size: 55px;
     line-height: 60px;
     color: #fff;
     font-weight: bold;
     padding-bottom: 30px;
}

.relative p {
     padding: 0;
     font-size: 17px;
     line-height: 25px;
     color: #fff;
     font-weight: 400;
     padding-bottom: 10px;
}

.carousel .icon-container {
     display: inline-block;
     font-size: 25px;
     line-height: 25px;
     padding: 1em;
     text-align: center;
     border-radius: 50%;
}

.carousel-caption button {
     border-color: #00bfff;
     margin-top: 1em;
}

.slider_main .carousel-indicators {
     display: none;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
     width: 50px;
     height: 50px;
     font-size: 30px;
     background-color: #ffffff;
     color: #3c2d7e;
     opacity: 1;
     border-radius: 50px;
     margin: 0px 20px;
     top: 45%;
}

#carouselExampleIndicators .carousel-control-next:focus,
#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:focus,
#carouselExampleIndicators .carousel-control-prev:hover {
     background-color: #3c2d7e;
     color: #fff;
}


/** end banner section **/


/*design*/

.desin {
     padding-top: 90px;
}

.design_box {
     background: #fffc;
     text-align: center;
     height:310px;
     padding: 0px 25px;
     margin-top: 85px;
}

.design_box i {
     background: #fff;
     width: 90px;
     display: flex;
     height: 90px;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     margin-top: -45px;
     position: absolute;
     left: 0;
     right: 0;
     transform: rotate(45deg);
     border: #3c2d7e solid 4px;
}

.design_box i img {
     transform: rotate(-45deg);
     width:50px;
}

.design_box h3 {
     color: #3c2d7e;
     font-size: 20px;
     font-weight: 500;
     line-height: 21px;
     padding-bottom: 15px;
     padding-top: 90px;
}

.design_box p {
     color: #000;
     font-size: 17px;
     font-weight: 400;
     text-align:justify;
     line-height: 26px;
}


/* end design*/

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 50px;
     color: #e31014;
     line-height: 42px;
     font-weight: 500;
     padding: 0;
     display: inline-block;
     text-align: center;
}
.titlepage h2 span{
     margin-left: 10px;
}
.blue {
     font-weight: 900;
     color: #3c2d7e;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #111111;
     color: #fff;
     padding: 13px 0px;
     ;
     width: 100%;
     max-width: 200px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 10px;
     height: 58px;
}

.read_more:hover {
     background: #3c2d7e;
     color: #fff;
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}


/** about section **/

.about {
         background: url(../img/about_bg.png);
         background-size: 100% 100%;
         background-position: center center;
         background-repeat: no-repeat;
         padding-top: 90px;
         padding-bottom: 90px;
         margin-top: 550px; 
}

.about .titlepage {
     padding-bottom: 0;
    text-align: center;
    margin: 0 auto;
}
.about .content .titlepage {
     padding-bottom: 0;
    text-align: left;
    margin: 0;
} 
.about .titlepage h3 {
     padding-bottom: 30px;
     color:#000;
     text-align: center;
     margin-right:5px;
     font-weight:700;
     font-size:30px;
     margin-left:75px;
}

.about .titlepage h3 span{
    font-family:"Times New Roman", Times, serif;
    font-size:40px;
    font-weight:900;
}
.about .titlepage h2 {
     padding-bottom: 10px;
     margin-top: 40px;
     word-spacing: 5px;
     color:#3c2d7e;
     margin-left: 45px;
     font-weight:700;
     font-size:30px;
}

.about .titlepage h2 span{
    font-family:"Times New Roman", Times, serif;
    font-size:25px;
    font-weight:900;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
     color: #808790;
     text-align:justify;
     padding: 0px 50px;
     padding-bottom: 29px;
}
.about .content{
     margin-left: -80px;
}
.about_img{
     background: #ffffff00;
     margin-left: -80px;
}
.about_img figure {
     margin-top: -60px;
     background: #ffffff00;
     width: 600px;
     min-height: 400px;
     
     box-shadow: 14px 10px 1px rgba(0,0,0,.2);
     /*border: #808790 solid 7px;*/
}

.about_img figure img {
     width: 100%;
     height: 400px;
     margin-bottom: 0px;
   /*  box-shadow: 14px 10px 1px #3c2d7e;
     border: #808790 solid 7px;*/
}

.about .read_more {
     display: block;
     border-radius:50px;
     background:#3c2d7e;
     color:#fff;
     margin-left:45px ;
     font-weight:900;
}

.about .read_more:hover{
    background:#808790;
    color:#3c2d7e;
    font-weight:900;
    letter-spacing:2px;
}
/** end about section **/


/** product **/

.product {
     background: url(../img/products_bg.png);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     padding-bottom: 60px;
     padding-top: 80px;
}

.product .titlepage p {
     line-height: 30px;
     color: #fff;
     padding-top: 15px;
}
.products .heading-row{
     margin-bottom: -71px;
}
.whitebg {
     color: #fff;
}

.product-box {
     background: #fff;
    margin-bottom: 30px;
    height: 440px;
}

.product-box figure {
     margin: 0;
     width: 360px;
     height: 360px;
     background: #ffffff00;
     transition: ease-in all 0.4s;
     overflow: hidden;
}

.product-box figure img {
     width: 100%;
     height: 360px;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}

.product-box figure img:hover {
    filter:brightness(100%);
     transition: ease-in all 0.4s;
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
}

.pro_text {
     background: #3c2d7e;
     text-align: center;
}

.pro_text a {
     text-align:center;
     font-size: 16px;
     font-weight: 700;
     color: #fff;
}


 .pro_text a:hover {
     font-weight: 900;
     word-spacing: 5px;
}


/** end product **/


/** service **/

.service {
     background:url(../img/service-bg.jpg);
     background-position: center center;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     padding-bottom: 30px;
     padding-top: 80px;
}
.service .titlepage{
margin-bottom: 60px;
}
.service .titlepage p {
     line-height: 30px;
     color: #000000;
     padding-top: 15px;
}

.service-box {
     background: #fff;
     margin-bottom: 60px;
     height: 300px;
}

.pro_text {
     padding: 30px 20px;
}

.service-box h3 {
     color: #3c2d7e;
     font-size: 20px;
     font-weight: bold;
     padding-top: 120px;
}

.service-box p {
     padding: 30px;
}



.service-box i {
     background: #fff;
     width: 120px;
     height: 120px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     margin-top: -45px;
     position: absolute;
     left: 0;
     right: 0;
     transform: rotate(45deg);
     border: #3c2d7e solid 4px;
}

.service-box i img {
     transform: rotate(-45deg);
     width:70px;
}


/** end service **/

/** clients**/
.clients{
     /**
     background: url(../img/clients_bg.png);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     **/
     padding-bottom: 60px;
     padding-top: 80px;
     padding: 80px;
     box-shadow: 0px 3px 10px rgba(0,0,0,.9);
}

.clients .govt_clients{
    margin-bottom:60px;
}
.clients .govt_clients .titlepage h2, .clients .pvt_clients .titlepage h2{
    font-size:30px;
    color:#808790;
    font-weight:900;
}
 .swiper {
        width: 100%;
        height: 100%;
        margin-bottom:30px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 150px;
        height: 100px;
        object-fit: cover;
      }

      .swiper {
        margin-left: auto;
        margin-right: auto;
      }
/** clients ends **/

/** contact **/
.contact {
     background: linear-gradient(45deg, rgba(128,135,144,1) 0%, rgba(17,31,61,1) 75%, rgba(17,31,61,1) 100%);
     padding-bottom: 90px;
     padding-top:50px;
     margin-bottom: 20px;
     box-shadow: 0px 3px 10px rgba(0,0,0,.9);
}
.contact .titlepage{
    padding-top: -10px;
    padding-bottom: 20px;
}
.contact .titlepage h2 span{
     color:#fff;
}
.contact .cont-form h5{
    color:#3c2d7e;
    text-align:center;
    font-size:25px;
    font-weight:700;
    margin-bottom:30px;
}
.contact .cont-form{
    background: #fff;
    padding: 20px 30px;
    margin-top: 40px;
    z-index: 0;

}
.contact .cont-info {
     margin-top: 40px;
     background: #3c2d7e;
     padding: 60px 25px;
     z-index: 1;
    
}
.contact .cont-info i{
     color:#3c2d7e;
     border-radius: 50%;
     padding: 8px;
     background:#fff;
     border: 2px solid #3c2d7e;
     font-size:16px;
     margin-right:5px;
     margin-bottom: 20px ;
}

.contact .cont-info p{
     color:#fff;
     font-weight:400;
     text-align:center;
     font-size:14px;
     margin-bottom:30px;
}
.contact .cont-info ul li {
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.62);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.62);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.62);
}
.contact .cont-info p span{
     margin-left: 20px;
}
.contact .cont-info iframe{
     margin-left:10px;
}
.main_form {
     width: 100%;
}

.main_form .contactus {
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     height: 30px;
     background: #fff;
     color: #808790;
     font-size: 17px;
     font-weight: normal;
     border-radius: 0px;
     border-top: solid 1px#fff;
     border-left: solid 1px #fff;
     border-right: solid 1px #fff;
     border-bottom: solid 1px #3c2d7e;
}

.main_form .contactus:focus{
    color:#3c2d7e;
}
.custom-select {
     padding: 0px 10px;
     color: #808490;
     font-size: 17px;
     height: 50px;
     border-top: solid 1px#fff;
     border-left: solid 1px #fff;
     border-right: solid 1px #fff;
     border-bottom: solid 1px #3c2d7e;
     margin-bottom: 20px;
     border-radius: 0px;
}

.custom-select:focus {
     border: dashed 1px #808790;
     color:#3c2d7e;
     box-shadow: inherit;
}

.main_form .textarea {
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #808790;
     font-size: 17px;
     font-weight: normal;
     padding: 12px 15px 10px 15px;
     height: 100px;
     border-radius: 0px;
     border-top: solid 1px#fff;
     border-left: solid 1px #fff;
     border-right: solid 1px #fff;
     border-bottom: solid 1px #3c2d7e;
}

.main_form .send_btn {
     font-size: 18px;
    transition: ease-in all 0.5s;
    background-color: #3c2d7e;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 100px;
    font-weight: bold;
    height: 53px;
    margin-left: 0px;
    padding: 13px 0;
}

.main_form .send_btn:hover {
     background-color: #808790;
     transition: ease-in all 0.5s;
     color: #3c2d7e;
     font-weight:900;
}

#request *::placeholder {
     color: #808790;
     opacity: 1;
}

.bor_no {
     border: inherit;
}

.bor_no .card-header {
     padding: 0;
     background: inherit;
     border: inherit;
}

.card-header>a {
     background: #3c2d7e;
     border-radius: 29px !important;
     border: inherit;
     margin-bottom: 5px;
     padding: 17px 20px;
     width: 100%;
     float: left;
}

.card-header>a[aria-expanded="true"] {
     background: #000;
}

.variat {
     color: #fff;
     font-size: 16px;
     font-weight: 400;
     line-height: 18px;
}

.variat i {
     text-align: right;
     float: right;
}


/** end contact **/

/** footer **/

.footer {
     padding-top: 80px;
     background: #fff;
     text-align: center;
     box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
}


.infoma {
     display: block;
}
.footer .quick-links{
     padding-top: 30px;
}
.footer .social{
     padding-top: 30px;
}
.footer .infoma img{
    height: 120px;
}
.footer .info ul li{
     list-style-type: none;
     color: #222;
     margin-bottom: 15px;
}
.footer .info ul li b{
     color: #3c2d7e;
}
.infoma p {
     color: #3c2d7e;
     text-align:justify;
     font-weight:500;
}
.social{
     margin-left: 100px;
}
 ul.social_icon {
     float: left;
     padding-top: 20px;
}

ul.social_icon li {
     display: inline-block;
     margin: 0 10px;
     border:2px solid #3c2d7e;
     transform: rotate(45deg);
}

ul.social_icon li a {
     background: none;
     width: 33px;
     height: 33px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #3c2d7e;
}

ul.social_icon li a i {
     font-size: 22px;
     transition: ease-in all 0.5s;
     transform: rotate(-45deg);
     color:#e31014;
}

ul.social_icon li a:hover {
     color: #fff;
     background: #e31014;
     transition: ease-in all 0.5s;
}
ul.social_icon li a:hover i{
    color:#e31014;
}
.infoma h3 {
     text-align: left;
     font-weight: 600;
     font-size: 19px;
     line-height: 24px;
     margin-left: 40px;
     color: #3c2d7e;
     padding-bottom: 15px;
 }
 .social h3{
     margin-left: 9px;
 }
.quick-links {
     margin-left: 40px;
}
.quick-links h3{
     margin-left: 100px;
}
.quick-links ul{
     margin-left: 100px;
}
.quick-links ul li{
     margin: 0px;
}
.quick-links  ul li a i{
    color:#3c2d7e;
    margin-right:5px;
}
.quick-links li a{
     color: #3c2d7e;
     font-size: 18px;
     text-align: left;
     display: list-item;
     line-height:2;
     font-weight:600;
}
.quick-links li a:hover{
    font-weight:900;
    letter-spacing:2px;
}

ul.conta {
     padding-top: 12px;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 15px;
     font-size: 14px;
     line-height: 18px;
     display: flex;
     align-items: center;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 21px;
     color: #fff;
}

ul.conta li a {
     color: #fff;
}

.copyright {
     margin-top: 70px;
     padding-bottom: 20px;
     background: #3c2d7e;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #3c2d7e;
}

/** end footer **/

/** inner footer **/

.inner_page .header {
     box-shadow: 0px 0px 9px 0px #3c2d7e;
     margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
   .breadcrumbs {
     padding: 20px 0;
     background-color: #3c2d7e;
     min-height: 40px;
   }
   
   .breadcrumbs h2 {
     font-size: 30px;
     font-weight: 600;
     margin: 0;
     color:#fff;
   }
   
   @media (max-width: 786px) {
     .breadcrumbs h2 {
       display:none;
     }
     .breadcrumbs ol li{
       color:#fff;
       font-size:16px;
       font-weight:700;
   }
   }
   
   .breadcrumbs ol {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     padding: 0;
     margin: 0;
     font-size: 14px;
   }
   
   .breadcrumbs ol li+li {
     padding-left: 10px;
   }
   .breadcrumbs ol li{
       color:#fff;
       font-size:20px;
       font-weight:700;
   }
   .breadcrumbs ol li a{
       color:#e31014;
       font-size:22px;
       font-weight:600;
   }
   .breadcrumbs ol li+li::before {
     display: inline-block;
     padding-right: 10px;
     color: #fff;
     content: "/";
   }
   
   @media (max-width: 786px) {
     .breadcrumbs{
          margin-top: -70px;
     }
     .breadcrumbs .d-flex {
       display: block !important;
     }
   
     .breadcrumbs ol {
       display: block;
     }
   .breadcrumbs ol li a {
       display: inline-block;
       font-size:14px;
     }
     .breadcrumbs ol li {
       display: inline-block;
       font-size:16px;
     }
   }

/** responsive css **/
@media (max-width: 786px){
  .top_header{
     box-shadow: 5px 5px 25px rgb(0 0 0 / 90%);
     height: 95px;
  }
  .top_header img{
      margin-left: 10px; 
      margin-top: 10px;
      width: 50px;
      height: 62px;
  }
  .top_header h2{
     font-family: 'Times New Roman', Times, serif;
     color:#3c2d7e;
     margin-top: 25px;
     font-size: 9px;
     margin-left: 10px;
     font-style: italic;
}
.top_header p{
     color:#000;
     font-size: 14px;
     font-size: 6px;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: 600;
     margin-top: -40px;
     margin-left: 146px;
}

.carousel{
    
     height: 164px;
     position: absolute;
     margin-top:-70px;
 }
 #carouselExampleIndicators .carousel-control-prev, #carouselExampleIndicators .carousel-control-next {
     width: 32px;
     height: 31px;
     background-color: #ffffff;
     color: #3c2d7e;
     font-size: 19px;
     opacity: 1;
     border-radius: 50px;
     margin: -60px 5px;
     top: 45%;
 }
.p_there p {
     color: #fff;
     font-size: 15px;
     font-weight: 400;
}
  .header_bottom{
     background: none;
     height:0px;
     box-shadow: none;
  }
  .swiper-slide{
     min-width: 150px;
     height: 100px;
  }
  .swiper-slide img{
     display: block;
     width: 150px;
     height: 100px;
     object-fit: cover;
   }
   .about {
     background: #fff;
     padding-bottom: -30px;
     margin-top: 140px;
     margin-bottom: -150px;
 }
 .about .titlepage {
     padding-bottom: 0;
     margin-top: -61px;
 }
 .about .titlepage h3 {
     font-size: 16px;
     margin-left: -10px;
 }
 .about .titlepage h2 {
     margin-left: 30px;
     font-weight: 700;
     font-size: 25px;
 }
 .about .titlepage h3 span{
     font-size: 20px;
 }
 .about .titlepage p{
     margin: 0px 0px;
     width: 430px;
 }
 .about .content {
     margin-left: -15px;
 }
 .about .read_more {
     margin-left: 110px;
 }
 .about_img {
     background: #ffffff00;
     margin-left: -10px;
 }
 .about_img figure {
     max-height: 100px;
     max-width: 80%;
     box-shadow: none;

 }
 .about_img figure img {
     margin-top: 67px;
     height: 200px;
     box-shadow: none;
 }
 .contact .titlepage {
     padding-top: -10px;
     margin-bottom: -120px;
     /* padding-bottom: 20px; */
 }
   .contact .cont-info p{
     text-align: left;
   }
   .contact .cont-info iframe{
     width: 100%;
   }
   .quick-links{
     margin-left: -70px;
   }
   .social{
      margin-left: 30px;
   }
   .social .social_icon{
     margin-top: -30px;
     margin-left: -10px;
   }
   .clients .govt_clients .titlepage h2, .clients .pvt_clients .titlepage h2 {
     font-size: 17px;
     color: #808790;
     font-weight: 900;
 }
 .clients .govt_clients .titlepage {
     padding-bottom: 28px;
     margin-top: -40px;
 }
 .clients .pvt_clients{
     margin-top: -40px;
 }

 .product-box figure {
     margin: 0;
     width: 100%;
     height: 300px;
     background: #ffffff00;
     transition: ease-in all 0.4s;
     overflow: hidden;
 }
 .products .row .about_img img{
     margin-bottom: 100px;
     height: 250px;
 }
 .products .titlepage {
     margin-left: 60px;
 }
 .why-us .why-box{
     width: 100%;
     text-align: center;
}

}
.why-us{
     margin-bottom: 100px;
}
.why-us .why-box{
     width: 20%;
     text-align: center;
}
.why-us .why-box img{
     text-align: center;
     margin: 20px auto;
     height: 64px;
     width: 64px;
}
.why-us .why-box h5{
     color: #e31014;
     text-align: center;
     font-size: 18px;
     font-weight: 500;
}
.why-us .titlepage p{
     color: #222;
     margin-top: 25px;
}