@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-family: 'Ubuntu', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    color:#2596B0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600; /* adjust as needed */
  margin: 0;
}

/* Heading styles */
h1 {
  font-size: 48px;
  line-height: 56px; /* 1.16 ratio */
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}
p {
  font-size: 16px;
  line-height: 28px; /* ~1.75 ratio for readability */
  font-weight: 400;
  color: #333; /* neutral text */
}
/* @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-size: 18px;
    color: #777
}
.bg-header{
  background-color: #151a44;
  border-radius: 10px;
 }
.text-justify{
    text-align: justify;
}
body p {
    font-size: 16px;
    line-height: 30px;
    color: #232326;
}
.bg-greyer{
    background-color: #cacaca;
}
.text-blue{
    color:rgba(208,230,254,1);
}
.btn {
    float: left;
    padding: 5px 20px;
    border: 2.3px solid orange;
    font-weight: 100;
    color:black;
    position: relative;
    z-index: 1;
    text-decoration: none;
    border-radius: none!important;
    margin-right: 5px
}
.btn-local{
      float: left;
    padding: 5px 30px;
    border: 1px dashed orange;
    font-weight: 500;
    color: black;
    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
}



/* .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: #063e89;
    float: left;
    right: 0;
    position: absolute;
    padding: 0 15px
}

.content h5 {
    color: #fff;
    margin-top: 90%;
    font-size: 35px;
    font-weight: 200;
    text-transform: none;
}

.content h4 {
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    font-size: 30px;
    margin-top: 10px;
    text-transform: uppercase
}

.slide1 .content h4 ul {
    list-style: none;
    margin: 0;
    padding: 0;

    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;
 
}

.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-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,.footer,.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: 18px;
    margin-bottom: 0
}

.ourthinking .box .content h4 {
    font-size: 25px;
    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
}

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%;
    height: auto;
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 20px
}

.boxs h3 {
    color: #063e89;
    font-size: 25px;
    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
}

.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
} */
@media (max-width:768px){
.innerHeader h1{
font-size: 40px !important;
line-height: 50px !important;
}
.footer .box,.footer .icons{
    margin-left: 0px !important;
}
.content-1 .ftersci-heading{
    text-align: left;
    margin-left: 0px;
    margin-top: 20px;
    color: white !important;
}
}


.foohead4{
    color:orange;
}
.footer .icons {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    margin-left: 33px
}

.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;
   
    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: white;
    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: orange;
    font-weight: 400;
    font-size: 22px;
    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: 1px solid #063e89
}

.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: 1px solid #efefef;
    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-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-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: 25px;
    padding-bottom: 10px;
}

.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: 
#2596be;
}

.box .row {
    align-items: center !important;
}

.carddes {
    padding: 20px 18px;
    border-radius: 20px;
   box-shadow: 0 0 13px rgba(4, 35, 88, 0.25);
    margin-bottom: 25px;
    text-align: center;
    min-height: 495px;
}

.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: 20px !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: 
#2596be !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 (max-width: 768px) {
    .rowpadd {
        padding:30px 0;
    }

    .our-client {
        text-align: left;
    }

    .gridBoxStyle {
        padding: 10px;
        margin: 10px !important;
    }

    .form-cont {
        padding: 0 30px;
    }

    .carddes {
        min-height: auto !important;
    }

    .ourthinking .box {
        height: auto;
    }

    .main-menu .box {
        width: 100% !important;
    }

    .aboutcompany .box {
        padding: 10px 0 !important;
    }

    .location .fas {
        font-size: 35px !important;
    }
} */
.ftersci-heading{
    text-align: left;
    margin-left: 39px;
    margin-top: 20px;
    color: white !important;
}