/* @import url(https://fonts.googleapis.com/css?family=Poppins:300,500|Rubik:300);::selection {
    background: #063e89;
    color: #fff
} */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* @font-face {
    font-family: "Futura Book";
    src: url(fonts/fonts/futura-book-font.ttf);
    src: url(fonts/futura-book-font.woff) format("woff"),url(fonts/futura-book-font.otf) format("opentype"),url(fonts/futura-book-font.svg#filename) format("svg")
}

@font-face {
    font-family: "Futura Book bt";
    src: url(fonts/futura-light-bt.ttf);
    src: url(fonts/futura-light-bt.woff) format("woff"),url(fonts/futura-light-bt.otf) format("opentype"),url(fonts/futura-light-bt.svg#filename) format("svg")
} */

::-webkit-scrollbar {
    background: #ddd;
    width: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #fff;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #063e89;
    border-radius: 50px
}

::selection {
    background: #063e89;
    color: #fff
}

body {
    /* width:100%; */
    height: auto;
    margin: 0;
    padding: 0;
    /* font-family: Futura Book bt; */
    font-size: 18px;
    color: #777;
    overflow-x:hidden !important;
}

body p {
    font-size: 20px;
    line-height: 30px;
    color: #232326;
}

.btn {
    float: left;
    padding: 5px 20px;
    border: 1px solid #fff;
    font-weight: 100;
    color: #fff;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-radius: none!important;
    margin-right: 5px
}

.btn:after,.btn:before {
    content: '';
    position: absolute;
    width: 51%;
    height: 100%;
    top: 0;
    background: #fff;
    transform: scaleX(0);
    transition: transform .5s
}

.btn:before {
    z-index: -1;
    left: 0;
    transform-origin: left
}

.btn:after {
    z-index: -1;
    right: 0;
    transform-origin: right
}

.btn:hover {
    text-decoration: none;
    color: #063e89;
    font-weight: 500
}

.btn:hover:before {
    transform: scaleX(1);
    transition: transform .5s;
    transform-origin: right
}

.btn:hover:after {
    transform: scaleX(1);
    transition: transform .5s;
    transform-origin: left
}

.btnColor {
    font-size: 22px;
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #063e89;
    font-weight: 100;
    color: #063e89;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-radius: none!important
}

.btnColor:after,.btnColor:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background: #063e89;
    transform: scaleX(0);
    transition: transform .5s
}

.btnColor:hover {
    text-decoration: none;
    color: #fff;
    background-color: #063e89;
    font-weight: 500
}

.themeColor {
    color: #063e89
}

.themeBg {
    background: #063e89
}

#wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden
}




.slide h6 {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    line-height: 40px
}

.slide .content {
    width: 360px;
    height: 635px;
    background: #063e89;
    float: left;
    padding: 40px;
    padding-top: 50px;
    padding-bottom: 20px;
    right: 0;
    top: -52px;
    position: absolute
}

.slide .content h5 {
    color: #fff;
    margin-top: 90%;
    font-size: 35px;
    font-weight: 200;
    font-family: Futura Book bt,sans-serif;
    text-transform: none;
}

.slide .content h4 {
    color:black;
    font-weight: 400;
    line-height: 40px;
    font-size: 20px;
  background-color:white ;
    text-transform: uppercase
}

.slide .content h4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Futura Book,sans-serif;
    font-weight: 700
}

.slide2 {
    position: absolute;
    background: url(../images/slide2-new1.jpg);
    z-index: 2;
    margin-top: 100vh;
    background-size: cover
}

.slide3 {
    position: absolute;
    background: url(../images/slide3-new.jpg);
    z-index: 3;
    margin-top: 230vh;
    background-size: cover
}

.slide2 .content {
    background: 0 0;
    width: 450px;
    height: auto;
    float: right;
    margin-top: 0
}

.slide1 {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 1
}

.content {
    width: 360px;
    height: 600px;
    background: #063e89ba;
    float: left;
    right: 0;
    position: absolute;

}

