
body{
	margin: 0px; 
  padding: 0px;
  font-family: "Assistant", sans-serif;
}

h2 {font-size: 60px;
    color: #273141;
    font-weight: 700;
    margin: 5px 0px;
    line-height: 52px;
    text-transform: capitalize;
}
.mobi { display:none;
}
.dask {  display:block;
}
h2 span {
    color: #257fb0;
}
h2.white {color:#fff;
	
}
h3 {
    font-size: 42px;
    color: #273141;
    font-weight: 700;
    margin: 5px 0px;
    line-height: 52px;

}

h3 span {
    color: #257fb0;
}


h5 {font-size: 30px;
    color: #273141;
    font-weight: normal;
    margin: 5px 0px;
    line-height: 52px;
   
}
p {    font-size: 20px;
    color: #273141;
    font-weight: normal;
    margin: 5px 0px;
    line-height: 32px;
    padding-top: 20px;
}
   



header {
  width: 100%;
  margin: 0px;
  height: auto;
  padding: 0px 0px;
  float: left;
  position: absolute;
  z-index: 3;
  transition: all .5s ease 0s;
  top: 0;
  left: 0;
  right: 0;     
  
}
.bg-topheder {
    background: #ffffff;
    margin-top: 20px;
    border-radius: 50px;
}
.header-social {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-social ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-social ul li {
  margin: 0px;
  padding: 0px;
}
.header-social ul li a {
    margin: 0px;
    padding: 10px 19px;
    color: #fff;
    /* background-color: #0a4487; */
    border-radius: 25px;
    display: block;
    transition: all linear 0.5s;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    background: rgb(0, 46, 121);
    background: linear-gradient(75deg, rgba(0, 46, 121, 1) 0%, rgba(44, 140, 185, 1) 35%, rgba(10, 68, 135, 1) 100%);
    font-weight: 700;
}
.sticky {
  position: fixed;
  top: -60px;
  left: 0;
  height: auto;
  animation: goDown 0.5s ease-in-out forwards;
  background-color: rgba(255, 255, 255, 1);
  -o-box-shadow: 0px 0px 25px -10px;
  -ms-box-shadow: 0px 0px 25px -10px;
  -moz-box-shadow: 0px 0px 25px -10px;
  -webkit-box-shadow: 0px 0px 25px -10px;
  box-shadow: 0px 0px 25px -10px;
}
@keyframes goDown {
  0%{
    top:-60px;
  }
  100% {
    transform: translateY(60px);
  }
}
.logo img {     
    margin-top: 5px;
    margin-left: 10px;
    width: 90%;
}

/**menu-css**/

.menu-div {
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}

div#overlay { display: none; }

a#toggle {
   position: absolute;
    top: 30%;
    right: 20px;
    width: 38px;
    height: 33px;
    background: #257fb0;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
    border-radius: 4px;
}


a#toggle i {
  position: relative;
  top: 40%;
  transform: translateY(-50%); font-size:30px;
}

main#content { padding: 10px; }

#menu {
      transition: all ease-out 0.3s;
    text-align: right;
    padding-right: 11px;
}

#menu a {text-decoration: none;}

#menu ul {
  margin: 0px;
  padding: 0px;
}

#menu ul li {
  display: inline-block;
  position: relative;
}

#menu ul li > a {
        display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    margin: 0px;
    padding: 22px 15px;
    transition: all linear 0.5s;
}

#menu ul li a.active {    color: #2a8ab8;
}

#menu ul li ul li a.active {background:none;
}
#menu ul li a:hover {    color: #2a8ab8;
}

#menu ul li ul li a:hover {color:#fff;  background-color: #257fb0;
}

