@charset "utf-8";
/* CSS Document */


p,
ul li {
    font-size: 20px !important;
    line-height:29px;
}



.commanHeadinng {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.underlinee {
    background-color: #000;
    height: 2px;
    width: 3%;
    margin: 0 auto;
    margin-bottom: 3.5rem;
    margin-top: -1rem;
}

.clients_sec .underlinee {
    margin-top: unset;
    width: 5%;

}

.topStrip {
    background: #0050a5;
    padding-block: 0.5rem;
    color: #fff;
    height: 50px;
}

.topStrip .container {
    height: 100%;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.leftStrip {
    width: 99%;
    display: flex;
    padding-right: 2rem;


}

.leftStrip i {
    margin-left: 0.5rem;
}

.leftStrip a {
    color: #fff;
}

.leftStrip a:hover {
    text-decoration: underline;
}

.stripNumber {
    padding-left: 1rem;
    display: none !important;
}

.stripEmail {
    padding-right: 0.5rem;
}


.rightStrip {
    width: 100%;
    text-align: left;
}

.rightStrip a{
    color: #fff;
}

.rightStrip i {
    font-size: 2rem !important;
    margin-left: 0.4rem;
    border: 1px solid var(--white);
    border-radius: 50%;
    padding: 0.5rem;
    cursor: pointer;
    -webkit-transition: all 0.9s;
    transition: all 0.3s;
}

.rightStrip i:hover {
    transform: rotate(360deg);
}

/* Owl Carousel v2.3.4 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*Owl theme*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 20px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 2px 4px;
    padding: 2px 10px !important;
    background: #060303 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ff4203 !important;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: none;
    outline: none;
    border: none
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 10px 4px;
    background: #a3a3a3;
    display: block;
    opacity: 1;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}

.owl-carousel {
    direction: ltr;
}

.merr {
    font-family: 'Poppins', serif;
}

body {
    background: #fff;
    font: 15px/22px 'Poppins', sans-serif;
    color: #424242;
    ;
    direction: rtl;
}

html {
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font: bold 25px/35px 'Poppins', sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 35px;
}

h2 {
    font: 500 28px/35px 'Poppins', sans-serif;
    color: #000;
    margin: 0;
}

h3 {
    font: bold 25px/35px 'Poppins', sans-serif;
    color: #000000;
}

h4 {
    font-size: 20px;
    color: #000000;
    padding-top: 35px;
}

h5 {
    font: bold 25px/35px 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 35px;
}

.heading {
    font: bold 28px/28px 'Poppins', sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: right;
    padding-top: 0px;
}

.heading1 {
    text-align: left;
    padding-top: 0px;
}

.heading3 {
    text-align: left;
    padding-top: 0px;
}

.lgt-gray {
    color: #e7e7e7;
}

.lgt-bluesh {
    color: #61707a;
}

.drk-redis {
    color: #81edff;
}

.code-color {
    color: #5c6e7a;
}

.mob_only {
    display: none;
}

.mob-hider {
    display: block;
}

.minmax {
    min-width: 1200px;
    max-width: 100%;
}

.letter_s {
    letter-spacing: 3px;
}

.container {
    width: 1260px;
    border: 0px solid #fff;
}

/*.row{padding:0; margin:0;}.row > */
.no_pad {
    padding: 0;
    margin: 0;
}

.top2 {
    background: #fff;

    width: 100%;
}

.t2_fixer {
    background: #fff;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 9;
    top: 0;
    box-shadow: 0px 0px 10px #666;
    min-height: 60px;
    padding: 0 0;
}

.t2_fixer .navbar-static-top .navbar-nav>li>a {
    color: #000;
    color: #0050a5;
}

.t2_fixer .navbar-static-top .navbar-nav>li>a:hover {
    color: #0050a5;
    border-bottom: 2px solid #0050a5;
}

.scroll {
    display: none;
}

.t2_fixer .scroll {
    display: block;
}

.t2_fixer .scroll1 {
    display: none;
}

#hom .t2_fixer .nav>li>a.hom,
#abo .t2_fixer .nav>li>a.abo,
#our .t2_fixer .nav>li>a.our,
#con .t2_fixer .nav>li>a.con,
#cli .t2_fixer .nav>li>a.cli {
    color: #0050a5;
    border-bottom: 2px solid #0050a5;
}

.t2_fixer .navbar {
    margin-top: 10px;
}

.t2_fixer .t-ban {
    display: none;
}

.t2_fixer .search {
    margin-top: 0;
}

.t2_fixer .logo-area {
    height: auto;
}

.logo-area {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    align-items: center;
}

footer .companyNames{
    display: flex;
    align-items: center;
}

.logo-area .companyNames p {
    text-align: right !important;
    font-size: 30px !important;
    text-wrap: wrap;
    color: #0050a5;
    font-weight: 600;
    margin: unset !important;
}

@media screen and (max-width:500px) {
    .logo-area .companyNames p,footer .companyNames p{
        /*width: 140px ;*/
        font-size: 24px !important ;
        font-weight: 600 !important;
    }
    
     .logo-area img, .ft-logo img{
        display:none !important;
    }
    
        .navbar-toggle {
    
        margin-top: 0 !important;
        
    }
    
    .ft-logo{
        width:100% !important;
        gap:0 !important;
        margin-right:0 !important;
    }
    
    .header-bg{
        padding-block:0.5rem;
    }
}

@media screen and (max-width:500px) {
footer .companyNames p{
        /*width: 180px !important;*/
        font-size: 24px !important ;
        font-weight: 600 !important;
    }
    
    footer .contct-dtls p{
        text-align:right !important ;
    }
   
    
    .ft-logo{
        
        flex-direction:row !important;
        width:370px !important;
    }
 
}





.t2_fixer .top_bg {
    display: none;
}

.t2_fixer .navbar-static-top .navbar-nav {
    margin-top: 5px;
}

.mw_98 {
    max-width: 98%;
    height: auto;
}

.mw_96 {
    max-width: 90%;
    height: auto;
    margin: auto;
}

.w97 {
    width: 80%;
}

.w100 {
    width: 100%;
}

.top-area {
    margin-top: 9px;
    font: 14px/18px 'Poppins', sans-serif;
    color: #fff;
}

.top-div {
    background: #c93140;
    width: 100%;
    height: 5px;
}


.logo-area {
    margin: 10px 0;
    float: left;
}

.logo-area a img {
    width: 100%;
    height: 70px !important;
    object-fit: contain;
}

@media screen and (max-width:400px) {
    .logo-area .companyNames p,footer .companyNames p{
        /*width: 140px ;*/
        font-size: 18px !important ;
        font-weight: 600 !important;
    }
    
    footer .companyNames p{
        /*width: 180px !important;*/
        font-size: 18px !important ;
        font-weight: 600 !important;
    }
    
    .logo-area a img,.ft-logo img {
    width: 100%;
    height: 50px !important;
    object-fit: contain;
}

.logo-area,.ft-logo {
    display: flex;
    gap: 5px;
  
}

.header-bg .container{
    padding-inline:0 !important;
}
}

.top_bg {
    background: transparent;
}

.call_sec {
    font: 13px 'Poppins', sans-serif;
    color: #fff;
    padding-bottom: 9px;
    padding-top: 9px;
}

.call_sec a {
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}

.call_sec .fa {
    font-size: 20px;
}

.call_sec span a:hover,
.call_sec span a:focus {
    color: #ccc;
    text-decoration: none;
}

.call_sec b {
    font-weight: normal;
}

.call_sec img {
    vertical-align: middle;
    margin-right: 5px;
}

.call_dis {
    display: none;
}

.call_dis2 {
    display: block;
}

.top-social {
    margin-top: 8px;
    margin-bottom: 9px;
}

.top-social a {
    display: block !important;
    margin-right: 20px;
    margin-bottom: 2rem;
}

.top-social a .fa {
    color: #fff;
    transition: .6s;
}

.top-social a .fa:hover {
    transform: scale(1.5, 1.5);
}

/* top menu */

/* NAV STARTS */
.navbar-header {
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
}

.navbar {
    min-height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    float: right;
}

.navbar-nav {
    float: right;
    text-align: right;
}

.navbar-static-top {
    background: none;
}

.navbar-static-top .navbar-nav {
    margin-top: 15px;
}

.navbar-static-top .navbar-nav>li {
    background: none;
    position: relative;
    text-align: center;
    float: none;
    display: inline-block;
}

.navbar-static-top .navbar-nav>li:nth-child(6) {
    border: none;
}

.navbar-static-top .navbar-nav>li>a {
    color: #0050a5;
    font: 500 20px/20px 'Poppins', sans-serif;
    padding: 10px 8px;
    background: none;
    transition: all linear .6s;
    margin: 0 15px;
    border-bottom: 2px solid transparent;
}

.navbar-static-top .navbar-nav>li>a .fa {
    font-size: 26px;
    padding-bottom: 10px;
}

.navbar-static-top .navbar-nav>li.open:focus {
    background: #000080;
}

.navbar-static-top .navbar-nav>.open>a,
.navbar-static-top .navbar-nav>.open>a:focus,
.navbar-static-top .navbar-nav>.open>a:hover,
.navbar-static-top .navbar-nav>li>a:hover,
.navbar-static-top .navbar-nav>li>a.act,
.navbar-static-top .navbar-nav>.open>a:focus,
.navbar-static-top .navbar-nav>.open>a:hover {
    color: #0050a5;
    border-bottom: 2px solid #0050a5;
}

#hom .nav>li>a.hom,
#abo .nav>li>a.abo,
#our .nav>li>a.our,
#con .nav>li>a.con {
    color: #2455a8;
    border-bottom: 2px solid #2455a8;
}