.content h5 {
    color: #fff;
    margin-top: 90%;
    font-size: 35px;
    font-weight: 200;
    font-family: Futura Book bt,sans-serif;
    text-transform: none;
}
.frist{
    border-radius: 15px 0px 0px 0px;
    height: 250px;
padding: 0px;
}
.frist1{
    border-radius: 0px 15px 0px 0px;
    padding: 0px;
}
.frist2{
    border-radius: 0px 0px 0px 15px;
    padding: 0px;
}
.frist3{
    border-radius: 0px 0px 15px 0px;
    padding: 0px;
}
.content h4 {
    color: black;
    font-weight: 400;
    line-height: 40px;
    font-size: 20px;
   
    text-transform: uppercase;
    border-radius: 8px;
 
    padding: 5px 2px;
}

.slide1 .content h4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Futura Book,sans-serif;
    font-weight: 700
}

.slide1 .content h4 ul li {
    font-size: 34px
}

.slide2 .content h1,.slide2 .content h2 {
    color: #fff;
    font-size: 60px;
    float: left;
    margin-top: 50%;
    font-weight: 600;
    line-height: 75px;
    font-family: Futura Book,sans-serif
}

.slide2 .content h5 {
    width: 300px;
    text-transform: none;
    color: #fff;
    float: left;
    font-size: 20px;
    margin-top: 2%;
    font-weight: 100;
    margin-right: 0;
    font-weight: 100;
    margin-bottom: 20px
}

.slide3 .content-1 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    background: 0 0;
    right: none;
    color: #fff
}

.slide3 .content-1 h2 {
    font-size: 56px;
    font-family: Futura Book,sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 0%
}

.slide3 .content-1 h6 {
    font-size: 22px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 35px
}

.slide3BtnDiv {
    text-align: center
}

.slide3 .content-1 .btn {
    float: none;
    margin-right: 0
}

.slide4 {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    font-size: 60px;
    z-index: 6;
    margin-top: 590vh;
    padding: 30px 0px 0px 0px;
    box-sizing: border-box;
    float: left;
    clear: both
}

.slide5 {
    position: absolute;
    margin-top: 50vh
}

.about,.brands,.client,.information,.ourthinking,.sa-what-we-r {
    z-index: 5;
    background: #fff!important;
    clear: both;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    padding: 40px 0
}

.about,.brands,.ourthinking {
    background: #fff!important
}

.content p a {
    color: #063e89
}

.ourthinking .content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
    position: relative;
    background: 0 0;
    padding: 0;
    top: 0
}

.ourthinking .content h1 {
    font-size: 30px;
    color: #063e89;
    font-weight: 100;
    margin-bottom: 10px;
    font-size: 50px;
    text-align: justify
}

.ourthinking .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: 0 0
}

.ourthinking .content ul li {
    color: #999;
    cursor: pointer;
    margin-bottom: 15px;
    transition: .5s;
    font-size: 18px;
    font-weight: 400
}

.ourthinking .content ul li:hover {
    color: #333;
    border-left: 4px solid #063e89;
    padding-left: 10px
}

.ourthinking .content ul .active {
    color: #333;
    border-left: 4px solid #063e89;
    padding-left: 10px
}

.ourthinking.content ul .active:hover {
    color: #063e89
}

.ourthinking .box {
    width: 100%;
    height: 580px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.18) !important;
}

.ourthinking .box:nth-child(1) {
    margin-left: 0
}

.ourthinking .box img {
    width: 100%
}

.ourthinking .box .content {
    height: auto;
    padding: 20px;
    box-sizing: border-box
}

.ourthinking .box .content p {
    font-size: 16px;
    margin-bottom: 0
}

.ourthinking .box .content h4 {
    font-size: 20px;
    margin-top: 0;
    color: #063e89
}

.ourthinking .box .content h6 {
    font-size: 18px;
    font-weight: 100;
    color: rgba(0,0,0,.5)
}

.client {
    background: #f4f4f4!important
}

h1 {
    color: #063e89;
    font-size: 55px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300
}
.secondheading{
font-size: 48px;
}
h1 b {
    font-weight: 600
}

.listBlock {
    font-size: 20px;
    line-height: 32px
}

.listBlock li {
    padding-bottom: 10px
}

.breadcrumbtxt {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff
}

.alc {
    text-align: center
}

.all {
    text-align: left
}

.alr {
    text-align: right
}

