/*----------------------------------------*/
/*  Theme CSS
/*----------------------------------------*/

@font-face {
    font-family: 'medium-rubik';
    src: url('../ttf/rubik-medium.ttf');
  }

  @font-face {
    font-family: 'light-rubik';
    src: url('../ttf/rubik-light.ttf');
  }

  @font-face {
    font-family: 'regular-rubik';
    src: url('../ttf/rubik-regular.ttf');
  }
  .loader_bg{
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100%;
}
.loaders{
    border: 0 soild transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.loaders:before, .loader:after{
    content: '';
    border: 1em solid #ff5733;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}
.loaders:before{
    animation-delay: .5s;
}
@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}


html, body {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #232323;
    /* font-family:'Maven Pro', sans-serif; */
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}
a:focus {
    outline:0px solid;
}
img {
	max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden;
}

p {
    /* margin:0 0 15px; */
    /* color: #2b2b2b; */
    /* font-size: 18px; */
    font-family: 'regular-rubik';
    color: #232323;
}
h1, h2, h3, h4, h5, h6 {
    /* margin: 0 0 15px; */
    /* color: #555; */
    /* font-weight: 700; */
   font-family: 'light-rubik';
}
span{
    font-family: 'medium-rubik';
}
h1{
    font-size: 35px;
    /* line-height: 54px; */
        
}
h2{
    font-size: 30px;
    /* line-height: 42px; */
        
}
h3{
    font-size: 25px;
    /* line-height: 36px; */
        
}
h4{
    font-size: 20px;
    /* line-height: 34px; */
        
}
h5{
    font-size: 18px;
    /* line-height: 30px; */
        
}
h6{
    font-size: 16px;
    /* line-height: 28px;s */
        
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #003cc4;
    text-decoration: none;
}
.float-none{
    float: none;
    margin:0 auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
.p0{
    padding: 0px
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}

.section-padding{
    padding: 60px 0px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    z-index: 999;
    margin: 0!important;
    box-shadow: 0px 0px 10px rgba(63, 62, 62, 0.197);
    border-radius: 0px!important;
    background-color: #fff;
    color: #000 !important;
    transition:.5s ease-in-out;
}
.section-title{
    text-align: center;
    margin-bottom: 30px;
}
.section-title h3{
    color: #234182;
    font-size: 48px;
}
.section-padding2{
    padding-bottom: 60px;
}

nav.scroll {
    background-color: #A1572F;
    color: #eef;
}


/*----------------------------------------*/
/* Header AREA
/*----------------------------------------*/

.twoinnav{
    display: none !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #e74c3c;
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #fff;
}

.navbar-nav .dropdown-menu li .dropdown-item:hover{
    background-color: #fff !important;
}
/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
} */

.fixed .navbar-brand{
    width: 175px;
}
.fixed .call-us:hover .call-icon-img{
    background-color: #285DCF !important;
    border: 1px solid #fff;
}
.fixed .nav-link{
    color: #000 !important;
}
.fixed .call-us-info p{
    color: #000 !important;
}
.fixed .call-us-info a{
    color: #000 !important;
}
.twoo{
    display: none;
}
.fixed .twoo{
    display: block;
}
.fixed .onee{
    display: none;
}
.fixed .nav-link:hover{
    color: #89e64b !important;
}
.dropdown-item:hover{
    color: #89e64b;
    margin: 0;
 
}
.fixed .dropdown-item:hover{
    color: #89e64b;
    margin: 0;
 
}

.header-main{
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    /* transition: 0.5s; */
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #89e64b;
}

.navbar-expand-lg .navbar-nav{
    margin: auto;
}
.header-main .call-us{
    width: 206px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.header-main .call-icon-img {
    background: #285DCF;
    border: 1px solid #285DCF;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    margin-right: 7px;
    transition: 0.5s;
}
.header-main .call-us:hover .call-icon-img{
    background-color: transparent;
    border: 1px solid #fff;
}
.header-main .call-us-info p{
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}
.header-main .call-us-info a{
    font-size: 17px;
    color: #fff;
}

/*----------------------------------------*/
/* slider Area
/*----------------------------------------*/
header .owl-controls{
    margin-top: -66px;
    position: relative;
}
header .item {
    height: 100vh;
    position: relative;
  }
  header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.218);
    display: flex;
    align-items: center;
  }
  .header-content p{
    font-size: 21px;
    color: #fff;
    width: 70%;
  }
  header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    margin-top: 80px;
    margin-left: 18px;
  }
  header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 6%;
    height: 80%;
    left: 26px;
    top: 14px;
    position: absolute;
    border: 6px solid rgba(242, 242, 242, 0.32);
  }
  header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 42px;
    color: #fff;
  }
  header .item .cover .header-content h1 {
    font-size: 64px;
    font-weight: 600;
    /* margin: 5px 0 20px; */
    word-spacing: 3px;
    color: #fff;
  }
  header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  header .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-prev:focus {
    outline: 0;
  }
  header .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-next:focus {
    outline: 0;
  }
  header .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  header:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  header:hover .owl-next {
    right: 0px;
    opacity: 1;
  }
  .owl-dots{
    display: block !important;
  }


