/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Titillium+Web:wght@400;600;700&display=swap');



html,
body {

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;

}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: normal;

}

h1, .h1 {
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}

h2, .h2 {
    font-size: 30px;
    line-height: 45px;
}

h3, .h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

h4, .h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

h5, .h5 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}

h6, .h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
}


p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;

}

a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul li, ol li{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
}

btn, .btn {
    font-family: 'Sarabun', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-decoration: none;
}


.btn-label {
    position: relative;
    right: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: #44AEDF;
    border-radius: 3px 0 0 3px;
}
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}



/*--------------------------------------------------------------
# COMMON CODES
--------------------------------------------------------------*/
.pad-50 {
    padding: 50px 0px;
}

.pad-30 {
    padding: 30px;
}

.text-blue {
    color: #143B87;
}


.line-height-none {
    line-height: 0 !important;
}

button:focus{
    outline: none !important;
    box-shadow: none !important;
}


.parent-position{
    position: relative !important;
}

.text-underline{
    text-decoration: underline;
}

.straight-line {
    border: 1px solid #F0F0F0;
}


.btn-primary {
    border-radius: 45px;
    padding: 0px 12px;
    -webkit-transition: all 1s;
    transition: all 1s;
    border: 0;
}


label{
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #D8D8D8;
    border-bottom: 2px solid#E70000;
    margin-bottom:15px;

}

.form-control, .form-control:focus {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    background: transparent;
    border: 1px solid transparent;
    padding: 10px 10px;
    border-bottom: 2px solid #9d07d6;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
    margin-bottom: 15px;
}

/* form .fa {
    position: absolute;
    top: 53px;
    right: 27px;
} */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    color: #CDD2ED !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    color: #CDD2ED !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    color: #CDD2ED !important;
  }

.h-line{
    border-top: 3px solid#E70000;
    width: 10%;
}

/* plus and minus counter codes */

.counter-label{
    font-size: 13px;
    color: #FFFFFF;
    border-bottom: 2px solid transparent;
}