.headingHome {
    font-size: 52px;
    color: #063e89
}

.client .imgs {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    box-shadow: none
}

.client .imgs img {
    width: auto;
    padding: 10px 0;
    display: inline-block
}

.about h5 {
    color: rgba(0,0,0,.5);
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px
}

.about p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px
}

.about .btn {
    color: #063e89;
    border: 1px solid #063e89;
    margin-left: 44%
}

.about .btn:before {
    background: #063e89
}

.about .btn:after {
    background: #063e89
}

.about .btn:hover {
    color: #fff
}

.information .box {
    width: 100%;
    height: auto
}

.information .box .content {
    width: 100%;
    height: auto;
    padding: 10px 0;
    right: 0;
    top: 0;
    position: relative;
    background: 0 0
}

.information .box .content h3 {
    color: #063e89;
    font-size: 25px;
    padding-bottom: 10px
}

.information .box .content p {
    width: 390px
}

.boxs {
    width: 100%;

    background: #e1dcdc;
    padding: 13px 15px ;
    margin-bottom: 20px;
    border-radius:5px;
}

.boxs h3 {
    color: #063e89;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 100
}

.boxs-1 {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    float: left
}

.boxs-1 .box-img {
    float: left
}

.boxs-1 .box-content {
    padding: 15px;
    float: left;
    background: #f5f5f5
}

.boxs-1 .box-content h3 {
    color: #063e89;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 20px
}

.sa-what-we-r {
    background: #063e89!important
}

.sa-what-we-r .box {
    width: 250px;
    height: 150px;
    border: 1px solid #fff;
    float: left;
    text-align: center
}

.sa-what-we-r .box h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

.sa-what-we-r h2 {
    margin-top: 55px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
    text-align: left
}

.aligncenter {
    text-align: center!important;
    float: none!important
}

.sa-what-we-r .flags {
    position: relative;
    margin-top: -10px
}

.sa-what-we-r .flags img {
    width: 100px
}

.sa-what-we-r .col-md-12 h2 {
    margin-bottom: 0!important;
    font-size: 40px;
    text-align: center!important;
    margin-top: 0!important
}

.sa-what-we-r .col-md-12 .btn {
    float: none
}

.brands img {
    margin-top: 10px;
    margin-left: -10px
}
.services h2{
    font-size: 52px;
}
/* .footer {
    padding: 40px 0;
    background: #f1f1f1!important;
    border-bottom: 1px solid #ccc
}

.footer .iconsTitle {
    color: #063e89;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
    font-weight: 300
}

.footer .icons {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    margin-left: -4px
}

.footer .icons ul {
    margin: 0;
    padding: 0
}

.footer .icons ul li {
    list-style: none;
    margin: 0
}

.footer .icons ul li a {
    margin-left: 4px;
    float: left;
    font-size: initial
}

.footer .icons ul li a i {
    padding: 5px 0px;
    background: #ddd;
    color: #fff;
    font-size: 14px;
    margin: 2px;
    width: 22px;
    text-align: center
}

.footer .icons ul li a:hover .fa-facebook {
    background: #3b5999
}

.footer .icons ul li a:hover .fa-google {
    background: #187af3
}

.footer .icons ul li a:hover .fa-tumblr {
    background: #34526f
}

.footer .icons ul li a:hover .fa-x-twitter {
    background: #55acee
}

.footer .icons ul li a:hover .fa-youtube {
    background: #cd201f
}

.footer p {
    width: 100%;
    margin-top: 10px;
    color: #888;
    font-size: 16px;
    float: left;
    line-height: normal
}

.footer .box {
    width: 100%;
    height: auto;
    margin-left: 30px
}

.footer .box ul {
    margin: 0;
    padding: 0
}

.footer .box ul li {
    list-style: none;
    margin-bottom: 5px
}

.footer .box ul li a {
    text-decoration: none;
    display: block;
    color: #232326;
    font-size: 16px;
    transition: .5s;
    position: relative
}

.footer .box ul li a:before {
    content: '';
    position: absolute;
    left: -10px;
    transition: .5s;
    font-family: fontawesome
}

.footer .box ul li a:hover:before {
    content: '';
    transition: .5s;
    font-family: fontawesome
}

.footer .box ul li a:hover {
    text-decoration: none;
    color: #063e89;
    padding-left: 6px;
    transition: .5s;
    font-weight: 500
}

.footer .box h4,.foohead4 {
    color: #063e89;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px
} */