.dropdown-menu {
    background: #c90000;
    margin-left: 0px;
    width: auto;
    position: absolute;
    padding: 0px 0;
}

.dropdown-menu>li {
    border-bottom: 1px solid #4c0404;
}

.dropdown-menu>li>a {
    color: #fff;
    line-height: 30px;
}

.dropdown-menu>li>a:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.navbar-toggle {
    background: #c90000;
    border-radius: 0;
}

.navbar-toggle span.icon-bar {
    background: #fff;
}

/* NAV ENDS */


/*
.blo {margin: 0 0 25px 0 !important;padding: 0;}
.blo li {padding:0;list-style:none;width:23.6%;margin:.6em;float:left;background:#f8f8f8;min-height:23.4em;box-shadow:0px 0px 10px #ddd;}
.block-1{padding:8px 15px 8px 15px;background:#468ad1;border-radius:0 0 5px 5px;margin-bottom:10px;color:#fff;font-size:18px;box-shadow:0px 2px 1px #ccc;font-weight:600;}
.block-2{padding: 0 15px 15px 15px;}
*/


.wel-area {
    padding: 60px 0;
    background: linear-gradient(rgb(0, 80, 165, 0.7), rgb(0, 80, 165, 0.7)), url(../images/ab-9.jpg) no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/ab-9.jpg) no-repeat;

    background-size: cover !important;
    /*background-attachment: fixed;*/
}

@media screen and (max-width:767px) {
    .wel-area {
        background-attachment: unset;

    }

    .logo-area .companyNames p{
        text-align: right !important;
    }
}

.wel-area img {
    width: 99%;
    height: 325px;
    object-fit: cover;
    border-radius: 1.5rem;
}

@media screen and (max-width:1200px) {
    .wel-area img {
        height: 400px;
      
    }
}

.why_area img {
    width: 99%;
    height: 350px !important;
    object-fit: cover;
    border-radius: 1.5rem;
}

.why_area a{
    text-decoration: underline;
    font-weight: 500;
}


.about {
    padding: 0;
}

.about h2 {
    color: #fff;
}

.wel {
    min-height: 410px;
}

.about p {
    font-size: 14px;
    color: #fff;
}

.read-btn {
    display: inline-block;
    padding: 12px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all linear .3s;
    border-radius: 5px;
    text-transform: uppercase;
    border: 2px solid transparent;
    background: #0050a5;
}

.read-btn:hover {
    color: #fff;
    text-decoration: none;
    background: transparent;
    border-color: #fff;
}

.faci {
    margin-top: 20px;
    font-size: 14px;
}

.faci span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 5px;
    font-size: 18px;
}


.serv_area {
    background: url(../images/serv-bg.jpg) no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding: 50px 0 60px;
}

.serv_area h2 {
    text-align: center !important;
    font-size: 26px;
    margin-bottom: 1rem !important;
    font-weight: bold !important;
}

.serv_area li,
.serv_area h3 a {
    text-align: center !important;
}

.head_text {
    text-align: center;
    font-weight: 500;
}

.ser_box {
    background: #2a3237;
    background-color: #fff;
    padding: 10px;
    height: 100%;
    transition: 0.7s all ease;
    cursor: pointer;

}

.ser_box:hover {
    background: #0050a5;
}

.ser_box h3 a {
    height: 70px;
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
}


.ser_box:hover .hoverWhite {
    color: #fff !important;
    border-bottom: 1px solid #fff;


}

.ser_box:hover .swiper-wrapper .servBtn {
    background-color: #fff !important;
    color: #000 !important;
    padding: 12px 20px;
    margin-top: 20px;
    font-size: 16px !important;
    font-weight: 500;
    transition: all linear .3s;
}

.ser_box p a {
    color: #000;
    font-size: 14px !important;
    font-weight: 300;
    border: none !important;
    text-decoration: none !important;
}




.inn-div {
    margin-top: 110px;
    width: 85%;
    float: right;
}

ul.float {
    margin: 0;
    padding: 0;
}

ul.float li {
    width: 50%;
    float: left;
    position: relative;
    display: inline-block;
    list-style-type: none;
    margin: 0 auto;
}

.why_area {
    background: linear-gradient(rgb(0, 80, 165, 0.8), rgb(0, 80, 165, 0.8)), url(../images/ab-3.jpg) no-repeat center ;
    padding: 60px 0px;
}

@media screen and (max-width:767px) {

    .why_area,
    .serv_area {
        background-attachment: unset;
        background-repeat: no-repeat;
        background-size: cover;

    }
}


.why_area p {
    margin-top: 10px;
    color: #fff;
}

.why_area p a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.why_area h2 {
    font-size: 28px !important;
    margin-bottom: 2rem;
    margin-top: -1.5rem;
    color: #fff;
}


.busines_area {
    /*background:linear-gradient(rgba(255, 255, 255,0.3),rgba(255, 255, 255,0.3)), url(../images/bussines-bg.jpg) no-repeat;*/
        background:url(../images/bussines-bg.jpg) no-repeat;

    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}

.busines_area h2 {
    color:#fff !important   ;
    margin: 0 auto;
    width: 48%;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

.busines_area a {
    display: block;
    width: max-content;
    margin: 0 auto;

    padding: 12px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all linear .3s;
    border-radius: 5px;
    text-transform: uppercase;
    background: #0050a5;
    
}

.busines_area a:hover {
    text-decoration: none;
    background: #001c3a;
}

.team_area {
    background: url(../images/team-bg.jpg) no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding: 60px 0;
    text-align: center;
}

.team_area h2 {
    text-align: right;

    font-size: 28px;
    color: #fff;
}

.team_area .sub_head {
    text-align: right;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
}

@media screen and (max-width:1200px) {
    .team_area img {
        width: 400px !important;
    }

    
}



.team_cont {
    text-align: right;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}

.team_cont a{
    text-decoration: underline;
    font-weight: 500;
}


.leadershipBenifits img {
    height: 480px !important;
}


/****portfolio effect****
.main{width:100%;height:100%;}
.portfolio{width:790px;height:528px;overflow:hidden;position:relative;transition:all linear 0.7s;}
.portfolio-box{width:790px;height:528px;margin:0px auto 5px auto;}
.portfolio-box figure{width:790px;height:528px;vertical-align:middle;display:table-cell;text-align:center;}
.portfolio-box figure img{display:block;max-width:100%;}
.portfolio .effect{width:790px;height:528px;background:rgba(0, 0, 0, 0.51);position:absolute;z-index:5;top:0;transition:all linear 0.7s;overflow:hidden;opacity:0}
.portfolio:hover .effect{opacity:1}
.portfolio .effect h2{font:600 40px/35px 'Poppins', sans-serif;color:#fff;text-align: center;text-transform: uppercase;padding-top: 260px;margin: 0;vertical-align: middle;}

/****portfolio effect****/

/****portfolio effect1****

.main1{width:100%;height:100%;}
.portfolio1{width:380px;height:528px;overflow:hidden;position:relative;transition:all linear 0.7s;}
.portfolio-box1{width:380px;height:528px;margin:0px auto 5px auto;}
.portfolio-box1 figure{width:380px;height:528px;vertical-align:middle;display:table-cell;text-align:center;}
.portfolio-box1 figure img{display:block;max-width:100%;}
.portfolio1 .effect1{width:380px;height:528px;background:rgba(0, 0, 0, 0.51);position:absolute;z-index:5;top:0;transition:all linear 0.7s;overflow:hidden;opacity:0}
.portfolio1:hover .effect1{opacity:1}
.portfolio1 .effect1 h2{font:600 40px/50px 'Poppins', sans-serif;color:#fff;text-align: center;text-transform: uppercase;padding-top: 230px;margin: 0;vertical-align: middle;}

/****portfolio effect1****/

/****portfolio effect2****

.main2{width:100%;height:100%;}
.portfolio2{width:380px;height:252px;overflow:hidden;position:relative;transition:all linear 0.7s;}
.portfolio-box2{width:380px;height:252px;margin:0px auto 5px auto;}
.portfolio-box2 figure{width:380px;height:252px;vertical-align:middle;display:table-cell;text-align:center;}
.portfolio-box2 figure img{display:block;max-width:100%;}
.portfolio2 .effect2{width:380px;height:252px;background:rgba(0, 0, 0, 0.51);position:absolute;z-index:5;top:0;transition:all linear 0.7s;overflow:hidden;opacity:0}
.portfolio2:hover .effect2{opacity:1}
.portfolio2 .effect2 h2{font:600 28px/55px 'Poppins', sans-serif;color:#fff;text-align:center;text-transform:uppercase;padding-top:100px;margin:0;vertical-align:middle;}

/****portfolio effect2****/


/* clients content start */
.clients_sec {
    /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/ab-9.jpg") no-repeat; */
    padding: 40px 0;
    background-size: cover;
    /*background-attachment: fixed;*/
}

.clients_sec h2 {
    color: #fff;
    color: #000;
    font-weight: bold !important;
}

.clients_sec p {
    color: #000000;
}

.clients_sec .underlinee {
    margin: 0 !important;
    margin-bottom: 3.5rem !important;
}


.clients_sec .container>ul li {
    list-style: none;
}

.clients_list {
    margin: 50px 0px 0px 0px;
    padding: 0px 0 0px
}


.clients_list .clientBtn{
    display:block;
    width: max-content;
    padding: 12px 30px;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    transition: all linear .3s;
    border-radius: 5px;
    text-transform: uppercase;
    background: #0050a5;
}

.clients_list .clientBtn:hover{
    text-decoration: none;
    background-color: #001c3a;
}


.clients_sec  .marginnTop{
    margin-top: 3rem;
}

.clients_sec  .marginnTop h2{
    margin-bottom: 2rem;
}

.clients_sec ul{
    margin-block: 2rem;
    padding-right: 2rem !important;
}

.mainBanner {
    width: 100%;
    height: 500px;
}










.brand_pic {
    width: 95%;
    height: 130px;
    text-align: center;
    overflow: hidden;
    margin: 10px auto;
    padding: 15px 0;
    background: #fff;
    transition: all 0.3s linear;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: #ccc 0 0 5px;

}

.brand_pic:hover {
    box-shadow: #eee 0 0 15px;
}

.brand_pic span {
    width: 270px;
    height: 95px;

    margin: 0 auto !important;
    text-align: center !important;
}

.brand_pic img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain !important;
}