.qty .count {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    padding: 0 2px;
    min-width: 20px;
    text-align: center;
    background: #e70000;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #9E9E9E;
    width: 28px;
    height: 28px;
    font: 24px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #9E9E9E;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #9E9E9E;
    width: 28px;
    height: 28px;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    border: 2px solid #9E9E9E;
}
/* div {
    text-align: center;
} */
.minus:hover {
    background-color: transparent !important;
}
.plus:hover{
    background-color: transparent !important;
}
/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input{  
    border: 0;
    width: 2%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled{
    background-color:white;
}

form .help-block {
    color: #EE2D30;
}

form .fa-times, form .fa-check {
    color: #EE2D30;
}
 
/* form [data-fv-for=phone] {
    position: absolute;
    top: 40px;
    left: 35px;
    width: 94%;
} */

/* .has-error .intl-tel-input .flag-container {
    position: absolute;
    top: 15px;
    bottom: 35px;
    right: 0;
    padding: 1px;
} */


form .form-control {
    color: #9E9E9E !important;
}

form .form-control option {
    background: #000000 !important;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
h1, .h1 {
    font-size: 65px;
    line-height: 75px;
}

h2, .h2 {
    font-size: 35px;
    line-height: 45px;
}

h3, .h3 {
    font-size: 45px;
    line-height: 55px;
}

h4, .h4 {
    font-size: 25px;
    line-height: 35px;
}

h5, .h5 {
    font-size: 26px;
    line-height: 30px
}

h6, .h6 {
    font-size: 18px;
    line-height: 35px;
}

p {
    font-size: 18px;
    line-height: 32px;

}

form [data-fv-for=demophonenumber] {
    left: 18px;
}

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .form-control, .form-control:focus {
        margin-bottom: 0px;
    }

}

@media (min-width: 1400px) {

}

@media (min-width: 1200px){
    .container-extended {
        max-width: 1160px;
    }
}

@media (min-width: 1600px) {
    .container-extended {
        max-width: 1410px
    }
}

@media (min-width: 1920px) {
    .container-extended {
        max-width: 1640px;
    }
}


/* common themes */

h1, .h1 {
    color: #FFFFFF;
}

h2, .h2 {
    color: #4671DF;
}

h3, .h3 {
    color: #00317B;
}

h4, .h4 {
    color: #585858;
}

h5, .h5 {
    color: #F2F2F2;
}

h6, .h6 {
    color: #585858;
}


p {
    color: #727272;
}

a {
    color: #626B6D;
}

a:hover,
a:focus {
    color: #3C7B91 !important;
}


ul li{
    color: #4A4A4A;
}


.btn-primary {
    border-radius: 4px;
    /* border: 1px solid #2498CD; */
    background: linear-gradient(180deg, #5CB4D7 0%, #056687 83.85%);
    color: #FFFFFF;
    padding: 6px 12px;
    font-size: 10px;
}



.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active  {
    background: linear-gradient(180deg, #5CB4D7 0%, #056687 83.85%);
    color: #FFFFFF;
    /* border-color: #143B87; */
    box-shadow: 0px 0px 5px #2498CD;
}


.btn-white {
    border-radius: 0px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #8F009B;
    padding: 12px 12px;
    font-size: 12px;
    transition: all 0.5s;
}


.btn-white:hover, .btn-white:focus, .btn-white:not(:disabled):not(.disabled):active  {
    background: #8F009B;
    color: #ffffff;
    /* border-color: #143B87; */
    /* box-shadow: 0px 0px 5px #056687; */
    border: 1px solid #8F009B;
    transition: all 0.5s;
}



.btn-transparent {
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    background: transparent;
    color: #ffffff;
    padding: 12px 12px;
    font-size: 12px;
    transition: all 0.5s;
}


.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:not(:disabled):not(.disabled):active  {
    background: #FFFFFF;
    color: #000000;
    /* border-color: #143B87; */
    /* box-shadow: 0px 0px 5px #056687; */
    border: 2px solid #FFFFFF;
    transition: all 0.5s;
}

.btn-blue {
    border-radius: 5px;
    border: 1px solid #2D28FF;
    background: #2D28FF;
    color: #ffffff;
    padding: 12px 12px;
    font-size: 12px;
    transition: all 0.5s;
}


.btn-blue:hover, .btn-blue:focus, .btn-blue:not(:disabled):not(.disabled):active  {
    background: #8F009B;
    color: #FFFFFF;
    /* border-color: #143B87; */
    /* box-shadow: 0px 0px 5px #056687; */
    border: 1px solid #8F009B;
    transition: all 0.5s;
}

.btn-gray {
    border-radius: 5px;
    border: 1px solid #696969;
    background: #696969;
    color: #ffffff;
    padding: 12px 12px;
    font-size: 12px;
    transition: all 0.5s;
}


.btn-gray:hover, .btn-gray:focus, .btn-gray:not(:disabled):not(.disabled):active  {
    background: #8F009B;
    color: #ffffff;
    /* border-color: #143B87; */
    /* box-shadow: 0px 0px 5px #056687; */
    border: 1px solid #8F009B;
    transition: all 0.5s;
}



@media (min-width: 768px){
    .btn-red {
        font-size: 16px;
    }
    .btn-green {
        font-size: 16px;
    }

    .btn-orange {
        font-size: 16px;
    }
}


@media (min-width: 1200px){
    .text-xl-h3-auto{
        color: #414B53 !important;
    }

    .text-xl-p-auto{
        color: #737778 !important;
    }

    .text-xl-h4-auto{
        color: #821517 !important;
    }
}

/**************************************************************************************/
/*header-7 style*/

.header-2 .navbar-expand-xl .navbar-nav .nav-link {
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

/* .header-2 .navbar-expand-xl .navbar-nav .dropdown-border {
    color: #FFFFFF;
} */


.header-2 .navbar {
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

/* .mt-xl-33{
    margin-top: 33px;
    transition: all 0.8s;
} */

.header-2 .navbar-brand img {
    width: 50%;
}

.header-2 .dropdown-menu {
    border-radius: 0rem;
}

.header-2 .dropdown-item{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}


.header-2 .navbar {
    padding: 0;
}

.header-2 .nav-item a::after{
    content:'';
    display:block;
    width:0px;height:2px;
    transition: 0.2s;
}
.header-2 .nav-item a:hover::after{
    width:100%;
}
.header-2 .nav-link{
    padding:15px 5px;transition:0.2s;
}

.header-2 .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.header-2 .dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.header-2 .navbar-collapse {
    height: 76vh !important;
    max-height: max-content;
    overflow-y: scroll;
}

.header-2 form a {
    color: #fff;
}

.submenu-item {
    position: relative;
}
  
.submenu-item>.dropdown-menu {
top: 0 !important;
left: 100% !important;
margin-top: 0px !important;
margin-left: 0px !important;
}


/*--------------------------------------------------------------
# HAMBURGER TOGGLE MENU
--------------------------------------------------------------*/
.header-2 .navbar-toggler {
    padding: 0;
}
.header-2 .navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}
.header-2 .navbar-toggler .icon-bar {
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
.header-2 .navbar-toggler .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}
.header-2 .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}
.header-2 .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
    transition: ease all .2s;
}
.header-2 .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}
.header-2 .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-47deg) translate(5px, -6px);
    transition: ease all .2s;
}