.copy {
    width: 100%;
    height: auto;
    z-index: 5;
    background: #f1f1f1!important;
    clear: both;
    float: left;
    box-sizing: border-box
}

.copy p {
    text-align: center;
    padding: 0;
    margin-top: 10px;
    font-size: 15px
}

.sticky {
    position: fixed !important;
    margin-top: 0 !important
}

.innerHeader,.innerheaderabout {
    position: fixed;
    height: 60vh;
    width: 100%;
    background: url(../images/about-slide-new.jpg);
    background-position: center;
    font-size: 60px;
    z-index: 1;
    background-size: cover
}

.innerHeader h1,.innerheaderabout h1 {
    color: #fff;
    font-size: 52px;
    padding: 0;
    text-shadow: 0 0 8px rgba(0,0,0,.2);
    margin-top: 25vh;
    margin-bottom: 10px;
    line-height: 68px;
    font-weight: 100;
    text-align: center
}

.imgAbout {
    background-image: url(../images/about-slide.jpg)
}

.imgIndustries {
    background-image: url(../images/industries-slide.jpg)
}

.imgPorfolio {
    background-image: url(../images/portfolio-slide.jpg)
}

.imgServices {
    background-image: url(../images/services-slide.jpg)
}

.imgCareers {
    background-image: url(../images/career-slide.jpg)
}

.imgcontact {
    background-image: url(../images/contact_us_2.jpg)
}

.imgdigital {
    background-image: url(../images/slide6.jpg)
}

.imgcyber {
    background-image: url(../images/slide7.jpg)
}

.imgsocialmedia {
    background-image: url(../images/slide4.jpg)
}

.imgaichatbot {
    background-image: url(../images/slide8.jpg)
}

.imgtravels {
    background-image: url(../images/slide9.jpg)
}

.imgtransportation {
    background-image: url(../images/slide10.jpg)
}

.imgretail {
    background-image: url(../images/slide11.jpg)
}

.imgeducation {
    background-image: url(../images/slide12.jpg)
}

.imgconsumer {
    background-image: url(../images/slide13.jpg)
}

.imgbanking {
    background-image: url(../images/slide14.jpg)
}

.imgquality {
    background-image: url(../images/slide15.jpg)
}

.imglead {
    background-image: url(../images/slide16.jpg)
}

.imgcognitive {
    background-image: url(../images/slide17.jpg)
}

.imgflooring {
    background-image: url(../images/slide18.jpg)
}

.imgoverview {
    background-image: url(../images/slide19.jpg)
}

.imgnewsroom {
    background-image: url(../images/slide20.jpg)
}

.imghistory {
    background-image: url(../images/slide21.jpg)
}

section {
    position: absolute;
    width: 100%;
    height: 100vh
}

section video {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 100%
}

.aboutcompany {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.aboutcompany .box {
    width: 100%;
    height: auto;
    padding: 15px 0;
}

.aboutcompany .img2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border: 3px solid #fff;
    box-shadow: 0 0p 15px rgba(0,0,0,.3)
}

.aboutcompany .img2 img {
    width: 100%
}

.aboutcompany .content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    background: 0 0
}

.aboutcompany .content h5 {
    font-size: 36px;
    color: #063e89;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 0
}

.sa-video {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: fixed;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    background: url(../images/slide-home.jpg) top;
    background-size: cover
}

.sa-video video {
    width: 100%
}

.aboutus .btn {
    color: #063e89;
    border: 1px solid #063e89
}

.aboutus .btn:before {
    background: #063e89
}

.aboutus .btn:after {
    background: #063e89
}

.aboutus .btn:hover {
    color: #fff
}

.aboutcompany .btn {
    color: #063e89;
    border: 2.3px solid orange;
}

.aboutcompany .btn:before {
    background: #063e89
}

.aboutcompany .btn:after {
    background: #063e89
}

.aboutcompany .btn:hover {
    color: #fff
}

.about-us {
    width: 100%;
    height: auto
}