/* clients content start */

/*
.port-area .count{padding:70px 0;}
.decor-left:before{ content:''; position:absolute;width:40px; height:40px;border-left:3px solid #000; border-top:3px solid #000;}
.decor-left:after{ content:''; position:absolute;width:40px; height:40px;border-left:3px solid #000; border-bottom:3px solid #000;}

.decor-right:before{ content:''; position:absolute;width:40px; height:40px;border-right:3px solid #000; border-top:3px solid #000;}
.decor-right:after{ content:''; position:absolute;width:40px; height:40px;border-right:3px solid #000; border-bottom:3px solid #000;}


.decor-left, .decor-right {color:#505050;display:block;}
.decor-left:before {top:0;left:15px;}
.decor-left:after {bottom:0;left:15px;}
.decor-right:before {top: 0;right: 15px;}
.decor-right:after {bottom: 0;right: 15px;}

.count ul{padding:100px 100px;margin:0; list-style:none;text-align:center;}
.count ul li{padding:0;margin:0;list-style:none;width:24.7%;text-align:center;display:inline-block;}
.count .num{font:bold 55px/35px 'Poppins', sans-serif;color:#000;margin-bottom:40px;}
.count .sub-text{font:400 14px 'Poppins', serif;color:#ababab;font-style:italic;}
.border{border-top:3px solid #bfbfbf;width:32%;margin:10px auto;}
*/


/* .contact-area{background:url(../images/contact-bg.jpg) no-repeat center; background-attachment:fixed; background-size:cover;min-height:760px;}
.contact-area h1{font:bold 30px/35px 'Poppins', sans-serif;color:#fff;   text-align:left;margin-top:40px;margin-bottom:30px;}
.contact-area .contact_form input[type=text], .contact_form select, .contact_form textarea{width:48%;padding:12px 30px;color:#525252 !important;border:1px solid #c3c3c3;font:400 16px/36px 'Lato', sans-serif;margin-bottom:15px;background:rgba(255, 255, 255, 0.4) !important;}

.contact-area .btn7{padding:10px 50px;font:700 14px/25px 'Poppins', sans-serif;color:#fff;background:#00ccc4;border:2px solid #00ccc4;margin:30px 0;border-radius:0;}
.contact-area .btn7:hover{border:2px solid #fff;color:#fff;background:none;}

.enquiry_btn2, .enquiry_btn2:visited{background:#db3093; color:#fff !important; border-radius:15px; display:inline-block; text-align:center;font:700 15px/40px 'Roboto Slab', serif;height:40px; padding:0px 30px;cursor:pointer; text-transform:uppercase;}
.enquiry_btn2:hover{background:#45cdc7; color:#fff;}
.yel-btn{ background:#c62124; padding:0px 26px; display:inline-block; color:#fff; line-height:42px; font-size:14px; font-weight:bold; text-transform:uppercase; border-radius:20px;}
.yel-btn:hover{ background:#000; color:#fff; text-decoration:none;}

.yel-btn2{ background:#1a1648; padding:5px 60px; display:inline-block; color:#fff; line-height:20px; font-size:14px; text-transform:uppercase;font-weight:600;}
.yel-btn2:hover{ background:#f7b608; color:#fff; text-decoration:none;}

.yel-btn3{ background:#1a1648; padding:5px 13px; display:inline-block; color:#fff; line-height:20px; font-size:16px; text-transform:uppercase;font-weight:600;}
.yel-btn3:hover{ background:#f7b608; color:#fff; text-decoration:none;} */


/*gallery-start*


ul.float_6{ margin:0 !important; padding:0;}
ul.float_6 li{ width:25%; float:left; display:inline-block; position:relative; list-style:none; margin:0 auto 5px auto !important;}
.gall-inn{ width:100%; height:auto; transition:all linear 0.8s; cursor:pointer}
.gall-img-area{ width:300px; height:240px; overflow:hidden; margin:0 auto;background:#FFF; border:1px solid #ccc;transition:all linear 0.7s; }
.gall-img-box{ width:300px; height:240px; margin:0 auto; background:#fff; transition:all linear 0.8s;}
.gall-img-box figure{width:300px;height:240px;display:table-cell;vertical-align:middle;text-align:center;}
.gall-img-box figure img{ display:block; max-width:100%;}
.gall-txt a{ color:#fff;}
.gall-inn:hover{transform:scale(1.05,1.05)}
.gall-img-area:hover{border:1px solid #000;}


/*gallery-div*/


/*testimonials*
.tes-col{ color:#bd8038;}
.testi_bg{ background:url(../images/testimonials-bg.jpg) center top no-repeat; min-height:466px; padding:43px 0;}
.quote-font{margin:0 auto;float:left;margin-right:25px;height:150px;width:100px;}
.quote-font i{ color:#ab7020; font-size:40px;}
.testi_area{width:100%; margin:auto; margin-top:22px; position:relative;}
.testi_box{background:none;color:#8e8e8e;font-size:14px;line-height:24px;padding:0 50px 0px 50px; border-radius:5px;min-height:120px;position:relative;text-align:left;font-weight:600;}
.testi_col{ position:absolute; top:-18px; left:13px;}
.read_testi{ float:right; font-size:16px; font-weight:bold; margin:-47px 0 0 0;}
.carousel-indicators{position:absolute;bottom:-31px;z-index:15;width:15%;padding-left:0;left:18%;margin-left:0%;text-align:left;list-style:none;}

.carousel-indicators li{display: inline-block;width:17px;height:17px; margin:2px;text-indent: -999px;cursor: pointer;background-color:#cccccc;border:0;border-radius:50%;}
.carousel-indicators .active {width:17px;height:17px;margin:2px;background-color:#3b4f65;}

.testi_name{font-size:15px; color:#000; padding-top:15px;display:}
.testi_read{ float:none; font-size:14px; font-weight:600; color:#000}
.see_more{ background:#6aa73e; color:#fff; border-radius:5px; font-size:16px; text-align:center; border:0; padding:15px 0; width:255px; display:inline-block;}
.see_more:hover{ background:#479211; color:#fff; text-decoration:none;}
.browse_more{ border:0; background:none; border-radius:15px; padding:9px 20px; font-size:14px; font-weight:bold; text-transform:uppercase; text-align:center; display:inline-block; width:250px; vertical-align:middle; color:#303030; transition:all 0.3s linear; border:2px solid #32b3b4;}
.browse_more:hover{ background:#000; color:#fff; border:2px solid #fff;}
/*testimonials-end*/

.testi {
    margin: 0;
    background: #fff;
    padding: 80px 0;
}

.more-testi {
    display: block;
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
    font-weight: 500;
}



.client img {
    margin-right: 22px;
}

.testi-cont {
    padding: 0px 0;
}

.testi-cont h1 {
    font: 700 38px/53px 'Poppins', sans-serif;
    color: #949494;
    text-align: left;
    padding-top: 35px;
    letter-spacing: 7px;
}

.testimonial {
    padding: 40px 0;
}

.subscribe_btn,
.subscribe_btn:visited {
    background: #1d52a2;
    display: inline-block;
    text-align: center;
    color: #fff;
    font: 400 .9em / 20px 'Poppins', sans-serif;
    height: auto;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    margin: 10px 0;
}

.foot1 .form-control {
    height: auto;
    padding: 12px 10px;
    width: 62%;
    display: inline-block;
}


/*footer-start*/
footer {
    font-weight: 500;
    background: url(../images/footer-bg.jpg) repeat-x;
}

footer h4 {
    font: 600 20px/25px 'Poppins', serif;
    color: #ffffff;
    display: block;
    margin-bottom: 0px;
    text-transform: none;
    text-align: right;
    padding-top: 0;
}