.header-2 .dropdown-border {
    display: inline-block !important;
}

.fa-search{
    color: #3C7B91 !important;
}

.header-2 .navbar-brand{
    width: 78%;
}

.header-2 .nav-item.header-btn a::after {
    background: transparent;
}

@media (max-width: 320px){
.header-1 .navbar-collapse {
    height: 90vh !important;
}
}

@media(min-width: 576px){
    .header-2 .navbar-brand img {
        width: 30%;
    }
}

@media (min-width: 768px){
    .header-2 .navbar-brand{
        width: auto;
    }

    .header-2 .navbar-brand img {
        width: 100%;
    }
}
@media (min-width: 1200px){
.header-2 .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 7.5rem;
    padding-left: .5rem;
}
.header-2 .navbar {
    padding: .5rem 4rem;
}

.header-2 .navbar-brand img {
    width: 100%;
}

.header-2 .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 12px;
}

.header-1 .dropdown-item{
    font-size: 20px;
}

.header-1 .navbar-collapse {
    overflow-y: auto;
}

.header-2 .dropdown-border {
    display: none !important;
}

.header-2 .navbar-collapse {
    height: auto !important;
}

/* hover effect after 1200px */

.header-2 .dropdown-hover:hover>.dropdown-menu {
    display: block !important;
}
  
.header-2 .dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.submenu-item:hover > .dropdown-sub-menu {
    display: block;
    left: 100% !important;
    top: 0% !important;
  }


.header-2 .navbar-nav .dropdown-menu {
    background: #1b188e!important;
    left: auto;
    top: auto;
}

.header-2 .dropdown-item {
    font-size: 13px;
}

.header-2 .dropdown-item.active {
    background: #3C7B91 !important;
}

.header-2 form a {
    color: #000000;
}

}


/* header-2 themes */
.top-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e4e4e4;
}

.top-header .fa {
    color: #c0c0c0;
    transition: all 0.5s;
    font-size: 20px;
}

.top-header .fa:hover {
    color: #350000 !important;
    transition: all 0.5s;
}

.top-header span a {
    color: #303030;
}



.header-2 .navbar {
    background: #ffffff;
    transition: all 0.5s;
}



.header-2 .dropdown-menu {
    border: 1px solid transparent;
}

.header-2 .dropdown-item{
    color: rgba(0,0,0,.5);
}


.header-2 .navbar-collapse {
    background: #212198;

}

.header-2 .navbar-nav li a {
    color: #ffffff;
}


.header-2 .navbar-nav .dropdown-menu {
    background: #212198;
}

.header-2 .nav-item a::after{
    background:#48c1f0;
}
.header-2 .navbar-nav .active > .nav-link, .header-2 .navbar-nav .nav-link.active, .header-2 .navbar-nav .nav-link.show, .header-2 .navbar-nav .show > .nav-link, .header-2 .navbar-nav .nav-link:focus, .header-2 .navbar-nav .nav-link:hover{
    color: #48c1f0 !important;
}
.header-2 .dropdown-item.active, .dropdown-item:active{
    color:#212529;
}
.header-2 .dropdown-item:focus, .dropdown-item:hover{
    background: #48c1f0;
}