#menu ul li > a > i {
  transition: all ease-out 0.3s; display: none;
  -webkit-transition: all ease-out 0.1s;
}
#menu .bestillmenu {
       background: linear-gradient(75deg, rgba(0, 46, 121, 1) 0%, rgba(44, 140, 185, 1) 35%, rgba(10, 68, 135, 1) 100%);
    padding: 10px 24px;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
}
.top-pd { padding-top:13px;
}
#menu ul li ul {
    display: none;
    position: absolute;
    top: 44px;
    width: 250px;
    background: #fff;
    text-align: left;
    z-index: 5;
    overflow: hidden;
    
    /* margin-right: 65px; */
    right: 5px;
}

#menu ul li ul li { display: block; border-bottom: 1px solid #e3e3e3;}

#menu ul li ul li:first-child a { padding-left: 10px;}

#menu ul li ul li:last-child{border-bottom: none;}

#menu ul li ul li a {
       display: block;
    /* text-transform: uppercase; */
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    border: none;
}

#menu ul li:hover ul { display: block; }

@media screen and (max-width: 767px) {
	
	
	#menu .bestillmenu {
    background: #257fb0; 
    padding: 10px 24px;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    font-size: 20px;
    padding-left: 10px;
    font-weight: 400;
 
}

#menu ul li.open > ul {
        display: block;
        background: #257fb0;
    }

	
	
#menu ul li a.active {    color: #fff;
}
a#toggle { display: block; }

main#content {
  margin-top: 65px;
  transition: all ease-out 0.3s;
}
#menu{
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    padding: 0px 25px;
    right: 0;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    background-color:#257fb0;
    transform: translateX(270px);
    z-index: 10;
}
#menu ul {
  text-align: left;
  background-color: transparent;
  padding-top: 110px;
}
#menu ul li ul{
  padding-top:0px;
}

#menu ul li { display: block; }

#menu ul li a { display: block; color:#fff; padding:15px 10px; border-right: none;}

#menu ul li a > i { float: right; }

#menu ul li ul {
  display: none;
  position: static;
  width: 100%;
  background-color: #697c68;
}

#menu ul li ul li { border-bottom: none}

#menu ul li ul li a {
  color: #fff;
}

#menu ul li ul li > a:hover {color:#fff;
}

#menu ul li:hover > ul { display: none; }

#menu ul li:hover > a > i { transform: rotateZ(0); }

#menu ul li.open > a { background-color: rgba(0, 0, 0, 0.3); }

#menu ul li.open > a > i { transform: rotateZ(90deg); }

#menu ul li.open > ul { display: block; }

div#overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  opacity: 0;
}

html.open-menu { overflow: hidden; }

html.open-menu div#overlay {
  visibility: visible;
  opacity: 1;
  width: calc(-150%);
  left: 250px;
}

html.open-menu a#toggle,
 html.open-menu main#content {         z-index: 1000; }

html.open-menu nav#menu {
  z-index: 3;
  transform: translateX(0);
}
}

/**menu-end**/



/**flexslider-start**/

#banner {
  width: 100%;
  float: left;
  position: relative;
}
.banner-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 35%;
 
}
.banner-content {
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  /*background: rgb(0 0 0 / 54%);*/
}
.banner-content img  { width:100%;
}
.slide-main {
  position: relative;
}
.slide-main img { width:100%;
}

.home-slide-content h1 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding-left: 5px;
  letter-spacing: 1px; 
  margin-top: 0px;
}
.home-slide-content h1 span {
  width: 60px;
  height: 8px;
  background: #257fb0;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.home-slide-content p {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin: 5px 0px;
  line-height: 52px;
  text-transform: capitalize;
}
.home-slide-content p span {
      width: auto;
    height: auto;
    /* background: #000000; */
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    /* padding: 5px 10px; */
    color: #fff;
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 600;
}
.home-slide-content h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 20px 0px 0px;
}
.home-slide-content h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  margin: 20px 0px 0px;
}
.home-slide-content h3 span {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 20px 0px 0px;
}
.home-slide-content a {
  width: auto;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  background: #257fb0;
  margin-top: 20px;
  transition: all linear 0.5s;
  border-radius: 25px;
  text-align: center;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('../fonts/flexslider-icon.eot');
  src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
      url('../fonts/flexslider-icon.woff') format('woff'),
      url('../fonts/flexslider-icon.ttf') format('truetype'),
      url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;
  position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px;  position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; /*opacity: 0;*/ cursor: pointer; color: rgba(0,0,0,0.8); display: none; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); /*-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;*/ }