footer .contct_dtls {
    width: 100%;
    margin-top: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

footer .contct-dtls {
    width: 100%;
    margin-top: 30px;
    color: #3a3a3a;
    font-size: 14px;
}

.ft-logo {
    float: right;
    display: flex;
    gap:7px;
        flex-direction: row-reverse;
}

.ft-logo img {
    height: 65px;
}




.link-width {
    width: 50%;
    float: left;
}

footer .contct-dtls p {
    font-weight: 400;
    margin-top: 10px;
    float: unset;
        padding-right: 5px;
    color: #ffffff;
    font-size: 16px !important;
}





footer .contct-dtls>p {
    margin-top: 2.5rem !important;
}




footer .contct-dtls p a {
    color: #ffffff;
}

footer .contct-bottom-dtls {
    margin-top: 15px;
    color: #949494;
    font-size: 16px !important;
    font-weight: 700;
    text-align: right;
}

footer .contct_dtls p a {
    color: #ffffff;
    font-size: 16px;
}

.foot-top .top-social a i {
    font-size: 25px;
    color: #ffffff;
    transition: .6s;
    padding: 0 1px;
}

.foot-top .top-social a {
    color: #ffffff;

}


footer .spacr {
    padding-right: 0px
}

footer .contct_dtls .ft-contct {
    width: 100%;
    color: #bfbfbf;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    font-weight: 400
}

footer .contct_dtls .ft-contct span {
    display: block;
    float: left;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-right: 5px;
}

footer .contct_dtls .ft-contct b {
    font-weight: 600;
    font-size: 13px;
    display: block;
    line-height: 16px;
}

footer .contct_dtls .ft-contct a {
    color: #bfbfbf;
}

footer .contct_dtls .ft-contct a:hover {
    text-decoration: underline;
}


.foot-top .top-social {
    margin-top: 10px;
    margin-bottom: 9px;
    float: none
}

.foot-top .top-social a {
    display: inline-block;
    margin-right: 10px;
}

.foot-top .top-social a .fa {
    font-size: 20px;
    color: #ffffff;
    transition: .6s;
    padding: 0 1px;
}

.fac {
    padding: 0px !important;
}

.foot1 {
    padding: 40px 0;
    background: #1d52a2;
    color: #fff;
}

.foot2 {
    background: #fff;
}

footer .ft-nav {
    display: none;
}

footer .ft-top {
    width: 100%;
    padding: 10px 0px 26px 0px;
}

footer .sntwrks {
    float: left;
    width: 270px;
}

footer .sntwrks span {
    float: left;
    color: #fff;
    line-height: 18px;
    padding-left: 0px;
}

footer .ft_rmenu {
    float: right;
    position: relative;
    width: 71%;
    display: block;
    text-align: right;
}

footer .ft_menu a {
    display: inline-block;
    color: #fff;
    margin: 0px 0;
    font: 600 12px/24px 'Poppins' !important;
    padding: 13px 10px 5px 10px;
    text-transform: uppercase;
}

footer .ft_menu a:hover {
    text-decoration: underline;
    color: #02172c;
}




footer .ft_links a {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    margin: 5px 0;
    font-weight: 500;
    transition: .3s;
}

footer .ft_links a:hover {
    text-decoration: underline;
}

footer .ft_links span a {
    text-transform: uppercase;
}

footer .callus {
    margin-top: 10px;
    display: block;
}

footer .callus span {
    color: #959595;
    font-size: 13px;
    padding-left: 10px;
}

footer .callus img {
    vertical-align: middle;
    display: block;
    float: left;
}

footer .ph {
    display: block;
    margin-top: 10px;
}

footer .ph span {
    color: #959595;
    font-size: 13px;
    padding-left: 10px;
}

footer .ph img {
    vertical-align: middle;
    float: left;
    display: block;
}

footer .right-sect {
    text-align: right
}

footer .right-sect a {
    color: #bfbfbf;
    font-size: 13px;
    font-family: 'Poppins';
}

footer .right-sect a:hover {
    text-decoration: underline;
}

.copy-rght {
    font-size: 11px;
    color: #878787;
    text-align: right;
    padding-top: 20px;
}

::placeholder {
    font-family: 'Poppins';
}

.copy-rght a {
    color: #878787;
}

.f_dd_box {
    margin: 10px 0 0 0;
}

.desk_show {
    display: block;
    text-align: center;
}

@media screen and (max-width:992px) {
    .desk_show {
        display: block;
        text-align: left !important;
    }

    footer .ft_links {
        margin-top: -40%;
    }

    .clients_sec  .marginnTop{
        margin-top: 1rem;
        margin-bottom: -2rem;
    }

    .clients_list {
        margin-top: 2rem !important;
    }
}

.mob_only {
    display: none;
}

.pro {
    font-weight: 700;
    color: #81ab40;
    display: block;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-align: right;
    padding-top: 8px;
    font-size: 22px;
}

.ft_links {
    margin: 0;
    padding: 0;
}

.ft_links li {
    padding: 0;
    list-style: none;
}

.bottom {
    width: 100%;
    background: #000;
    text-align: center;
    padding: 15px 0;
    color: #ababab;
}

.bottom a {
    color: #ababab;
}

.ft-add1 {
    margin-bottom: 10px;
    font-size: 16px !important;
}

.ft-add1 span {
    display: block;
    float: right;
    width: 30px;
    height: 34px;
    overflow: hidden;
    margin-right: 5px;
    font-size: 18px;
}

.ft-add {
    margin-bottom: 10px;
}



.ft-add span {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 5px;
    font-size: 18px;
}

.chat-btn {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 40px;
}

.ft-add:before {
    clear: both;
    display: block;
    content: ''
}

/*footer-end*/

/* TREE */
.breadcrumb_outer {
    background: #0050a5;
}

.breadcrumb_outer .breadcrumb {
    margin: 0;
    font-size: 14px;
    color: #fff;
    background: none;
    padding: 6px 0
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb li.active {
    color: #fff;
}

footer .contct-dtls p {
    font-weight: 400;
    margin-top: 10px;
    float: left;
    color: #ffffff;
    font-size: 20px !important;
}

footer .companyNames p{
        font-size: 30px !important;
            font-weight: 600 !important;
    width: max-content;
    margin: unset !important;
}

/* TREE CLASSES */

/* CMS AREA */
.mid_area {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cms_area {
    line-height: 24px;
    font: 16px/23px 'Poppins', sans-serif;
    min-height: 400px;
    margin-bottom: 20px;
}

.cms_area ul,
.cms_area ol {
    font: 14px/23px 'Poppins', sans-serif;
    margin: 30px 0px 30px 40px
}

.cms_area ul li,
.cms_area ol li {
    margin: 10px 0;
    padding-left: 10px;
}

.cms_pc {
    float: left;
    margin: 5px 10px 10px 0px;
    width: 40%;
    height: 300px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 5px;
}

/* CMS AREA ENDS */


.serv_box {
    padding: 5px 5px 5px 20px;
    box-shadow: 0 0 4px #ccc;
    margin-top: 15px;
}

.serv_box img {
    width: 30%;
    float: right;
    height: 250px;
    object-fit: cover;
    margin-left: 20px;
}

.serv_box h2,
.serv_box1 h2 {
    font-size: 22px;
    margin-top: 30px;
}



.contentSec h2 {
    font-size: 28px;
}

.contentSec p {
    font-size: 20px;
}

.serv_box p,
.serv_box1 p {
    font-size: 14px;
    margin-top: 10px;
}

.serv_box1 {
    padding: 5px 20px 5px 5px;
    box-shadow: 0 0 4px #ccc;
    margin-top: 15px;
}

.serv_box1 img {
    width: 30%;
    height: 250px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
}



/* CONTACTS */
.text {
    margin-right: 18px;
}

.contact_box {}

.contact_form input[type=text],
.contact_form select,
.contact_form textarea {
    width: 48%;
    padding: 7px 10px;
    color: #666 !important;
    border: 1px solid #c3c3c3;
    font: 400 16px/36px 'Lato', sans-serif;
    margin-bottom: 20px;
    background: #fff;
}

.contact_form .large {
    width: 98.8% !important;
}

.contact_form select {
    width: 49%;
    padding: 7px 10px;
    color: #666 !important;
    border: 2px solid #535252;
    border-radius: 15px;
    font: 400 16px/36px 'Lato', sans-serif;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/arrow3.png) no-repeat 97% center;
}

.call {
    background: url(../images/call3.png) no-repeat right top;
    padding: 5px 75px 0 0px;
    min-height: 61px
}

.email {
    background: url(../images/email1.png) no-repeat right top;
    padding: 5px 60px 0 0px;
    height: 45px;
    background-size:contain;
}

.add {
    background: url(../images/add.png) no-repeat right top;
    padding: 5px 60px 0 0px;
    height: 45px;
    background-size:contain;
}

/*
.fax{background:url(../images/fax.png) no-repeat right top; padding:5px 0 0 75px; min-height:61px}
.web{background:url(../images/web.png) no-repeat right top; padding:5px 0 0 75px; min-height:61px}
*/
.feedback {
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}

.btn_1 a {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 30px;
    border: 2px solid #404040;
    transition: all ease-in-out 0.3s;
    margin: 20px 0;
    border-radius: 25px
}

.btn_1 a:hover {
    background-color: #5aa410;
    color: #fff;
    text-decoration: none;
    border: 2px solid #5aa410;
}

.btn7 {
    padding: 12px 25px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #0050a5;
    border: 2px solid #0050a5;
    transition: all ease-in-out 0.3s;
    margin: 5px 0;
    border-radius: 5px;
    font-weight: 400;
}

.btn7:hover {
    color: #0050a5;
    background: none;
}

.btn2 {
    background: #231f20;
    padding: 12px 25px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #404040;
    transition: all ease-in-out 0.3s;
    margin: 5px 0;
    border-radius: 5px
}

.btn2:hover {
    color: #fff !important;
    background: #333;
}

.contct_dtls {
    width: 100%;
    color: #545454;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 20px;
}

.ft-cont1 span {
    display: block;
    float: left;
    width: 30px;
    height: 55px;
    overflow: hidden;
    margin-right: 5px;
}

.ft-cont {
    margin-top: 6px;
}

.ft-cont span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 5px;
}

.contct_dtls p a {
    color: #c53f2e;
    background: none;
}

.serv ul {
    text-align: center;
    list-style: none;
}

.serv ul li {
    text-align: center;
    display: inline-block;
    background: #c53f2e;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 20px;
    text-transform: uppercase;
}

.service {
    margin-top: 50px;
}

.service ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service ul li {
    width: 49.8%;
    display: inline-block;
}

.service-cont {
    width: 580px;
    margin: 0px auto;
    transition: all linear .6s;
    background: #efefef;
    margin-bottom: 30px;
}

.service-cont .service-img {
    width: 580px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.service-cont .service-img figure {
    width: 580px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.service-cont p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    padding-bottom: 15px;
}

/* CONTACTS ENDS */

.form-width2 {
    width: 38%;
    float: right;
}

.white {
    color: #fff;
}


.sitemap {
    text-align: left;
    padding: 30px auto;
}

.sitemap a {
    display: inline-block;
    padding: 5px 30px;
    background: url(../images/fq-r.png) no-repeat 8px center;
    font: 400 13px/20px 'Roboto', sans-serif;
    margin: 5px 5px;
    color: #666;
    width: 24%;
    float: left;
    border: 1px solid #ddd;
}

.sitemap a:hover {
    color: #000;
    border: 1px solid #666;
}


fieldset {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0em;
    padding-right: 0em;
    border: 1px solid #dadada;
    margin-bottom: 0px;
}

legend {
    display: inline-block;
    width: auto;
    border-bottom: none;
    font: 20px/18px 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 5px;
    margin: 0px;
}

.post {
    float: right;
}

#post-testimonial .mt15 {
    margin-top: 0px;
}




/* ======================================================================================================
   MEDIA QUERIES
   =====================================================================================================*/

/* ================= Desktop/Laptop below 1280px  ================= */

@media only screen and (max-width:1280px) {
    .container {
        width: 100%;
    }

    .wel {
        min-height: 495px;
    }

    .read-btn {
        margin-bottom: 25px;
    }

    /*
.port1{min-height:444px;}
.count ul li{width:24.6%;}
.text {margin-left: 13px;}
.portfolio{width:620px;height:414px;}
.portfolio-box{width: 620px;height: 414px;}
.portfolio-box figure{width: 620px;height: 414px;}
.portfolio .effect{width: 620px;height: 414px;}

.portfolio1{width: 295px;height: 414px;}
.portfolio-box1{width: 295px;height: 414px;}
.portfolio-box1 figure{width: 295px;height: 414px;}
.portfolio1 .effect1{width: 295px;height: 414px;}
.portfolio1 .effect1 h2 {font:600 30px/30px 'Poppins', sans-serif;  color: #fff;text-align:center;text-transform:uppercase;padding-top:170px;margin:0;vertical-align:middle;}
.portfolio2 {width: 295px;height: 195px;}
.portfolio-box2 {width: 295px;height: 195px;}
.portfolio-box2 figure {width: 295px;height: 195px;}
.portfolio2 .effect2 {width: 295px;height: 195px;}
.portfolio2 .effect2 h2 {font: 600 20px/55px 'Poppins', sans-serif;}
*/
}

/* ================= Desktop/Laptop below 1152px  ================= */
@media only screen and (max-width:1151px) {
    .container {
        width: 100%;
    }

    .call_sec {
        padding-bottom: 9px;
        padding-top: 14px;
    }

    .t2_fixer .navbar-static-top .navbar-nav {
        margin-top: 10px;
    }

    /* NAV *
.navbar{width:100%;margin-top:30px;}
.navbar-static-top .navbar-nav>li>a{color:#fff; font-size:14px; font-family: 'Poppins', sans-serif; padding:12px 16px; font-weight: normal; line-height:20px; background: none; transition: all linear .6s; text-transform: capitalize;margin:0;}

/* NAV ENDS */


    /*welcome-div-start*/
    .wel-txt {
        padding: 35px 30px;
    }

    /*welcome-div-end*/

    h1 {
        padding-top: 10px;
    }

    .cont-feld {
        width: 48.8%;
    }

    ul.float_6 li {
        width: 33%;
    }

}

/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (max-width: 991px) {
    .navbar-toggle {
        display: block !important;
    }

    .container {
        width: 100%;
    }

    .logo-area {
        margin: 5px 0;
    }


    /* NAV STARTS */
    nav {
        margin-top: 0px;
        position: relative;
    }

    .navbar {
        /* width:50%; */
        float: right;
    }

    .navbar-header {
        padding: 0px;
        margin-top: 0px;
    }

    .navbar-nav>li>a {
        height: auto;
        margin: 0px 0px 0px 0px;
    }

    .navbar-toggle {
        position: relative;
        float: right !important;
        padding: 0px 0px;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 5px;
        background: url(../images/nav-icon.png) no-repeat 99% center;
        width: 10%;
        height: 35px;
        border-radius: 0px;
    }

    .navbar-nav>li {
        float: right;
        margin-top: 0px;
    }

    #navbar {
        position: absolute;
        z-index: 999;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 3px #666;
    }

    .navbar-static-top .navbar-nav>li>a {
        color: #000;
        padding-top: 0px;
        padding-bottom: 0px;
        padding: 3px 20px;
        line-height: 14px;
        font: 14px/30px 'Poppins', sans-serif;
        text-align: left;
        background: #fff;
        z-index: 999;
        border-bottom: 2px solid #afafaf;
        margin: 0;
    }

    #hom .nav>li>a.hom,
    #abo .nav>li>a.abo,
    #our .nav>li>a.our,
    #con .nav>li>a.con {
        color: #0050a5;
        border-bottom: 2px solid #0050a5;
    }

    .navbar-static-top .navbar-nav>li.act>a {
        color: #fff;
        background: none;
        border-bottom: 0px solid #ec5e61;
    }

    .navbar-static-top .navbar-nav>li>a.act {
        color: #fff;
        background: none;
        border-bottom: 0px solid #ec5e61;
    }

    .navbar-static-top .navbar-nav>li>a:hover {
        color: #fff;
        background: none;
        border-bottom: 2px solid #f00;
    }

    .navbar-static-top .navbar-nav>.open>a,
    .navbar-static-top .navbar-nav>.open>a:focus,
    .nav>li>a:hover,
    .nav>li>a:focus {
        background-color: #b71617;
        color: #fff;
        text-decoration: none;
        border-bottom: 0px solid #b9131a;
    }

    .t2_fixer .navbar {
        margin-top: 0px;
        min-height: 0;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 20px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #666;
        border: 0px none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

    .dropdown-menu {
        padding: 0px 0;
        margin: 0px 0 0;
    }

    .dropdown-menu>li {
        border-bottom: 1px solid #ccc;
    }

    .navbar-toggle {
        /* display: block !important; */
    }

    .navbar-header {
        float: none !important;
    }

    .navbar-nav>li {
        float: none !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        ;
        display: block !important;
    }

    .collapse {
        display: block !important;
    }

    /*.navbar-collapse{display:none;}*/
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0;
    }

    .navbar-collapse.in {
        display: block !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 0 !important;
    }

    /* NAV ENDS */
    .t2_fixer .navbar-static-top .navbar-nav>li>a {
        color: #000;
        border-bottom: 1px solid #afafaf;
    }

    .t2_fixer .navbar-static-top .navbar-nav>li>a:hover {
        color: #000;
        border-bottom: 1px solid #f00;
    }

    /*
.call_sec{color:#fff; line-height:30px; position:relative; padding-bottom:9px; padding-top:9px;}
.call_sec span{display:block; padding-left:0px;}
.call_dis{display:block; margin-bottom:8px; margin-top:8px; margin-left:5px;}
.call_dis .fa{font-size:18px;color:#fff;}
.navbar{margin-top:12px;}
.top-social a .fa {color: #000;}
.call_dis .fa {color: #000;}

.call_dis2{display:none; background:#2d2d2d; padding:5px 10px; border:1px solid #666; width:100%; position:absolute; z-index:999999; top:39px; left:0px;}
*/


    .about {
        margin-bottom: 10px;
        min-height: 380px;
    }

    .wel-area {
        margin: 0px 0;
        padding: 10px 0;
    }



    /*welcome-div-start*/
    .wel-txt {
        padding: 27px 0px;
    }

    /*welcome-div-end*/

    .port1 {
        min-height: 406px;
    }

    .count ul li {
        width: 49%;
    }

    .count ul {
        padding: 70px 100px;
    }

    .testi_area {
        width: 90%;
        margin: auto;
        margin-top: 23px;
    }

    /*footer*/

    .ft-logo {
        float: none;
        width: 250px;
        width:440px;
        margin: 30px auto 0 auto;
    }

    .loc_area {
        width: 100%;
        float: none;
        margin-top: 18px;
    }

    .loc_area_l {
        width: 48%;
        margin-right: 2%;
    }

    .ft_logo_sec {
        width: 100%;
        float: left;
    }

    .ft_call_sec {
        width: 100%;
        margin-top: 0;
    }

    .social-ico {
        float: none;
        margin-top: 15px;
        text-align: center;
    }

    footer .contct-dtls p {
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
        float: none;
        margin-bottom: 30px;
    }

    .foot1 {
        padding: 2rem;
    }

    /*footer*/

    /* CONTACT US */
    /*.contact_box .col-xs-12{padding:0;}
.contact_box .row{margin-right: 0; margin-left: 0;}*/
    .contact_form input[type=text],
    .contact_form select,
    .contact_form textarea {
        width: 100%;
        padding: 7px 10px;
        color: #666 !important;
        border-radius: 3px;
        font: 400 14px/20px 'Roboto', Arial, Helvetica, sans-serif;
        margin: 0;
        margin-bottom: 5px;
    }

    .contact_form .mt5 {
        margin-top: 0px;
    }

    .contact_form .large {
        width: 100% !important;
    }

    /* CONTACT US */

    .testi {
        padding: 0;
    }

    .contact-area {
        min-height: 670px;
    }

    .sitemap a {
        width: 48% !important;
        float: left;
    }

    ul.float_6 li {
        width: 50%;
    }

    .portfolio {
        width: 100%;
        height: auto;
    }

    .portfolio-box {
        width: 100%;
        height: auto;
    }

    .portfolio-box figure {
        width: 100%;
        height: auto;
        display: block;
    }

    .portfolio1 {
        width: 100%;
        height: auto;
    }

    .portfolio-box1 {
        width: 100%;
        height: auto;
    }

    .portfolio-box1 figure {
        width: 100%;
        height: auto;
        display: block;
    }

    .portfolio2 {
        width: 100%;
        height: auto;
    }

    .portfolio-box2 {
        width: 100%;
        height: auto;
    }

    .portfolio-box2 figure {
        width: 100%;
        height: auto;
        display: block;
    }

    .portfolio .effect {
        display: none;
    }

    .portfolio1 .effect1 {
        display: none;
    }

    .portfolio2 .effect2 {
        display: none;
    }

    .ft_links {
        position: relative;
        top: 0;
        left: 0;
        margin-top: -23rem;
    }


}