.header-2 .dropdown-item::after{
    background:transparent !important;
}


/*--------------------------------------------------------------
# HAMBURGER TOGGLE MENU
--------------------------------------------------------------*/
.header-2 .navbar-toggler {
    border: none;
    background: transparent !important;
}
.header-2 .navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}
.header-2 .navbar-toggler .icon-bar {
    background-color: #48c1f0;
}



@media (min-width: 1200px){

.header-2 .navbar-collapse {
    background: transparent;
    overflow: hidden;
}

.header-2 .navbar-nav li a {
    /* color: #FFFFFF !important; */
    font-weight: 600;
    font-size: 12px;
}

.custom-black{
    color: #000000 !important;
}
.custom-white{
    color: #ffffff !important;
}

.header-2 .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 18px;
}

.header-2 .navbar {
    background: rgba(27, 24, 142, 0.7);
    /* box-shadow: 0px 5px 10px 0px rgba(206, 206, 206, 0.82);
    z-index: 16; */
    transition: all 0.5s;
}

/* .main-logo{
    display: block;
}

.sub-logo{
    display: none;
} */

}

@media(min-width: 1400px){
    .header-2 .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 18px;
    }
}

@media(min-width: 1600px){
    .header-2 .navbar {
        padding: .5rem 6.5rem;
    }

    .btn-green-transparent {
        font-size: 20px !important;
    }
}


/**************************************************************************************/
/*banner-4 section*/
.banner-4 .carousel-item {
    height: auto;
    background-size: cover !important;
    background-position-x: 84% !important;
    padding-bottom: 0px;
}


.banner-4 .carousel-caption {
    position: relative;
    background: #1e20ca;
    opacity: 0.9;
    right: auto;
    left: auto;
    margin-top: 40px;
    bottom: 0px;
}

.banner-4 p{
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

/**********Learn more button ********************/

.ani-btn button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.ani-btn button.learn-more {
  width: 12rem;
  height: auto;
}
.ani-btn button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #ffc107;;
  border-radius: 1.625rem;
}
.ani-btn button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.ani-btn button.learn-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.ani-btn button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ani-btn button.learn-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #FEFFC9;
    font-weight: 800;
    line-height: 1.6;
    text-align: center;
    text-transform: none;
    font-size: 18px;
}
.ani-btn button:hover .circle {
  width: 100%;
}
.ani-btn button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.ani-btn button:hover .button-text {
  color: #fff !important;
}

/* @supports (display: grid) {
  body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.625rem;
    grid-template-areas: ". main main ." ". main main .";
  }

  #container {
    grid-area: main;
    align-self: center;
    justify-self: center;
  }
} */

/************************************************

@media (min-width: 576px){
    /* .banner-4 .carousel-caption {
        top: 100px;
    } 
}*/


@media (min-width: 768px) {

    

    
}
@media (min-width: 992px) {
    .banner-4 .carousel-caption {
        top: 25px;
    }

    .banner-4 .carousel-item{
        height: 100vh;
        background-size: cover !important;
        background-position-x: 84% !important;
    }

    .banner-4 .carousel-caption {
        position: absolute;
        /* top: 360px; */
        background: transparent;
        opacity: 0.9;
    }

    .slider-1{
        background: url('../img/leadersoft-homepage-slider.jpg') no-repeat center center;
    }

    .digital-banner{
        background: url('../img/innerpage-services-dm-desktop-banner.jpg') no-repeat center center;
    }

    .about-banner{
        background: url('../img/innerpage-about-desktop-banner.jpg') no-repeat center center;
    }

    .contact-banner{
        background: url('../img/innerpage-contact-desktop-banner.jpg') no-repeat center center;
    }

    .mobile-app-banner{
        background: url('../img/innerpage-services-appdevl-desktop-banner.jpg') no-repeat center center;
    }

    .web-app-banner{
        background: url('../img/innerpage-services-webdevl-desktop-banner.jpg') no-repeat center center;
    }

    /* .slider-2{
        background: url('../img/desktop-home-page-slider2.jpg') no-repeat center center;
    }

    .slider-3{
        background: url('../img/desktop-home-page-slider3.jpg') no-repeat center center;
    } */

    

    .banner-4 .carousel-caption {
        border-bottom-left-radius: auto;
        border-bottom-right-radius: auto;
    }
}