.button {
    background-color: #fff;
    color: #063e89;
    cursor: pointer;
    padding: 16px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 20px;
    font-weight: 300;
    border-top: 1px solid #f0f0f0;
    transition: .4s;
    position: relative
}

.button:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: solid #999;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    right: 20px;
    top: 14px
}

.panel1 {
    padding: 0 10px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: .6s ease-in-out;
    opacity: 0
}

.panel1.show {
    opacity: 1;
    max-height: 1000px;
    border-bottom: 1px solid #f0f0f0
}

.button.active:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(225deg);
    right: 20px;
    top: 22px
}

.aboutimg img {
    border-radius: 50% 0 50% 50%;
    width: 100%
}

.imgs {
    box-shadow: 0 0 15px rgba(0,0,0,.15)
}

.contact-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,15%);
    padding-bottom: 70px
}

.contact-box form {
    width: 85%;
    height: auto;
    margin: 0 auto
}

form input[type=text],form textarea {
    width: 100%;
    height: 40px;
    outline: 0;
    border: none;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
    display: block
}

.contact-box form textarea {
    height: 100px;
    margin-bottom: 30px
}

.contact-box .form {
    width: 85%;
    height: auto;
    margin: 0 auto
}

.form input[type=tel],.form input[type=text],.form textarea {
    width: 100%;
    height: 40px;
    outline: 0;
    border: none;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
    display: block
}

.contact-box .form textarea {
    height: 100px;
    margin-bottom: 30px
}

.submit-btn {
    color: #063e89;
    border: 1px solid #063e89
}

.submit-btn:hover {
    color: #fff;
    background: #063e89
}

.submit-btn:after,.submit-btn:before {
    background: #063e89
}

.aboutcompany .img1 {
    width: 90%;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    margin: 0 auto;
    overflow: hidden
}

.aboutcompany .img1 img {
    width: 100%;
    height: auto
}

.main-menu {
    position: relative;
    width: 80%!important;
    background: 0 0!important;
    border: none!important;
    margin-top: 6%!important;
    margin: auto;
}

.main-menu h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 20px 0 10px 0
}

.main-menu .box {
    width: 25%;
    float: left!important
}

.main-menu .box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-menu .box ul li a {
    color: #fff!important;
    transition: .5s
}

.main-menu .box ul li a:hover {
    text-decoration: none;
    padding-left: 10px
}

.main-menu .social-icons ul li {
    display: inline-block
}

.main-menu .social-icons ul li a:hover {
    padding-left: 0
}

.main-menu .box h4 {
    color: #fff!important;
    font-weight: 700
}

.main-menu .social-icons ul li a {
    display: block
}

.main-menu .social-icons ul li a .fab {
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    margin: 0;
    border: 1px solid #fff;
    width: 40px;
    text-align: center
}

.main-menu .social-icons ul li a:hover .fa-facebook-f {
    background: #3b5999;
    border: 1px solid #fff
}

.main-menu .social-icons ul li a:hover .fa-google {
    background: #187af3;
    border: 1px solid #fff
}

.main-menu .social-icons ul li a:hover .fa-tumblr {
    background: #34526f;
    border: 1px solid #fff
}

.main-menu .social-icons ul li a:hover .fa-twitter {
    background: #55acee;
    border: 1px solid #fff
}

.main-menu .social-icons ul li a:hover .fa-youtube {
    background: #cd201f;
    border: 1px solid #fff
}

.main-menu .social-icons ul.legalBlock li {
    display: block
}

.box-img img {
    width: 100%
}

.sa-content .content {
    width: auto;
    height: auto;
    background: 0 0;
    position: relative
}

.sa-content {
    padding-bottom: 30px
}

.sa-content .content ul li {
    font-size: 20px;
    color: #232326;
}

.sa-content h1 {
    font-size: 30px;
    font-weight: 600
}

.img-left {
    width: 520px;
    float: left;
    margin: 10px 25px 20px 0
}

.contactTitleTxt {
    color: #063e89;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.img-right {
    width: 520px;
    float: right;
    margin: 10px 0 20px 25px
}

.radius-lt {
    border-radius: 0 50% 50% 50%;
    overflow: hidden
}

.radius-rt {
    border-radius: 50% 0 50% 50%;
    overflow: hidden
}