/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (max-width:768px) {
    footer .ft_links {
        margin-top: unset;
    }

    .container {
        width: 100%;
    }

    .foot1 .container {
        padding: 1rem;
        width: 100%;
        min-height: 180px;
        height: auto;
    }

    .foot1 {
        padding: unset;
    }

    .logo-area {
        margin: 10px auto;
        float: right;
        flex-direction: row;
    }

    .f_dd_box {
        display: none;
        margin: 0px 0px;
    }

    .top2 {
        position: static;
    }

    .mob_only {
        display: block;
    }

    .top_bg {
        background: #000;
    }

    .mob-hider {
        display: none;
    }

    .mob-back {
        background: #cb3241;
        border: 1px solid #333;
        padding: 10px;
    }

    .mob-back a:hover {
        text-decoration: none;
        color: #ccc;
    }

    .header-bg {
        background: #fff;
    }

    .navbar-header .navbar-toggle {
        float: left !important;
        /* width:80%; */
    }




}

.navbar {
    float: none;
    margin-right: 0px;
    padding-top: 0;
    margin: 0
}

.navbar-static-top .navbar-nav>li {
    border-right: none;
}

.sr-only {
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 0;
    overflow: hidden !important;
    clip: inherit;
    color: #fff !important;
    margin-top: -12px;
    left: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}