@media (min-width: 1200px) {
    .banner-4 .carousel-caption {
        top: 0px;
        left: 70px;
    }

    .inner-banner .carousel-item{
        height: 82vh;
    }
}

@media (min-width: 1400px) {
    .banner-4 .carousel-caption {
        top: 230px;
        left: 100px;
    }

    .inner-banner .carousel-item{
        height: 80vh;
    }

}

@media (min-width: 1600px) {
    .banner-4 .carousel-caption {
        top: 250px;
        left: 100px;
    }

    .inner-banner .carousel-item{
        height: 75vh;
    }
}

@media (min-width: 1920px){
    .banner-4 .carousel-caption {
        top: 150px;
        left: 100px;
    }

    .inner-banner .carousel-item{
        height: 93vh;
    }
}

/********************************************************/
/***********banner-form********/
.banner-form form {
  background: #192034;
  padding: 15px 34px 40px 34px;
  margin-top: 100px;
}


.banner-form form .form-control {
  background: #FFFFFF;
  border: 1px solid #C6E8DC;
  border-radius: 3px;
  height: 35px;
}

.banner-form form .form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem transparent;
    border-bottom: 1px solid #eceef4;
}

.banner-form form h2 {
  text-align: left;
  font-size: 21px;
}

.banner-form form p {
    overflow: hidden;
    text-align: center;
    color: #425683;
  }
  
  .banner-form form p:before,
  .banner-form form p:after {
    background-color: #293A60;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  
  .banner-form form p:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  .banner-form form p:after {
    left: 0.5em;
    margin-right: -50%;
  }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ACA8A8 !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ACA8A8 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ACA8A8 !important;
  }

@media(min-width: 768px){

}

@media(min-width: 992px){

}

/********************************************************/
/****section-1******/

.section-1 p{
    font-size: 14px;
}

.section-1 h5{
    font-weight: bold;
    font-size: 45px;
    line-height: 35px;
    color: #F3F3F3;
}

.transparent-box{
    padding: 40px 0px 50px 0px;
    border-top: 1px solid #F0F0F0;
    transition: all 0.8s;
}

.section-1 .img-bg:hover{
    background: url('../img/homepage-first-section-hover.jpg') no-repeat center center;
    background-size: cover;
    transition: all 0.8s;
}

.transparent-box:hover h5, .transparent-box:hover p, .transparent-box:hover h4{
    color: #ffffff;
}

.transparent-box:hover .btn-transparent{
    background: #2D28FF;
    border: 2px solid #2D28FF;
    color: #ffffff;
}

.section-1 .btn-transparent{
    border: 2px solid #F3F3F3;
    color: #CACACA;
}

.section-1 .btn-transparent:hover{
    border: 2px solid #000000;
    background: #000000;
    color: #ffffff;
}

/********************************************************/
/****section-2******/




/********************************************************/
/****section-3******/

.section-3 p{
    font-size: 14px;
    line-height: 26px;
    color: #E7E7E7;
}

/***************************************************/
/****section-4******/

.section-4 h3{
    color: #006DDA;
}

.section-4 h5{
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    color: #A3A3A3;
}

.section-4 p{
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #727272;
}


/***************************************************/

/*section-5*/

.section-5 h4{
    font-weight: normal;
    font-size: 35px;
    line-height: 45px;
    color: #006DDA;
}

@media(min-width: 1200px){
    
}


/***************************************************/

/*section-6*/

.section-6 p{
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    color: #9F9F9F;
}

.section-6 ul a{
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
}

.section-6 ul a:hover{
    color: #ffffff !important;
}

.section-6 .fa{
    color: #232A54;
}

.section-6 .fa:hover{
    color: #FFF5DD;
}