/* ----- services page start ----  */

.service-card-text img{
    width: 30px !important;
    float: right;
}
.service-card-text{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 4px;
    padding: 17px 13px;
    margin-left: 4%;
    width: 92%;
    position: absolute;
    bottom: -26px;
}
.service-card-text p{
    margin: 0;
    color: #234182;
    font-size: 16px;
    font-weight: 600;
}
.service{
    padding-top: 90px;
}
.service .owl-controls{
    display: none !important;
}
.service .item{
    padding-bottom: 56px;
}
.service .service-cards{
    position: relative;
    width: 92%;
    margin: auto;
}


/* ---- about us short start ----  */
.about-us-short{
    background-image: url('../mask.html\ group.png');
    background-position: center;
    background-size: cover;
}
.about-us-short-text h3{
    font-size: 32px;
    color: #234182;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 48px;
}
.btn-short{
    background: #234182;
    border-radius: 8px;
    color: white;
    border: none;
    width: 150px;
    padding: 13px;
    font-size: 18px;
    transition: 0.5s;
}
.btn-short:hover{
    background: transparent;
    color: #234182;
    border: 2px solid #234182;
}
.about-us-short-text{
    padding-top: 42px;
    padding-bottom: 24px;
}
.about-us-short-text p{
    color: #232323;
    font-size: 16px;
    margin-bottom: 25px;
}
.about-us-short-text h4{
    font-size: 18px;
    color: #234182;
    margin-bottom: 20px;
}
.about-cards{
    display: flex;
    justify-content: flex-start;
}
.about-short-card p{
    font-size: 14px;
    margin: 0;
    line-height: 14px;
}
/* .about-short-img{
    position: relative;
} */

.modal-dialog{
    max-width: 600px;
}
.colflow2{
    position: relative;
}
.colflow2 .one{
    position: absolute;
    top: 45%;
    background: none;
    border: none;
    left: 41%;
}
.about-short-img .playimg{
    position: absolute;
    z-index: 999;
    left: 41%;
    top: 42%;
}
.about-short-card{
    background: #FFFFFF;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 25%);
    width: 170px;
    padding: 15px;
    margin-right: 15px;
    position: relative;
}
.markin{
    background: green;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 11px;
    top: 7px;
}
.tt-img{
    height: 65px;
}
.about-short-card h4{
    color: #2D8536;
    font-size: 28px;
    margin: 0;
}
.colflow1{
    width: 55%;
    padding-right: 60px;
}
.colflow2{
    width: 45%;
}
.abt-span{
    font-weight: 500;
    font-size: 42px;
}

/* ---- core advantage start ----  */