.flex-direction-nav .flex-prev { /*left: -50px;*/ }
.flex-direction-nav .flex-next { /*right: -50px;*/  position:absolute; right:0px;  }
/*.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;  }*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:30px; text-align: center; z-index:99;}
.flex-control-nav li {margin: 0 6px; display:none; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/************* footer CSS ************/

#footer-btm {
    width: 100%;
    float: left;
    padding: 20px 0px;
    background-color: #257fb0;
}
.footer-btm-txt p {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

/************* footer CSS ************/
/************* Services Card CSS ************/

#services-section { padding:70px 0px; float:left; width:100%;
}
#Services-item { padding:0px 0px 70px 0px; float:left; width:100%;
}



.ineer-page-sv { float:left; width:100%; margin-bottom:50px
}
.ineer-page-sv img { width:100%; border-radius:30px; border-bottom-right-radius:110px;
}
.ineer-page-sv ul { width:100%; float:left; margin:0px;
}
.ineer-page-sv ul li { width: 100%;
    float: left;
    font-size: 18px;
    list-style: none;
    padding: 5px 0px;
    font-weight: 600;
}
.svr-top {     width: 100%;
    float: left;
    margin-bottom: 70px;
}

.svr-top ul {  width:100%; float:left; margin:0px; padding-left: 0px !important;
}
.svr-top  ol, ul {
    padding-left: 0px;
}
.svr-top ul li {  width:auto; display:inline-block; float:left; margin-right:30px; list-style:none; 
}
.svr-top ul li a {    margin: 0px;
    padding: 10px 19px;
    color: #273141;
    /* background-color: #0a4487; */
    border-radius: 25px;
    display: block;
    transition: all linear 0.5s;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
   
    font-weight: 700;
}

.bg-sv-1 {     background: rgb(255 244 244);
}
.bg-sv-2 {         background: rgb(244 248 255);
}
.bg-sv-3 {       background: rgb(244 255 251);
}
.bg-sv-4 {         background: rgb(255 255 244);
}
.bg-sv-5 {         background: rgb(255 245 244);
}

.svr-btm { width: 100%;
    float: left;
    margin-bottom: 70px;
}

.svr-btm ul  {  width:100%; float:left; margin:0px;
}
.svr-btm ol ul {  padding-left: 0px !important; }
.svr-btm ul li {  width:auto; display:inline-block; float:left; margin-right:30px; list-style:none;  padding: 10px 0px 0px 0px; 
    color: #273141;
    /* background-color: #0a4487; */
    border-radius: 25px;
    display: block;
    transition: all linear 0.5s;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
   
    font-weight: 700;
}


/************* Services Card CSS ************/

/************* Sider Services Card CSS ************/
.carousel-item {width:100%; float:left; margin-left:30px;
}

.carousel-item img { width:100%;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

/************* Sider End Services Card CSS ************/






  .card {
            position: relative;
            overflow: hidden;
            border: none;
        }

        .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
 .card-img img { width: 100%;
 }

        .card-body {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 15px;    border-bottom-left-radius: 18px;     border-bottom-right-radius: 18px;
        }

        .card-body .title {
            font-size: 1.5rem;
            font-weight: bold;
        }

        .card-body .description {
            font-size: 1rem;
            margin-top: 5px;
        }

        .card-body .arrow {
            position: absolute;
            right: 10px;
            bottom: 10px;
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .card-body .arrow i {
             color: #000000d9;
    rotate: 59deg;
    font-size: 42px;
}
  
		
/************* End Services Card CSS ************/
/************* About section CSS ************/

#about-sec { float:left;  width:100%; padding:70px 0px;     background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;

    background-size: cover;
}
.about {
    border-bottom-right-radius: 90px;
}
.about img { border-bottom-right-radius: 110px; width:100%
}

/************* Contact section CSS ************/
#contact-sec { float:left;  width:100%; padding:0px 0px;     background-image: url(../images/con-bg.png);
    background-repeat: no-repeat;

    background-size: cover;
}
.con-top { padding:70px 0px}