.section-6 .img-bg {
    background: url(../img/homepage-footer-image.jpg) no-repeat center center;
    background-size: cover;
    transition: all 0.8s;
}

.section-6 .text-box{
    padding: 50px 40px 50px 40px;
    margin-top: 60px;
}


/***************************************************/

/*section-7*/


@media(min-width: 768px){

    .section-6 .img-bg {
        position: absolute;
        right: 50px;
        width: 500px;
        top: -73px;
        height: 386px;
    }
    
}

@media(min-width: 992px){

    .section-6 .img-bg {
        top: -145px;
    }
    
}


/***********************************************************************************/

/*section-8*/



/**************************************************************************************/

/* section-9 */



@media(min-width: 768px){
   
}

@media(min-width: 992px){
    
}

@media(min-width: 1200px){
    
}




/* section-9 themes*/

/***************************************************************/

/************************section-10*******************/



@media(min-width: 992px){

}

/************************************************************/

/*****************sidebar form***************/

/*Required*/
@media (max-width: 576px){
.floating-bar .modal-dialog.modal-dialog-slideout {
    width: 100%
}
}
.floating-bar .modal-dialog-slideout {
    min-height: 100%; margin: 0 auto 0 0 ;background: #fff;
}
.floating-bar .modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
}
.floating-bar .modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);flex-flow: column;
}
.floating-bar .modal-dialog-slideout .modal-content{
    border: 0;
}

.floating-bar .modal {
    left: auto;
    right: 0;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.modal-dialog {
    background: #000000 !important;
}

.floating-bar .modal-content {
    background: #000000;
}

.floating-bar .modal-title {
    color: #ffffff;
}

.floating-bar .close {
    color: white;
}

.floating-bar .close:hover {
    color: white;
}

/*****form ********/
.form-group {
    position: relative;
}

.form-group .intl-tel-input i {
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-control-feedback {
    position: absolute;
    right: 10px;
    top: 62px;
    color: #ff0000;
}

form .fa-check {
    color: #28a745;
}

form .fa-times {
    color: #ff0000;
}

.form-control{
    margin-bottom: 0px;
}


/***************************************************************************/

/*******************inner pages - digital marketing page*****************************/
.section-inner-1 h3{
    color: #2159EF;
}

.section-inner-2 h3{
    line-height: 55px;
    color: #1E1E1E;
}

.section-inner-2 .content-box h4{
    color: #585858;
}

.section-inner-2 .content-box p{
    color: #727272;
}

.section-inner-3 h4{
    font-weight: 600;
    color: #FFF7AC !important;
}

.section-inner-3 p{
    color: #F1F1F1;

}

@media(min-width: 320px){
    .section-inner-2 .border-right-inner{
        border-right: 1px solid transparent !important;
    }

    .section-inner-2 .border-top-inner{
        border-top: 1px solid transparent !important;
    }
}

@media (min-width: 768px){
.inner-banner h1 {
    font-size: 45px;
    line-height: 55px;
}
.inner-banner p {
    font-size: 18px;
}


.section-inner-2 .content-box h4{
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
}

.section-inner-2 .content-box p{
    font-size: 14px;
    line-height: 26px;
}

.section-inner-2 .content-box {
    padding: 30px 50px 30px 50px;
}

.section-inner-2 .border-right-inner{
    border-right: 1px solid #DFDFDF !important;
}

.section-inner-2 .border-top-inner{
    border-top: 1px solid #DFDFDF !important;
}

.section-inner-3 h4{
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #FFF7AC;
}

.section-inner-3 p{
    font-size: 14px;
    line-height: 26px;
    color: #F1F1F1;

}

}

@media(min-width: 992px){
    .section-inner-3 .right-img img {
        height: 771px;
    }
}

@media(min-width: 1200px){
    .section-inner-3 .right-img img {
        height: 660px;
    }
}

/***************************************************************************/

/*******************inner pages - contact us page*****************************/

.contact-form label{
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    color: #525252;
    border-bottom: 2px solid transparent;
}

.contact-form .form-control{
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.contact-form ::placeholder{
    color: #C7C7C7;
}
  