.radius-lt img,.radius-rt img {
    width: 100%
}

.location {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: left;
    margin-bottom: 30px
}

.sa-content .content {
    padding: 0;
    top: 0
}

.location .fas {
    float: left;
    font-size: 40px;
    color: #063e89;
    border: 2px solid #063e89;
    padding: 0;
    border-radius: 50px;
    line-height: 62px;
    height: 68px;
    width: 68px;
    text-align: center
}

.location h6 {
    width: 75%;
    float: left;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
    color: #333
}

.location span {
    float: left;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 0
}

.gridBoxStyle {
    border: 2.5px solid white;
    padding: 25px;
    margin-left: -1px;
    margin-bottom: -1px
}

.videoBoxLeft {
    max-width: 540px;
    width: 100%;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.videoBoxRight {
    max-width: 540px;
    width: 100%;
    position: relative;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px
}

.videoBoxMid {
    max-width: 840px;
    width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 20px
}

.videoBoxLeft img,.videoBoxMid img,.videoBoxRight img {
    width: 100%;
    display: block
}

.videoBoxLeft iframe,.videoBoxMid iframe,.videoBoxRight iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bni-member {
    margin: auto;
    display: inherit;
    width: 100%;
    max-width: 509px;
}

.slide-new {
    position: absolute;
    background: url(../images/web-design-development-home.jpg);
    z-index: 4;
    margin-top: 360vh;
    background-size: cover;
}

.slide-new .content-1 h2 {
    font-size: 56px;
    font-family: Futura Book,sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 0%;
}

.slide-new .content-1 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    background: 0 0;
    right: none;
    color: #fff;
}

.slide-new .content-1 h6 {
    font-size: 22px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 35px;
}

.others {
    background: #f1f1f1!important;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    text-align: center;
}

.others ul {
    padding: 0px;
    font-size: 16px;
    list-style: none;
    margin-bottom: 0px;
    display: block;
}

.others ul li {
    display: inline-block;
    padding: 0px 10px
}

.slide-new-1 {
    position: absolute;
    background: url(../images/seobnnr.jpg);
    z-index: 5;
    margin-top: 490vh;
    background-size: cover;
}

.slide-new-1 .content-1 h2 {
    font-size: 56px;
    font-family: Futura Book,sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 0%;
}

.slide-new-1 .content-1 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    background: 0 0;
    right: none;
    color: #fff;
}

.slide-new-1 .content-1 h6 {
    font-size: 22px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 35px;
}

.others ul li a:hover {
    text-decoration: none;
    color: #063e89;
    transition: .5s;
    font-weight: 500;
}

.share-button {
    position: fixed;
    left: 0%;
    top: 50%;
    z-index: 999;
    margin-top: -70px;
}

.share-button ul {
    list-style: none;
    padding-left: 0px
}

.share-button ul li {
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    width: 50px
}

.share-fb {
    background: #3b5998
}

.share-twitter {
    background: #00acee
}

.share-x-twitter {
    background: #000
}

.share-insta {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.share-linkedin {
    background: #0e76a8
}

.share-fb:hover {
    width: 60px
}

.share-twitter:hover {
    width: 60px
}

.share-insta:hover {
    width: 60px
}

.share-x-twitter:hover {
    width: 60px
}

.share-linkedin:hover {
    width: 60px
}

.rowpadd {
    padding: 52px 0;
    align-items: center;
}

.our-client {
    color: #063e89;
    padding-top: 1rem;
    text-align: center;
}

.footer .icons ul li a:hover .fa-instagram {
    background: #fe2497;
}

.head3 {
    color: #063e89;
    font-size: 20px;
    padding-bottom: 7px;
    font-weight: 800;
}

.txtag {
    color: #063e89;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
}

.headtxth2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 42px;
}

h2 {
    color: #d8ba6c;
}
.container,.container-fluid{
    overflow: hidden;
}
.box .row {
    align-items: center !important;
}

.carddes {
    padding: 20px 18px;
    border-radius: 20px;
    box-shadow: 0 5px 10px #063e89;
    margin-bottom: 25px;
    text-align: center;
    min-height: 300px !important;
}