.scroll1 {
    display: none;
}

.scroll {
    display: block;
}

.count ul li {
    width: 100%;
}

.count .num {
    margin-bottom: 20px;
}

.border {
    margin: 0px auto;
    line-height: 12px;
}

.count .sub-text {
    margin-bottom: 30px;
}

.contact-area {
    min-height: 570px;
}


/*welcome-div-start*/
.wel-div {
    height: auto;
    background: #1c1e2a;
}

h2 {
    font: bold 32px/35px 'Poppins', sans-serif;
    text-transform: capitalize;
    padding-top: 12px;
}

.wel-txt {
    font-size: 14px;
    padding: 20px 0;
}

.sub-hed {
    font-size: 18px;
    padding-top: 0px;
}

/*welcome-div-end*/
.busines_area h2 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
}

/*footer*/
.footer_bg {
    background: #000080;
    padding: 10px 0 20px 0;
}

.footer_sec1 {
    width: 100%;
    float: none;
    margin: 0;
}

.footer_sec1 .box1 {
    width: 100%;
    float: none
}

.footer_sec1 .box2 {
    width: 100%;
    float: none
}

.footer_sec2 {
    width: 100%;
    float: none;
    margin: 0;
}

.footer_sec3 {
    width: 100%;
    margin: auto;
    float: none;
}

.loc_area {
    width: 100%;
    float: none;
    margin-top: 18px;
}

.loc_area img {
    margin-right: 10px;
    float: left;
}

.ft_logo_sec {
    width: 45%;
    float: left;
    margin-top: 10px;
}

.ft_call_sec {
    width: 100%;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 11px !important;
}

.desk_show {
    display: none;
}



.dd_next {
    margin: 0;
    padding: 8px;
    /* background: url(../images/pls.png) no-repeat 2% 12px; */
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    color: #ffffff;
    font-weight: 600;
}

/* .dd_next_act {
        background: url(../images/mns2.png) no-repeat 2% 12px;
    } */

.ft_link {
    padding: 0 7px;
}

.ft_link a {
    font: 13px/24px 'Poppins', sans-serif;
    border-bottom: 1px solid #868686;
}

.ft_link a:hover {
    color: #d52c31;
}

.social-ico {
    float: none;
    margin-top: 15px;
    text-align: center;
}

.ft_link2 {
    padding: 7px;
}