.advantage .section-title h3{
    color: #fff;
}
.advantage{
    background-image: url('../group.html\ 1000002300.png');
    margin-top: 40px;
    background-position: center;
    background-size: cover;
}
.advantage .section-title{
    margin-bottom: 60px;
    margin-top: 5px;
}
.advantage-text p{
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.advantage-card .line-shade{
    height: 2px;
    background: #FFD541;
    width: 34px;
    margin: 10px 0;
}
.advantage-card{
    margin: 50px 0;
    padding: 0 25px;
}
.line-thin{
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.core-box{
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}


/* ---- partner start ----  */

.partner-card-img{
    width: 170px;
    height: 120px;
    display: flex;
    justify-content: flex-start;
    align-items: inherit;
}
.partner-card{
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 10%);
    border-radius: 8px;
    width: 95%;
    height: 425px;
    padding: 22px;
    margin: auto;
}
.partner-card-text {
    margin-top: 20px;
}
.partner-card-text p{
    font-size: 16px;
    line-height: 25px;
}
.partner-card .btn-short{
    background: #234182;
    border-radius: 5px;
    color: white;
    border: none;
    position: absolute;
    width: 130px;
    padding: 6px;
    font-size: 16px;
    bottom: 50px;
    transition: 0.5s;
}
.partner-card .btn-short:hover{
    background: transparent;
    color: #234182;
    border: 2px solid #234182;
}
.owl-theme .owl-nav{
    display: none;
}
.partner .item{
    padding: 25px 0;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #234182;
}


/* ----- inner pages -----  */

.service-banner{
    background-image: url('../png/1111.png');
    background-position: center;
    background-size: cover;
}
.network-banner{
    background-image: url('../png/network.png');
    background-position: center;
    background-size: cover;
}
.contact-banner{
    background-image: url('../contact-2.html\ \(2\).png');
    background-position: center;
    background-size: cover;
}
.domestic-netwok-banner{
    background-image: url('../header.html\ Style\ 7\ \(1\).jpg');
    background-position: center;
    background-size: cover;
}
.service2-banner{
    background-image: url('../png/555.png');
    background-position: center;
    background-size: cover;
}
.company-banner{
    background-image: url('../png/comp.png');
    background-position: center;
    background-size: cover;
}
.service1-banner{
    background-image: url('../jpg/5555.jpg');
    background-position: center;
    background-size: cover;
}
.inner-banner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.inner-banner p, a{
    color: #fff;
}
.inner-banner h1{
    font-size: 50px;
    line-height: 50px;
    margin-top: 1%;
}
.banner-text{
    padding: 150px 0 100px;
    margin-left: 5%;
}
.line-box-in{
    border: 6px solid rgba(242, 242, 242, 0.45);
    width: 55px;
    height: 180px;
    position: absolute;
    margin-left: -29px;
    margin-top: -13px;
}
.inner-banner .line-box-in {
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }

/* ---- service3 page -----   */

.service3{
    text-align: center;
    position: relative;
}
.service-text{
    width: 80%;
    margin: auto;
}
.stick-bottom-img {
    position: absolute;
    bottom: -41px;
    right: 0;
    z-index: 999;
}
.service3 h2{
    color: #234182;
    font-size: 42px;
    margin-bottom: 25px;
}
.service3 p{
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}
.head2{
    margin-top: 40px;
}


/* ----- global network  ----  */

.network{
    position: relative;
    padding-top: 10%;
    padding-bottom: 11%;
}
.net-list h4{
    color: #234182;
    font-size: 22px;
}
.net-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.net-list ul li{
    font-size: 14px;
}
.net-text{
    margin-top: -90px;
    margin-left: 56px;
}

.flow-up{
    margin-top: -16%;
}
.flow-up2{
    margin-top: -22%;
}
.network .stick-bottom-img{
    bottom: -78px;
}
.owl-carousel .owl-item .item{
    width: auto;
    height: 100%;
}

/* ---- contact page -----  */

.info-one h4{
    color: #234182;
    font-size: 24px;
    margin-bottom: 25px;
}
.info-one{
    padding: 0 25px;
}
.info-one ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-one ul li{
    display: flex;
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 22px;
}
.info-one ul li p{
    font-size: 16px;
    line-height: 20px;
    color: #232323;
}
.info-one ul li a{
    font-size: 16px;
    line-height: 20px;
    color: #232323;
}
.form-info{
    background-image: url('../rectangle.html\ 4609.png');
    background-position: center;
    background-size: cover;
    padding-bottom: 30px;
}
.info-img{
    margin-right: 10px;
}
.infp-text{
    width: 80%;
}
.info-logo{
    text-align: center;
}
.form-info h4{
    color: #234182;
    font-size: 32px;
}
.form-info .logo-images-view{
    display: flex;
}
.form-info .logo-images-view img{
    margin-right: 5px;
}
.form-info .input-info{
    width: 100%;
    margin-top: 17px;

}
.form-info .input-info input{
    width: 100%;
    background: #FFFFFF;
    font-size: 13px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 8px 8px;
    outline: none;
}
.form-info .input-info textarea{
    width: 100%;
    background: #FFFFFF;
    font-size: 13px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 3px 8px;
    outline: none;
}
.form-info form [type=submit]{
    background: #234182;
    border: none;
    color: #fff;
    width: 107px;
    font-size: 16px;
    padding: 6px;
    margin-top: 8px;
    border-radius: 4px;
}
.form-info .input-info label{
    font-size: 16px;
}
.form-info form{
    padding: 25px;
    width: 75%;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
}
.form-info h4{
    text-align: center;
    margin: 40px 0;
    margin-top: 0;
}
form h4{
    margin: 0 !important;
}
.contact-page .section-title{
    margin-top: 20px;
}
.contact-page {
    padding-top: 40px;
}


/* domestic network page start ----  */

.domestic-network-page {
    text-align: center;
    position: relative;
}
.domestic-network-page .stick-bottom-img{
    bottom: -19px;
    width: 98%;
}
.domestic-map-img{
    position: relative;
    width: 80%;
    margin: auto;
}
.domestic-map-text{
    position: absolute;
    top: 11%;
    right: 6%;
}
.point-red p{
    border: 1px solid #ccc;
    padding: 6px 13px;
    border-radius: 50px;
    width: fit-content;
}
.point-red img{
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}
.ware1{
    background-color: rgb(255, 254, 254);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid #cccccc3d;
    padding: 20px;
}
.ware2{
    background-color: #fff;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid #cccccc3d;
    padding: 20px;
}
.warehouse-info ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.back-up{
    background-image: url('../rectangle.html\ 4604.png');
    background-position: center;
    background-size: cover;
}
.warehouse-info ul li{
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: 49%;
    vertical-align: top;
    margin-top: 4px;
}
.warehouse-info h4{
    font-size: 18px;
    color: #234182;
}
.warehouse-info{
    text-align: left;
    width: 53%;
    position: absolute;
    top: -88px;
    margin-left: 24%;
    z-index: 99;
}
.back-up{
    position: relative;
    margin-top: 30px;
    padding-bottom: 40px;
}
.service-img{
    width: 63%;
    margin: 30px auto;
}

/* ----- service 2 page ----  */

.service2-page .line-box-in{
    width: 99%;
    height: 100%;
    position: absolute;
    top: 29px;
    right: -13px;
    border: 3px solid #234182;
    border-radius: 8px;
}
.text-field1-img{
    position: relative;
}
.text-field1-text h2{
    font-size: 42px;
    color: #234182;
}
.text-field1-text p{
    font-size: 16px;
    line-height: 25px;
}
.text-field1-text{
        padding: 55px 30px 0;
}

.service2-text-field2 .line-box-in{
    animation-name: fadeInRight;
}
.line-break{
    border-top: 1px solid #DEDEDE;
    margin: 60px auto;
}

.text-field2-text h2{
    color: #234182;
    font-size: 42px;
}
.text-field2-text p{
    font-size: 16px;
    line-height: 27px;
}
.text-field2-text ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-field2-text ul li{
    float: none;
    color: #000;
    margin: 0 auto;
    width: 48%;
    font-size: 13px !important;
    vertical-align: top;
    margin-top: 4px;
    display: inline-block;
    line-height: 21px;
    font-size: 13px;
    margin-bottom: 10px;
    padding-right: 15px;
}
.text-field2-text {
    padding: 55px 7px 0;
}
.text-service-bold{
    margin-top: 22px;
    margin-bottom: 18px;
}
.text-field2-text ul li img{
    margin-right: 11px;
}
.service3-text-field1 .text-field1-text{
    padding-top: 20px;
}
.service2-page .service2-text-field2 .line-box-in{
    left: 10px;
}
.service2-page{
    position: relative;
    padding-bottom: 90px;
    padding-top: 71px;
}
.point p{
    width: 95%;
    margin: 0;
    font-size: 13px !important;
    line-height: 20px;
}

/* ---- service 1 page start -----  */

.diff-flow .stick-bottom-img{
    left: 0 !important;
    width: 25%;
}

.diff-flow .text-field2-text{
    padding: 2px 43px 0 40px;
}
.point{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.diff-flow2{
    padding: 100px 43px 0 22px !important;
}


/* ----- company profile start ----  */

.comp-short-abt-text p{
    font-size: 16px;
    line-height: 23px;
}
.center-flow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-short-abt h3{
    color: #234182;
    font-size: 42px;
}
.text-field1-img .line-box-in{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 33px;
    right: -25px;
    border: 3px solid #234182;
    border-radius: 8px;
}
.text-field1-img .line-box-in{
    animation-name: fadeInRight;
}
.role{
    background: #EFF7FF;
    position: relative;
    padding: 80px 0;
    margin: 80px 0;
}
.role h4{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 14px 0;
    color: #000;
}
.role .text-field1-img{
    position: absolute;
    top: -15%;
}
.core-values h4{
    font-size: 32px;
}
.role h2{
    color: #2D8536;
    font-size: 40px;
}
.role-bold{
    font-size: 20px !important;
    font-weight: 400;
}
.role p{
    font-size: 16px;
}
.core-values{
    height: 125vh;
}
.core-values .section-title{
    margin-bottom: 0;
}
.midle-img{
    text-align: center;
    position: relative;
}
.line1{
    position: absolute;
    left: 9%;
    top: 37%;
    width: 179px;
}
.line1 .line-txt{
    margin-left: -104px;
}
.line2{
    position: absolute;
    right: 9%;
    top: 45%;
    width: 162px;
}
.line2 .line-txt{
    margin-right: -120px;
}
.line3{
    position: absolute;
    left: 39%;
    bottom: -37%;
    width: 275px;
}
.line-txt p{
    font-size: 14px;
    line-height: 21px;
    margin: 5px;
}
.line-txt .linediff{
    font-size: 13px;
}
.flowright{
    text-align: right;
}
/* .promise-text ul{
    list-style: none;
    padding: 0;
    margin: 0;
} */
.promise-image{
    position: relative;
}
.promise-image h4{
    font-size: 29px;
    position: absolute;
    width: 180px;
    text-align: center;
    left: 26%;
    top: 13%;
    color: #fff;
}
.promise-text img{
    width: 65px;
    margin-bottom: 15px;
}
.promise-text h4{
    font-weight: 800;
}
.promise-text p{
    font-size: 16px;
    line-height: 23px;
}
.promise-text li{
    font-size: 16px;
    line-height: 23px;
}
.promise .section-title{
    margin-bottom: 70px;
}
.promise{
    padding-bottom: 50px;
}

.color1{
    color: #A64343 ;
    font-size: 23px;
}
.color2{
    color: #2F7A0C;
    font-size: 23px;
}
.color3{
    color: #234182;
    font-size: 23px;
}
.space1{
    margin-top: 20px !important;
}
.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    cursor: pointer;
}
.rotate.down {
    -moz-transform:rotate(160deg);
    -webkit-transform:rotate(160deg);
    transform:rotate(176deg);
}

.openclose:focus .rotate{
    display: none;
}

/*----------------------------------------*/
/* footer Area
/*----------------------------------------*/

footer{
    background:  #0E2149 ;
    color: #fff;
    /* position: relative; */
    z-index: 999;
}
footer p{
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li{
    font-size: 16px;
}
.footer-top{
    padding: 70px;
}
.logo-go{
    position: absolute;
    bottom: 17px;
    right: 80px;
    display: none;
}
.logo-go img{
    width: 90%;
}
.copy-footer{
    text-align: center;
    padding-bottom: 15px;
    border-top: 10px solid #197e38;
}
.close{
    margin: auto;
    padding: 4px;
    background: #197e38;
    /* display: flex; */
    height: 56px;
    position: relative;
    justify-content: space-around;
    width: 102px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 23px;
    border: none;
    color: #fff !important;
        margin-top: -1px;
}
.close img{
    width: 14px;
    position: absolute;
    bottom: 13px;
    right: 41px;
}
a:hover{
    color: #285dcf;
}
footer a{
    color: #fff;
    font-size: 15px;
    margin-left: 11px;
}
.footer-text{
    margin-bottom: 48px;
    border-bottom:1px solid whitesmoke;
}
footer .space-in{
    border-right: 1px solid whitesmoke;
    padding-right: 40px;
}
footer .col-md-8{
    padding-right: 38px;
}
footer .social-in{
    margin-top: 40px;
}
footer .links {
    display: flex;
    margin-left: -8px;
}
footer .links .fa{
    background: #fff;
    padding: 5px;
    width: 35px;
    text-align: center;
    height: 34px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    color: #000;
    align-items: center;
}
.point-img{
    margin-right: 5px;
}

.point-img-blue .point-img{
    margin-right: 5px;
    background: #EBF5F9;
    text-align: center;
    width: 41px;
    padding: 7px;
    border-radius: 50px;
    height: 37px;
}
.solve a{
    margin: 0;
}
.leaveme{
    margin-bottom: 6px;
}
.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: -2px;
    position: absolute;
    left: 38px;
    transition: 0.5s;
  }
  
  .up {
    margin-top: -12px;
    margin-left: .5rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

  }
  #p1{
    background: #197e38;
  }
  .down {
    margin-bottom: 3px;
    margin-left: .5rem;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .displayNone {
    display: none;
  }
  
  /*  added this - not working  */
  
  .hide-1-yes
  {
    display:none;
  }
.dropdown-toggle:hover .navbar-expand-lg .navbar-nav .dropdown-menu{
    display: block !important;
}  

.modal-body img{
    width: 110px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.modal-dialog{
    max-width: 70%;
}
.modal-content{
    padding: 16px;
    text-align: justify;
    line-height: 26px;
}
.imgdiff .line-box-in{
    height: 100% !important;
    width: 101% !important;
    right: -25px !important;
}
.btn-up{
    margin-top: -1px;
    position: absolute;
    right: 30px;
    top: 7px;
    transition: 0.5s;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .info-logo iframe{
    width: 100%;
    height: 100%;
  }
  .modal-header .btn-close{
    background: #fff;
    font-size: 28px;
    margin-top: -30px;
    font-weight: 700;
    font-family: cursive;
  }
  .modal-header .btn-close:hover{
    color: #89e64b;
  }

  #button {
    display: inline-block;
    background-color: #72c03e;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  

/*----------------------------------------*/
/* RESPONSIVE
/*----------------------------------------*/


@media only screen and (max-width: 300px){
    
}
@media only screen and (max-width: 420px){
    
}
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 991px){

}
@media only screen and (max-width: 1180px){

}