.myulcheck {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 20px;
    vertical-align: top;
    padding-bottom: 15px;
}

.myulcheck li {
    position: relative;
    list-style: none;
    padding: 2px;
    color: #232326;
    font-size: 18px !important;
    line-height: 30px;
}

.myulcheck li:before {
    content: '';
    width: 18px;
    height: 8px;
    position: absolute;
    top: 12px;
    left: -21px;
    border: 2px solid #063e89;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

h3 {
    color: #063e89 !important;
}

.main-menu h3 {
    color: #fff !important;
}

.reasonsList li {
    color: #232326 !important;
}

.slide1 .content h4 ul li {
    color: #fff !important;
}

@media (max-width: 991px) {
    .footer .box {
        margin-left:0;
        padding-left: 0 !important;
    }

    .contact-box .form {
        width: 100%;
    }

    .ourthinking .box {
        box-shadow: none;
    }
}

@media (min-width:354px) and (max-width: 768px) {
    points
    .rowpadd {
        padding:30px 0;
    }
    .expertPadd .expertBgDiv1{
        padding: 18px;
    }
.header {
    padding: 0px !important;
}
.bg-header{
    gap:20px !important;
}
.logo2{
    height: 100px !important;
}
    .our-client {
        text-align: left;
    }

    .gridBoxStyle {
        padding: 10px;
        margin: 10px 0px !important;
    }

    .form-cont {
        padding: 0 30px;
    }

    .carddes {
        min-height: 300px;
    }

    .ourthinking .box {
        height: auto;
    }

    .main-menu .box {
        width: 100% !important;
    }

    .aboutcompany .box {
        padding: 10px 0 !important;
    }

    .location .fas {
        font-size: 35px !important;
    }
}
    .services-one {
    /* background-color: #f9f9f9; */
    padding: 3rem 0;
}
.griddes {
    box-shadow: 0 0 1px #000000aa;
    margin-top: 12px;
    margin-bottom: 2rem;
}
.griddes .wrap {
    text-align: center;
;
    display: flex
;
    align-items: center;
    /* border: 1px solid #231f42; */
}
.services-one .content {
    position: relative;
    height: 200px;
    align-content: center;
}
.griddes .wrap:nth-child(odd) {
    background:#063e89;
    color: #fff;
}
.slide4 {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    font-size: 60px;
    z-index: 6;
    margin-top: 590vh;
    padding: 30px 0px 0px 0px;
    box-sizing: border-box;
    float: left;
    clear: both;
}.griddes{
    margin:0px;
}
.service-width{
   width:800px;
   display: flex;
   justify-content: center;
   align-items: center;
   color:white;
font-size: 18px;
font-weight:900 ;

}
.digital-header{
    background-color: white;
  width:90%;
    border-radius:0px  10px 10px 0px;
    text-align: center;
    justify-content: center;
}
.griddes .wrap.imgbg

 {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 250px;
}
.griddes .wrap {
    text-align: center;
  
    display: flex
;
    align-items: center;
    /* border: 1px solid #231f42; */

}
.ourthinking .box .content {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}
.ourthinking .box {
    width: 100%;
    height: 580px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .18) !important;
}
.ourthinking .content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
    position: relative;
    background: 0 0;
    padding: 0;
    top: 0;
}
.ourthinking .box {
    height: 650px !important;
}