.ft_link2 a {
    font: 13px/34px 'Poppins', sans-serif;
    color: #fff;
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.ft_link2 a:hover {
    color: #ffc000;
}

.footer_sec2 .box1 {
    width: 100%
}

.footer_sec2 .box2 {
    width: 100%
}

.loc_area_l {
    width: 100%;
}

.ft_links {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0rem;
}


/*footer*/

.contact_box .col-xs-12 {
    padding: 0;
}

.contact_box .row {
    margin-right: 0;
    margin-left: 0;
}

.sitemap a {
    width: 30%;
    float: none;
    margin: 5px 0px;
}

.ft-line {
    padding: 6px 0px;
    margin: 0px;
    width: 100%;
    border-bottom: 3px solid #f7b508;
}


.sitemap .fs18 {
    font-size: 16px;
}

.cont-feld {
    width: 100%;
}

.cont-ml {
    margin-left: 0px;
}

ul.float_6 li {
    width: 100%;
}


@media only screen and (max-width:736px) {
    .port-area h1 {
        padding-top: 30px;
    }

    .wel {
        min-height: 150px;
    }

    .port1 {
        min-height: 150px;
    }
}

@media only screen and (max-width:600px) {
    
    footer .companyNames p{
        font-size:22px !important   ;
    }
    

    .sitemap a {
        width: 98% !important;
        float: left;
    }
    .wlcm-cont {
        width: 100%;
        padding: 20px 0px 20px 0px;
    }

    /* CMS AREA */
    .mid_area {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    /* CMS AREA ENDS */
    .serv_area {
        padding: 10px 0 30px;
    }

    .why_area {
        padding: 0px 0 20px;
    }

    .clients_list {
        margin: 0px;
    }

    .busines_area {
        padding: 20px 0 40px;
    }

    .team_area {
        padding: 20px 0;
    }

    .serv_box img,
    .serv_box1 img {
        width: 100%;
        float: none;
        margin: 0px;
    }

    .serv_box,
    .serv_box1 {
        padding: 5px;
    }

    .serv_box h2,
    .serv_box1 h2 {
        margin-top: 0px;
    }
}

/* ================= Mobile (Portrait) below 480px  ================= */
@media only screen and (max-width:479px) {
    
    .smallWidth{
        width:100% !important;
    }
    .container {
        width: 100%;
    }

    .logo-area {
        margin-bottom: 10px;
    }

    .call_sec {
        padding-bottom: 9px;
        padding-top: 9px;
    }

    .call_dis2 {
        width: 250px;
    }

    .navbar-static-top .navbar-nav>li {
        border-right: none;
    }

    .sr-only {
        position: absolute;
        width: auto !important;
        height: auto !important;
        padding: 0;
        overflow: hidden !important;
        clip: inherit;
        color: #fff !important;
        margin-top: -12px;
        left: 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

    /*welcome-div-start*/
    .wel-div {
        height: auto;
        background: #1c1e2a;
    }

    /* h2 {
        font: bold 18px/35px 'Poppins', sans-serif;
        text-transform: capitalize;
        padding-top: 12px;
    } */

    .wel-txt {
        font-size: 14px;
        padding: 20px 0;
    }

    .sub-hed {
        font-size: 18px;
        padding-top: 0px;
    }

    /*welcome-div-end*/

    .count ul {
        padding: 40px 0px;
    }

    .port-area .sub-head {
        margin-bottom: 20px;
    }

    .testi-cont h1 {
        font: 700 32px/36px 'Poppins', sans-serif;
    }

    .quote-font {
        float: none;
        height: 110px;
        width: 100px;
        margin: 0 auto;
    }

    .testi_box {
        padding: 0;
        min-height: 180px;
        text-align: center;
    }

    .carousel-indicators {
        width: 100%;
        left: 0%;
        text-align: center;
    }

    /*footer-start*/
    .ft_logo_sec {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .ft_call_sec {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-top: 10px;
        font-size: 13px !important;
    }

    .social-ico {
        float: none;
        margin-top: 15px;
        text-align: center;
    }

    .heading2 {
        font: 600 22px/22px 'Poppins', sans-serif;
        color: #fff;
    }

    .testi_bg h2 {
        font-size: 22px;
        font-weight: 600;
        color: #5a554c;
        text-transform: capitalize;
        text-align: center;
    }

    .title_bg .fs18 {
        font-size: 16px;
    }


    .scroll_1 {
        margin: 0 auto;
        width: 80% !important;
        border: 0px solid #000;
    }

    ul.myulx li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        width: 50%;
    }

    .dtl_images {
        float: none;
        margin: 0 auto;
        position: relative;
        width: 260px;
        min-height: 260px;
        border: 1px solid #ddd;
        padding: 10px;
    }

    .product-dtl-img {
        width: 240px;
        height: 240px;
        margin: 0 auto;
    }

    .product-dtl-img figure {
        width: 240px;
        height: 240px;
        display: table-cell;
        text-align: center;
        vertical-align: middle
    }

    /* details */

    .sitemap .fs18 {
        font-size: 15px;
    }
}

@media only screen and (max-width:320px) {
    h2 {
        font: 500 16px/35px 'Poppins', sans-serif;
    }

    .logo-area {
        width: 80%;
    }

    .about p span {
        font-size: 12px;
    }

    .port-area h1 {
        font: 600 24px/35px 'Poppins', sans-serif;
    }

    .port-area .sub-head {
        margin-bottom: 20px;
        font-size: 20px;
        margin-top: 0;
    }

    .foot-top .top-social a .fa {
        font-size: 20px;
    }

    .testi-cont h1 {
        font: 500 28px/36px 'Poppins', sans-serif;
    }

    ul.float_6 li {
        padding-left: 0;
    }

    .gall-img-area {
        width: 240px;
        height: 190px;
    }

    .gall-img-box {
        width: 240px;
        height: 190px;
    }

    .gall-img-box figure {
        width: 240px;
        height: 190px;
    }
}


.firstIntro {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/ab-9.jpg) no-repeat center ;
    padding-block: 4rem;
    color: #fff;
    padding-bottom: 6rem;
}

.blackGround {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/sl-2.jpeg) no-repeat center ;
    padding-top: 4rem;
    color: #fff;
    padding-bottom: 6rem;
}

@media screen and (max-width:767px) {

    .blackGround,
    .firstIntro,
    .whatWeOffer,
    .whiteBackground {
        background-attachment: unset !important;
        background-repeat: no-repeat;
        background-size: cover;

    }
}


.blackGround h1 {
    color: #fff !important;
    padding-top: 0;
    margin-top: 0;

}

.blackGround h5 {
    color: #fff !important;


}

.whatWeOffer {
    margin-top: -2rem;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../images/ab-8.jpg) no-repeat center ;
    padding-block: 4rem;
    padding-bottom: 6rem;
}



.whiteBackground {
    margin-top: -2rem;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../images/sl-1.jpeg) no-repeat center ;
    padding-block: 4rem;
    padding-bottom: 6rem;
}

.whatWeOffer h1 {
    padding: 0;
}

.whatWeOffer .servicePage {
    margin-top: 0;
}

.firstIntro h2 {
    color: #fff;
    margin-bottom: 1rem;

}

:root {
    --blue: #0050a5;
}


.firstIntro img {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
}

/* .servicePage .contentSec {
    background: var(--blue);
    color: #fff;
}

.servicePage  .whiteBackgroundd{
    background-color: #fff;
    color: #000;
}


.servicePage .contentSec h2 {
    color: #fff;
}

.servicePage  .whiteBackgroundd h2{
    color: #000;
} */


.serviceWrap {
    display: flex;
}

.marginTop {
    margin-top: -2rem !important;
}

.serviceWrap .contentSec h5 {
    color: #000;
    text-align: unset;
    font-size: 22px;
    margin-top: -1.5rem;
    margin-bottom: 0rem;
    font-weight: 600;
    border: 2px solid #fff;
}

.servicePageShadow .serviceWrap {
    box-shadow: 0 0 10px #000 !important;
}

/* .serviceWrap .contentSec a {
    background-color: #fff;
    color: #000;
}

.servicePage  .whiteBackgroundd a{
    border: none !important;
    background-color: var(--blue);
    color: #fff;
}

.servicePage  .whiteBackgroundd a:hover{
    border: none !important;
    background-color: #033871 !important;
}


.serviceWrap .contentSec a:hover {
    background-color: transparent;
    border: 2px solid #fff !important;
    color: #fff;
} */

/* .serviceWrap img {
    border: 1px solid #ccc;
    padding: 0.5rem;
} */

.whyChooseSec img {
    height: 650px !important;
}

.whyChooseSec h1 {
    text-align: unset;
}


.contentSec {
    width: 50%;
    padding-left: 1rem;
    padding: 3rem;
    padding-top: unset;
}

.paddingRight {
    padding-right: 3rem;
}

.imageSec {
    width: 50%;
}

.imageSec img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}



.benfitsOfServices img {
    height: 380px;

}


.digital h5 {
    color: #000;
    text-align: unset;
    font-weight: 600;
    font-size: 22px;
}

.digital .col-12>div {
    box-shadow: 0 0 10px #ccc;
    padding: 2rem;
    height: 210px;
    margin-top: 2rem;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #0050a5;
    color: #fff;

}

.digital .col-12>div h5 {
    color: #fff;
    padding-top: 0;
}


.more-content {
    display: none;
}

.show-more {
    font-size: 0.9rem;
    cursor: pointer;
    color: #fff;
    padding: 0.3rem;
    border: 1px solid #fff;
}



.servicessPages p {
    font-size: 15px;
}

.serviceFooter {
    margin-top: 5rem;
}

.servicePage .heading {
    margin-top: 4rem !important;
    margin-bottom: 3.5rem;
}

.servicePage .serviceWrap {
    display: flex;
}


.whyChooseSec {
    margin-top: 0 !important;
}


.queryForm {
    background-color: #f0eeee;
    padding-block: 3rem;
}

.queryForm h1 {
    text-align: center;
}

