

/*font-family: 'Libre Baskerville', serif;*/

.p0{
    padding:0px !important;
}

/*h1,h2,h3,h4,h5,h6,p,a,li,span,button{
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
}*/

body {
    overflow-x: hidden;
}
 body::-webkit-scrollbar {
 width: 15px;
 border-radius: 0px;
 background: #34d1c0;
 padding:0 10px;
 border: 0px solid #ddd;
}
 body::-webkit-scrollbar-track {
 border-radius: 50px;
 width: 0px;
 background: #34d1c0;
}
 body::-webkit-scrollbar-thumb {
 background: url(../images/scrool-img.png);
 background-repeat: no-repeat;
 background-position:center;
 border-radius: 10px;
 width: 20px !important;
 padding:0 0px;
 height: 150px;
}
a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}

section {
    float: left;
    width: 100%;
}



.header-top {
    display: block;
    background: #00273f;
    text-align: right;
}
.header-top ul {
    padding: 0;
    margin: 0;
}
.header-top ul li {
    display: inline-block;
    padding: 10px 15px;
}
.header-top ul li a {
    font-size: 15px;
    color: #fff;
}

.navbar-right a.yellow_btn_m {
    margin: 0 15px 0 15px;
    position: relative;
    padding: 12px 19px 12px 45px !important;
}

.navbar-right a.yellow_btn_m:before {
    content: "";
    background-image: url(../images/call-btn.png);
    position: absolute;
    height: 32px;
    width: 28px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-top ul li a i {
    margin: 0 3px 0 0;
    font-size: 18px;
}
.head_top {
    padding: 15px 0;
    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 9;
    position: relative;
    left: 0;
    right: 0;
    padding: 0px;
}
.head_top .navbar .navbar-header a.navbar-brand {
    font-weight: bold;
    color: #00273f;
    font-size: 26px;
}

.head_top .navbar-right {
    padding-top: 25px;
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.head_top .navbar.navbar-defult  ul li a:hover, .head_top .navbar.navbar-defult  ul li a:focus, .head_top .navbar.navbar-defult  ul li.active a {
    background: transparent;
    color: #fa690c;
}
.head_top .navbar.navbar-defult  ul li a {
    color: #000000;
    opacity: 1;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: 700;
}
.head_top .navbar.navbar-defult  ul li a.btn-org {
    /* background: #fc5216; */
    border-radius: 50px;
    padding: 12px 27px;
    color: #fff;
    background: linear-gradient(to right, #3ab0ce, #1bc9bb);
    font-size: 13px;
    font-weight: 700;
}
.head_top .dropdown-menu>li>a {
    position: relative;
    margin: 0 0 10px;
    font-weight: 500;
    border-left: 4px solid #00273f;
}
.head_top ul.dropdown-menu {
    padding: 20px 0 15px;
    border: none;
    left: 0;
    right: 0;
    width: 250px;
}

.logo {
    width: 100%;
    margin: 0px 0 0 0;
}
.head_top .dropdown-menu>.active>a, .head_top .dropdown-menu>.active>a:focus, .head_top .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: #fc5216 !important;
    border-left: 4px solid #fc5216;
}
.head_top .dropdown-menu>li>a:hover:before {
    color: #fc5216;
}
.head_top .open>a, .head_top .open>a:focus, .head_top .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fc5216 !important;
}



/*banner*/







.homepage-div {
    height: 100vh;
    width: 100%;
    position: relative;
}

/*.homepage-div:before {
    content: '';
    background: #ebebeb;
    width: 200px;
    height: 200px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    z-index: -1;
}*/



.bnr-txt {
    text-align: center;
}

.bnr-txt h2 {
    font-size: 104px;
    font-weight: bold;
    display: table;
    text-align: center;
    margin: 0 auto;
}

.bnr-txt h2 span {
    background: #01155e;
    color: #fff;
    padding: 0 20px;
}

.main-banner {
    padding: 0px 0 50px;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    /*top: -70px;*/
}

.main-banner .bnr-txt {
    top: -50px;
    position: relative;
}

.main-banner:before {
    /* content: ''; */
    background: #785a48;
    position: absolute;
    width: 700px;
    height: 127px;
    bottom: 0px;
    top: 123px;
    margin: auto;
}
.bnr-txt h4 {font-size: 27px;font-weight: 300;margin-bottom: 25px;color: #000;width: 60%;text-align: center;margin: 0 auto;margin-bottom: 40Px;}

.bnr-txt .bnr-h2-bf {
    position: relative;
    background: linear-gradient(270deg,hsl(0deg 100% 50% / 0%),hsla(0,0%,100%,0) 45%,#01155e 37%,#01155e);
    width: 100%;
}

.bnr-txt .bnr-h2-bf:before {
}

.bnr-txt .bnr-h2-bf span {
    background: transparent;
}

.main-banner .col-sm-12 {
    padding: 0;
}

.client-logo ul {
    /*padding: 0 0 0 300px;*/
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.client-logo ul li {
    width: 33.3%;
    text-align: right;
    border: 1px solid #785a480f;
}

.client-logo li img {
    max-height: 90%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    filter: grayscale(1);
}



.brand-logos{


}


.brand-logos ul li {
    width: 50%;
    border: none;
}


.hd-txt h2 {
    font-size: 40px;
    font-weight: bold;
}

.hd-txt p {
    font-size: 16px;
    font-weight: 400;
}

.client-lft-div .hd-txt {
    padding-left: 140px;
    padding-right: 0;
}

.client-logo h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    background: #01155e;
    color: #fff;
    padding: 15px 20px;
}
.client-rt-div h3 {
    text-align: left;
}

.client-rt-div .client-logo ul {
    padding: 0 200px 0 0;
}

.client-rt-div {
    padding-left: 90px;
    padding-right: 0;
}


.serv-left-div {
    padding-left: 200px;
}

.serv-left-div h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.serv-left-div p {
    font-size: 18px;
    padding-top: 20px;
    line-height: 30px;
}


/*.diamond-bx {
    width: 150px;
    height: 150px;
    background: #785a48;
    transform: rotate(45deg);
    margin-bottom: 70px;
}
*/
.diamondbx {
     width: 20vw;
    height: 20vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ebebeb;
    margin-bottom: 70px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    z-index: -1;
}


.service-sec-home div#accordion {}

.service-sec-home div#accordion .card {
    border: 0;
}

.service-sec-home div#accordion .card-header {
    border-color: transparent;
    background: transparent;
    padding: 0;
}

.service-sec-home div#accordion .card-header .btn-link:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 400;
    color: #785a48;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.service-sec-home div#accordion .card-header .btn-link {
    position: relative;
    padding-left: 25px;
    color: #dc3545;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0;
}