.services .head2red {
    color: #063e89 !important;
    text-align: center;
    font-size: 2rem;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.services

 {
    padding: 2rem 0;
}
.box .row {
    align-items: center !important;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.subheading{
    color:#063e89
}
.aboutDivBtn {
    max-width: 332px;
    margin: auto;
    padding: 0px 0px 20px 0px;
    overflow: hidden;
    clear: both;
}
.ulpd li {
    font-size: 20px;
}
.logo2{
    height: 60px;
}
.logo1,.logo2{
        width: 280px;
    left: 135px;
    top:5px
}
/* .slick-slide
{
    min-height: 100vh !important;
} */
.mx-auto{
    margin:auto;
}
   .rolling-effect-div {
    padding: 15px 0px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.center {
    text-align: center;
}
.txtag {
    color: #063e89;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
}
.carddesign

 {
    width: 95%;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px #00000033;
    margin-bottom: 25px;
    text-align: center;
}
.expertBgDiv1 {
    background: #f5f5f5;
    text-align: center;
    padding-bottom: 1px;
    padding: 15px;
    height: 100%;
}

.expertCol4 {
    width: 23%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.expertPadd {
    padding: 10px;
}
.expertsRow {
    margin: 0px -10px;
    text-align: center;
}
.hero-slide {
  position: relative;
  height: 100vh; /* full screen */
  overflow: hidden;
}
 #hoverContent {
      transition: all 0.3s ease-in-out;
    }
.hero-slide video.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.hero-caption {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
button.accordion-button{
  padding: 10px;
}
.accordion-button:focus {
    z-index: 3;
    box-shadow:none;
    border-color: white !important;
    outline: 0px;
    border:none !important;
}
.accordion-button{
  font-size: 21px !important;
  font-weight: 500;
}
.accordion-button:not(.collapsed){
  background: none !important;
  border:none !important;
  box-shadow:none !important;
}
.accordion-button  img{
  margin-right:10px;
}
.accordion-button {
  border:none;
  color:#063e89 !important;
}
.accordion-body{
  text-align: justify;
}
.accordion-item{
  border:2.668px dashed orange !important;
  margin-top: 10px;
  border-radius: 5px !important;
} 

.accordion-button::after {
  flex-shrink: 0;
  width: 1.5rem ;
  height: 1.5rem;
  content: "\f055" !important; /* fa-plus-circle */
  font-family: "Font Awesome 5 Free"; /* For FA5, adjust if FA6 */
  font-weight: 900; /* solid icons */
  font-size: 25px;
  color: orange; /* icon color */
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important; /* disable bootstrap bg */
  transition: all 0.3s;
}

/* When accordion is open */
.accordion-button:not(.collapsed)::after {
  content: "\f056"; /* fa-minus-circle */
}
.bg-about {
  /* background-color: rgba(208,230,254,1); */
  background-color: rgb(228 241 255);
}
.text-organe{
  color:orange;
}
.subheader{
  color:black
}
.gobal-img{
        width:100%;
        height: 100%;
    }
@media (max-width:768px){
    .hero-slide{
        height: 280px !important;
    }
   
    .mobile-width{
        width:33.33%;
        margin-top: 20px;
    }
    .boxs{
        height:100%;
        margin-top:20px
    }
.headingHome{
    font-size: 40px;
}
.accordion-header{
    line-height:30px;
}
.img-right{
    width:100%;
}
.img-left{
      width:100%;
}
h2{
    font-size: 30px !important;
}
h3{
    font-size: 25px !important;
}
.points h3{
    font-size: 20px !important;
}
.box h2{
    text-align: center;
}
.expertCol4{
    width:46%;
}
.mobilecolumn-reverse{
    display: flex;
    flex-direction: column-reverse;
}
.frist{
    border-radius: 15px 15px 0px 0px;
    height: 250px;
padding: 0px;
}
.frist1{
    border-radius: 0px 0px 0px 0px;
    padding: 0px;
}
.frist2{
    border-radius: 0px 0px 0px 0px;
    padding: 0px;
}
.frist3{
    border-radius: 0px 0px 15px 15px;
    padding: 0px;
}
.points li{
    width:100%;
    padding: 10px 20px;
    margin:5px 0px;
}

.col-web-4{
    width:100%;
}
.col-web-8 {
    width:100%;
    text-align: justify;
}
.mobile-padding{
    padding: 10px 20px;
}
.wrap{
    height: 310px;
}
.appenwidth{
    width:100%;
}
.aboutcompany .row{
    padding: 0px 5px;
}
}
.griddes .content p{
    padding: 10px 20px;
}
.bg-banger{
    background: url(./img/vidhuras-aboout.jpg);
    background-repeat: 100%;
position: relative;
z-index: 44;
}

.bg-banger::after{
    
position: absolute;
top:0;
left: 0;
width:100%;
height: 100%;
content: "";
background-color:rgba(0,0,0,0.4333);
z-index: 0;
}
.bg-banger .container{
    position: relative;
    z-index: 3;
}
.aboutcompany{
    padding: 0px !important;
}
.bg-greyercolor{
    background-color: #80808018;
}