.queryForm form {
    margin-top: 2rem;
    width: 100%;
    padding: 3rem 2rem;
    border: 2px solid #eee;
    box-shadow: 0px 0px 15px #aaa9a9;
    background: #FFF;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

.queryForm form input {
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-top: 1rem;
    border-radius: 0.5rem;
    height: 50px;
}

.queryName {
    display: flex;
}

.queryName input:nth-child(1),
.queryName input:nth-child(2) {
    width: 50%;


}

.queryEmail {
    margin-top: 1rem !important;
}

.queryForm form input {
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 0.6rem 2rem;
    margin-top: 2.5rem;
    border-radius: 0.5rem;
}



.queryForm form button {
    display: block;
    padding: 10px 24px;
    margin: 0 auto;
    margin-top: 2rem;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    transition: all linear .3s;
    border-radius: 5px;
    text-transform: uppercase;
    background: #0050a5;
    transition: all 0.3s ease;
}

.queryForm form button :hover {
    background: #032d5a;

}

.commentInput {
    height: 80px;
}

.queryName {
    display: flex;
    margin-top: -2rem;
}


.blueOverlay::before {
    content: '';
    background-color: #000080;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.bannerHeading {
    position: absolute;
    top: 10%;
    left: 10%;
    background-color: #0050a5;
    z-index: 999;
}


.blackGround .serviceWrap .contentSec h5,
.whiteBackground .serviceWrap .contentSec h5 {
    border: none;
}



.servicePageShadow .serviceWrap {
    box-shadow: 0 0 15px #aaa9a9 !important;
    margin-top: 2rem;
    padding: 2rem;
}

.blackUnderline {
    background-color: #0000009e;
    height: 2px;
    width: 100%;
}

.displayBlock767{
    display:none;
}

@media screen and (max-width: 1300px) {
    .clients_sec .marginnTop {
        padding-right: 2rem !important;
    }
}

@media screen and (max-width:1200px) {
    .logo-area .companyNames p {
        font-size: 15px;
    }
   
    .wel-area .container {
        display: flex;
    }

    .wel-area .container .contentt {
        width: 50%;
    }

    .why_area .container .contentt {
        width: 60%;
    }


    .wel-area .container img {
        width: 100%;
    }

    .why_area .container {
        display: flex !important;
        flex-direction: row-reverse;
    }
}


.why_area .container img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.aboutPage img {
    height: 270px;

    object-fit: cover;
}

.whyChooseSec img {
    height: 750px !important;
}


@media screen and (max-width:992px) {
    
    footer .contct-dtls {
        margin-bottom:8rem !important;
}

    .clients_sec  .marginnTop{
        padding-right: 1rem !important;
    }

    .benfitsOfServices {
        padding-bottom: 4rem;
    }


    .image-none {
        display: none;
    }

    .aboutPage>div {
        width: 100%;
    }

    .wel-area .container .imagess,
    .why_area .container .imagess {
        display: none;
    }

    .wel-area .container .contentt {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .why_area .container .contentt {
        width: 100%;
    }

    .about {
        margin-bottom: 10px;
        min-height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .read-btn {
        margin-bottom: 25px;
        width: max-content;
    }

    .serviceWrap {
        display: block;
    }

    .contentSec {
        width: 100%;
        margin-top: 2rem;
        padding-left: 1rem;
    }

    .serviceWrap {
        flex-direction: column;
    }

    .serviceWrap .imageSec {
        width: 100%;
    }

    .directionReserve {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .contentSec {
        margin-top: 0;
    }

    .ClientmarginTop992 {
        margin-top: 3rem;
    }

    .navbar-nav a {
        text-align: right !important;
    }

    .leadershipBenifits {
        padding-bottom: unset !important;
    }

    .skillsBenifits .benfitsOfServices,
    .itbenifits .benfitsOfServices {
        padding-bottom: unset !important;
    }

    .whiteBackground h1 {
        text-align: unset !important;
        padding-right: 3rem;
    }

}

@media screen and (max-width:767px) {
    .topStrip .rightStrip i {
        display: none;
    }

    .topStrip .rightStrip {
        width: max-content;
    }

.displayNone767{
    display:none !important;
}

.displayBlock767{
    display:block;
}



}

@media screen and (max-width:600px) {
    .topStrip {
        display: none;
    }

    .englishStrip {
        display: block !important;
        text-align: right !important;
    }

    .subscribeSec .subscribeWraper {
        display: block !important;
    }

    .subscribeSec .subscribeWraper .subscribeInput {
        display: flex !important;
        gap: 20px;
    }

    .subscribeSec .subscribeWraper h4 {
        width: 100% !important;
        margin-bottom: 2rem !important;
    }

    .subscribeSec .subscribeWraper .subscribeInput {
        width: 100% !important;
    }

    .subscribeSec .subscribeWraper .subscribeInput .subBtn {
        margin-top: unset !important;
        height: 52px !important;
    }

    .why_area .container .contentt {
        padding-top: 2rem;
    }

    .serv_area .swiper-slide {
        height: 580px !important;
    }

  

    .serv_area h2 {
        text-align: center;
    }

    .serv_area .underlinee {
        background-color: #000;
        height: 2px;
        width: 7%;
        margin-bottom: 4rem !important;
        margin-top: -1rem;
    }



}

.boxesCenter {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.strategyfirstIntro {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/sst-5.jpg)  center;
    color: #fff;
}

.strategyfirstIntro h2,
.skillsfirstIntro h2,
.itfirstIntro h2,
.projectfirstIntro h2 {
    color: #fff;
}

.leadershipWhatWeDo {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/sst-4.jpg)  center;

}

.leadershipBenifits {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/sst-3.jpg)  center;
}

.skillsfirstIntro {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/ssd-4.jpg)  center;
    color: #fff;
}

.skillsWhatWeOffer {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/ssd-1.jpeg)  center;
}

.skillsBenifits {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/ssd-5.jpg)  center;
}

.itfirstIntro {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/sit-1.jpg)  center;
    color: #fff;
}

.itWhatWeOffer {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/sit-1.jpg)  center;

}

.itbenifits {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/sit-6.jpg)  center;

}

.projectfirstIntro {
    padding-block: 3rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/spm-1.jpg)  center;
    color: #fff;
}

.projectfirstIntro img {
    height: 300px;
}

.projectWhatWeOffer {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../images/spm-3.jpg)  center;

}

.projectBenifits {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/spm-4.jpg)  center no-repeat;
    background-size: cover;

}

.inputFullWidth input {
    width: 98.8% !important;
    margin-right: 0 !important;
}

/* Client Page */

.clientPage {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.clientPage img {
    width: 100%;
    height: 100%;
    object-fit: contain;

    padding: 1rem;
    transition: all 0.5s ease;
}

.clientPage img:hover {
    transform: scale(1.1);
}

.clientPage .bigLogo {
    width: 100%;
}

.clientPage .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.clientPage .ClientmarginTop {
    margin-top: 3rem;

}

.clientPage .negativeMargin {
    margin-top: 1rem;
}


.clientPage .row>div>div {
    padding: 1rem;
    margin: 0 auto;
    text-align: center !important;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 3rem;
}

.clientPage .col-12>ul {
    margin-block: 3rem;
    padding-right: 2rem;
}


.englishWebsite {
    color: #fff !important;
    margin-left: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none !important;
}

.englishStrip {
    background-color: #0050a5;
    text-align: left;
    padding: 0.7rem;
    display: none;
}

.subscribeSec {
    padding: 3rem 1rem;
    background-color: #eee;
}

.subscribeSec .subscribeWraper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.subscribeSec .subscribeWraper h4 {
    padding-top: unset;
    font-weight: 600;
    font-size: 28px !important;
    width: 50%;
}

.subscribeSec .subscribeWraper .subscribeInput {
    margin-top:-2rem;
    width: 50%;
}

.subscribeSec .subscribeWraper .subscribeInput .subEmail {
    border: 1px solid #ccc;
    padding: 1rem;
    width: 70%;
}

.subscribeSec .subscribeWraper .subscribeInput .subBtn {
    background-color: #0050a5;
    padding: 12px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all linear .3s;
    border-radius: 5px;
}


/* whatsap css */
#whatsapp {
    position: fixed;
    left: 20px;
    bottom: 8%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}

#whatsapp #whatsappMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0);
    width: 70px;
    height: 70px;
    color: #40c351;
    z-index: 9;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}

#whatsapp #whatsappMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url('../images/whatsapp.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
    }
}

/* whatsap css */

@media screen and (max-width:992px) {
    .displayNone {
        display: none;
    }

    .commanImgHeight img {
        margin-top: 2rem;
        height: 400px !important;
    }

    .benfitsOfServices h1 {
        text-align: right;
        padding-right: 3rem;
    }

    .blackGround,
    .whiteBackground {
        padding-top: 1rem;
    }

    .queryForm h1 {
        text-align: unset !important;
    }

    .queryForm form button {
        margin: 0;
        margin-top: 2rem;
        width: 100px;
    }

    .whatWeOffer {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .whatWeOffer h1 {
        text-align: right;
        padding: 2rem;
    }

    .blackGround {
        padding-bottom: 2rem;
    }

    .whiteBackground .whyChooseSec {
        margin-bottom: unset !important;
    }

    .clients_sec h2 {
        text-align: right;
    }

    .clients_sec .underlinee {
        background-color: #000;
        height: 2px;
        width: 12%;
        margin: 0;
        margin-bottom: 2rem;

    }

    .clients_sec p,
    .clients_sec .container ul li {
        text-align: right !important;
    }

    .clients_sec .container ul li {
        list-style: disc;
    }

    .clients_sec .container ul {
        padding-right: 2rem;

    }
}

@media screen and (max-width:600px) {
    
    .clients_sec{
        padding-top:0;
    }
    
            footer .contct-dtls {
            margin-bottom:4rem !important;
}
    
    .subscribeSec .subscribeWraper h4 {
            font-size: 28px !important;
    margin-bottom: 4rem !important;
    }

    .subscribeSec .subscribeWraper .subscribeInput .subBtn {
        margin-top: 1rem !important;
    }



    .commanImgHeight img {
        height: 350px !important;
    }

    .digital .col-12>div {
        height: auto;
        padding: 2rem !important;
    }

    /* .digital .col-12>div p {
        max-height: 155px !important;
        overflow: hidden !important;
    }

    .digital .col-12>.smallHeightBox {
        height: 150px !important;
    }

    .digital .col-12>.smallHeightBox  p{
        height: auto !important;
    }

    .digital .col-12>.bigHeightBox {
        height: 320px !important;
    } */

    .contentSec,
    .benfitsOfServices h1 {
        padding: unset;
    }

    .specialPadding {
        padding: 3rem;
        padding-top: unset;
        padding-left: unset;
    }

    .whiteBackground h1 {
        text-align: unset !important;
        padding-right: unset;
    }

    .ser_box h3 a {
        border-bottom: 1px solid #5e5e5e;
        padding-bottom: 5px;
    }

    .add,
    .call,
    .email {
        min-height: unset;
        height: 50px;
        background-size: contain;
    }
}