.form-label { font-size:20px; color:#fff !important;
}

.con-details { width:100%; float:left; padding:20px;
}
.con-details ul { width:100%; float:left; padding:0px; margin:0px;
}

.con-details ul li {     width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 18px;
    display: flex;
    margin-bottom: 5px;
    font-weight: 600;
}
.con-details ul li span { color:#fff;  margin-right: 16px;
}


.con-details ul li a { color:#fff ; text-decoration:none;
}
.con-details ul li a:hover {color:#e3e3e3;
}


.btn.btn-primary {     background: #257fb0;
    border-radius: 50px;
    color: #fff;
    float: left;
    padding: 10px 24px;
    font-size: 20px;
    border: 0px;
    font-weight: 600; 
}

 .contact {
            position: relative;
            overflow: hidden;
            border: none;
        }

        .contact-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
 .contact-img img { width: 100%;
 }

        .contact-body {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 15px; border-bottom-right-radius: 110px;
        }

        .contact-body .title {
            font-size: 1.5rem;
            font-weight: bold;
        }

        .contact-body .description {
            font-size: 1rem;
            margin-top: 5px;
        }

        .contact-body .arrow {
            position: absolute;
            right: 10px;
            bottom: 10px;
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .contact-body .arrow i {
            font-size: 1.5rem;
            color: #000;
        }


.con-page {       width: 100%;
    float: left;
    padding: 50px;
    background: #4ca0ce;
    /* padding: 121px; */
    border-radius: 30px;
    display: flex;
    height: 100%;    background-image: url(../images/con-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.con-page ul { width:100%; float:left; padding:0px; margin:0px;
}

.con-page ul li {     width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 30px;
    display: flex;
    margin-bottom: 20px;
    font-weight: 600; color:#fff;
}
.con-page ul li span {color: #fff;  margin-right: 16px;
}


.con-page ul li a {color: #fff; text-decoration:none;
}
.con-page ul li a:hover {color:#e3e3e3;
}
.map-01 {     width: 100%;
    border-radius: 30px;
    background: #448ebd;
    padding: 30px;
}

/************* CModal POP UP CSS ************/

.modal-header{padding-bottom: 0px; border-bottom: none;}

.modal-content {border: 2px solid #fff;
    padding: 0px; overflow: hidden; background-image: url("../images/tach-banner.webp");
background-size: 100%; background-repeat: no-repeat;
    border-radius: 15px;}

.btn-close, .btn-close:focus{outline: none; border: none; box-shadow: none;}

.top-ba-pop {
    width: 100%;
    float: left;
    background-image: url(../images/support-banner.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.request-from {
    margin-top: 30px;
}
.services-fields-1 textarea {
    font-size: 13px;
    color: #000;
    padding: 8px 12px;
    border-radius: 6px;
    border: none;
    outline: none;
    background-color: rgb(251 251 251 / 50%);
    width: 100%;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
       border: solid 1px #257fb057;
    height: 120px;
}
.request-from h1 {
	font-size: 36px;
    color: #273141;
    font-weight: 700;
    padding-left: 50px;
    padding-top: 0px;
   
   
    line-height: 32px;
}
.request-from h1 span {
    color: #257fb0;
    font-size: 36px;
}
.popup-left {
    height: 100%;
    display: flex;
    align-items: center;
}
.popup-info img {
    width: 90%;
    margin-top: 30px;
}
.popup-right {
    padding: 0px 50px 30px 50px;
}
.service-header h2 {
    margin: 0px;
    padding: 0px;
  color: #273141;
    font-size: 28px;
    text-align: center;
    margin-top: -50px;
}
.services-fields-1 {
    margin: 15px 0px 0px;
}
.service-fldschk-1 {
    margin-top: 3px;
}
.form-check {
    margin: 7px 0px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}
.form-check-input-1[type=checkbox] {
    border-radius: .25em !important;
    color: #000 !important;
    border: solid 2px #f85826 !important;
}
.form-check label {
    font-size: 14px;
    margin: 0px 0px 0px;
}
.form-check-input-1 {
    margin-right: 10px;
    margin-top: 0;
}
.services-fields-file-1 {
    margin: 25px 0px 20px;
}
.services-fields-file-1 label {
    font-size: 14px;
    margin: 0px 0px 5px;
}
#custom-button-1 {
    padding: 6px 10px;
    color: #fff;
       background: linear-gradient(75deg, rgba(0, 46, 121, 1) 0%, rgba(44, 140, 185, 1) 35%, rgba(10, 68, 135, 1) 100%);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
#custom-text-1 {
    margin-left: 5px;
    color: #aaa;
    font-size: 14px;
}
.infodv p {
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    color: #273141;
}
.btn-form-1 {
    margin-top: 25px;
}
.btn-form-1 input {
    background: linear-gradient(75deg, rgba(0, 46, 121, 1) 0%, rgba(44, 140, 185, 1) 35%, rgba(10, 68, 135, 1) 100%);
    color: #fff;
    padding: 8px 45px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    margin-right: 20px;
}
.btn-form-1 input {
    background: linear-gradient(75deg, rgba(0, 46, 121, 1) 0%, rgba(44, 140, 185, 1) 35%, rgba(10, 68, 135, 1) 100%);
    color: #fff;
    padding: 8px 45px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    margin-right: 20px;
}
.services-fields-1 label {
    font-size: 14px;
    margin: 0px 0px 5px;
   color: #273141;
}
.services-fields-1 input {
    font-size: 13px;
    color: #000;
    padding: 8px 12px;
    border-radius: 6px;
    border: none;
    outline: none;
    background-color: rgb(251 251 251 / 50%);
    width: 100%;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    border: solid 1px #257fb057;
}

/********* remotesoftware css **********/

 .remotesoftware {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.remotesoftware li {
    padding: 10px;
    color: #2c414b;
    font-size: 17px;
    border-radius: 10px;
    margin: 0px 0px 20px;
    width: 100%;
    float: left;
}
.remotesoftware li a {
    color: #2c414b;
}
.apple-icon-box {
    width: 100%;
    float: none;
    clear: both;
    max-width: 320px;
    background: #000;
    margin: 0px auto;
}
.windo.prgrmicns {
    float: left;
    width: auto;
    margin-top: 20px;
    margin-left: 0px;
    border-right: 1px #beadad solid;
    padding-right: 30px;
}

.apple.prgrmicns {
    float: left;
    width: auto;
    margin-left: 40px;
    margin-top: 20px;
}
.remotesoftware li {
    padding: 10px;
    color: #2c414b;
    font-size: 17px;
    border-radius: 10px;
    margin: 0px 0px 20px;
    width: 100%;
    float: left;
}
.remotesoftware li {
    padding: 10px;
    color: #2c414b;
    font-size: 17px;
    border-radius: 10px;
    margin: 0px 0px 20px;
    width: 100%;
    float: left;
}
.remotesoftware li a {
    color: #2c414b;
}
.bgs-3 {
    background: #f6f3fe;
}
.bgs-6 {
    background: #f9efea;
}
.windo.prgrmicns i {
    color: #257eff;
    font-size: 100px;
    margin: 0px 20px 0px 0px;
}
.apple.prgrmicns i {
    color: #313334;
    font-size: 100px;
    margin: 0px 20px 0px 0px;
}