.service-sec-home div#accordion .card-header .btn-link.collapsed:before {
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}

.service-sec-home div#accordion .card-body {
    padding: 10px 28px 10px;
}

.serv-rgt-div {
    margin-left: 40%;
    margin-right: 20%;
}

.service-sec-home div#accordion .card-header .btn-link.collapsed {
    border-color: transparent;
}

.serv-rgt-div h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #000;
}



/*work-sec*/
.work-rht-div img {
    width: auto;
    margin: 0 auto;
    display: table;
}

.our-wrk-lft-dv {padding-left: 200px;}

.our-wrk-lft-dv .hd-txt {
    position: relative;
    top: -100px;
}

.our-work-sec {
    position: relative;
}

.our-work-sec .row {
    align-items: center;
}

.work-left-div h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-bottom: 5px;
}

.work-left-div p {
    font-size: 16px;
    font-weight: 400;
}

.work-left-div ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.work-left-div ul li {
    width: auto;
    margin-top: 10px;
}

.work-left-div ul li h4 {
    font-size: 18px;
    font-weight: 700;
    background: #01155e;
    padding: 10px 10px;
    color: #fff;
    margin-right: 18px;
    text-transform: capitalize;
}
.our-work-sec .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #785a48;
}

.our-work-sec .fp-controlArrow.fp-prev {
    border-color: transparent #785a48 transparent transparent;
}
/*work-sec*/


/*testi-sec*/
.testi-persn-div ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.testi-persn-div ul li {
    width: 25%;
    text-align: center;
    margin-top: 5px;
}

.testi-box img {
    max-height: 50%;
    max-width: 50%;
    margin: 0 auto;
    display: table;
}

.testi-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.testi-box p {
    font-size: 14px;
    line-height: 19px;
}

.testi-sec .hd-txt {
    padding-left: 200px;
}
/*testi-sec*/
/*footer*/
.footer-sec {
    /*background: #414d67;*/
    background: transparent !important;
}

.footer-sec .hd-txt {
    text-align: center;
    color: #fff;
}

.ftr-txt h2 {
    text-align: center;
    margin-top: 50px;
    font-size: 80px;
    color: #fff;
    font-weight: bold;
}

.footer-sec {
    background: #01155e;
}

.footer-sec .hd-txt {
    text-align: center;
    color: #fff;
}

.ftr-txt h2 {
    text-align: center;
    margin-top: 50px;
    font-size: 80px;
    color: #fff;
    font-weight: bold;
}

section.ftr-nav {
    background: #253c8f;
    padding: 20px 200px;
    position: absolute;
    bottom: 0;
}

.ftr-list-nv ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}

.ftr-list-nv ul li a {
    color: #fff;
    margin: 0 20px;
}

.ftr-list-nv p {
    color: #fff;
}

.ftr-list-nv ul li:first-child a {margin-left: 0;}

.ftr-list-nv.ftr-list-rt ul {
    justify-content: flex-end;
}
/*footer*/



.serv-left-div-user-centered {
    padding-top: 0%;
}



.our-work-sec-first .our-wrk-lft-dv .hd-txt {
    position: relative;
     top: auto; 
}

.our-work-sec-first .hd-txt h2 {
    font-size: 40px;
    font-weight: bold;
}

































/*mobile-nav*/
.mobile-nav{
    display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.mobile-nav div span {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.mobile-nav div span a {
    font-size: 15px;
    padding-left: 8px;
}

.mobile-nav div:last-child span a {
    padding-left: 20px;
}

.mobile-nav div span img {
    width: 18px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.mob-line-nav{
    display: none;
}
/*mobile-nav*/














#spin:after {
  content:"";
  animation: spin 8s linear infinite;
}
@keyframes spin {
  0% { content:"Technology"; }
  30% { content:"Marketing"; }
  60% { content:"Writing"; }
  100% { content:"Publishing"; }

}

.inner-header .btn-box div:last-child {
    margin-left: 20px;
}



/*
.main-bnr-bg-st:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/home-banner-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -999;
    width: 100%;
    height: 100%;
}*/



.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100% !important;
}



.testi-sec-home h4{

        font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #000;
}


.client-lft-div .client-logo ul li:first-child {
    height: 87px;
    align-items: center;
    display: grid;
}

.client-lft-div .client-logo ul li:first-child img {
    width: 150px;
}

/* .brand-logos .client-logo li {border: none;} */



.client-logo.brand-logos  li img {
    border: 1px solid #eee;
    margin: 0 0 10px;
}

.client-logo.brand-logos  li:nth-child(2) img, .client-logo.brand-logos  li:nth-child(3) img{
    border:none
}

.testi-persn-div {
    margin: -50px 0 0;
}

.home-about-sec .row {
    justify-content: center;
}