/*!
 * Code by Asish
 */

html,




.img-text-row .left-img {
  width: 300px;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-right: 80px;   /* ↑ give the image its own right‑spacing */
}


.img-text-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;   /* top‑aligns image + text */
  gap: 20px;                  /* space between them */
  margin: 40px 0;             /* vertical breathing room */
}

/* constrain image size, keep aspect ratio */
.img-text-row .left-img {
  width: 300px;               /* or whatever fits your design */
  max-width: 100%;            /* ensure it never overflows */
  height: auto;
  flex-shrink: 0;             /* prevent it from squishing */
}

/* let text take the rest of the row */
.img-text-row .right-copy {
  flex: 1;
}

/* —— responsive: stack on small screens —— */
@media (max-width: 768px) {
  .img-text-row {
    flex-direction: column;
    align-items: center;      /* center‑align when stacked */
  }
  .img-text-row .left-img {
    margin-bottom: 20px;      /* space under image */
    width: 100%;              /* full‑width on mobile */
  }
  .img-text-row .right-copy {
    text-align: center;       /* optional: center text on mobile */
  }
}





---------------------------------------------------------------------------------------------------








body {
    width: 100%;
    height: 100%;
	/* background-color: #2769D4; */
	/* background-color: #91BADD; */
	background-color: #ffffff;

}

/* body { */
/*     font-family: Merriweather,'Helvetica Neue',Arial,sans-serif; */
/* } */

hr {
    max-width: 50px;
    border-color: #2668d4;
    /*border-color: #f05f40;*/
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #333;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #2668d4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    /* padding: 100px 0; */
	/* color: white */
    /* margin: 50px 0; */
    padding: 90px 0 10px 0;
}

.container {
	background-color: white;

}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

/* .affix-top.navbar-style .container {
    display: none;
   
} */
.affix-top.navbar-style {
/* visibility: hidden; */
top:5px;
transition: 1s ease;
}

.affix.navbar-style {
    display: block;
    top: 20px;
    background: transparent;
    transition: 1s ease;
    
}
.affix.navbar-style .container {
    background: transparent;
}
.navbar-menu-style{
   
    display: flex;
        align-items: center;
        -moz-column-gap: 2.5rem;
        column-gap: 7.5rem;
        width:fit-content;
        flex-wrap: nowrap;
        border-radius: 12.5rem;       
        max-height: 100%;
        list-style: none;
        margin: 0 auto;
        padding: 0 1.625rem;
        border: 1px solid rgba(255, 255, 255, .05);
        background-color: #2C6CD5;
            float: none;
       
}
.navbar-menu-style>li{
    padding:15px 0;
}
.navbar-menu-style>li>a{
    color: #fff;
        font-family: Google Sans Display, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;       
        letter-spacing: .3px;
        white-space: nowrap;
        text-decoration: none;
        opacity: .3;
        padding:5px 0;
        border-bottom: 3px solid transparent;
}
.navbar-menu-style>li>a:hover{
background: none;
}
.navbar-menu-style>li.active>a {
    opacity: 1;
    border-bottom: 3px solid #ffffff;
}
.navbar-default {
    /* border-color: rgba(34,34,34,.05); */
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    /* background-color: #fff; */
    /* background-color: white !important; */
    background-color: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 600;
    color:#2668d4;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    color:#2668d4;
    padding:25px 30px;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color:#2668d4;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #2668d4;
	background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
        border-bottom: 0px;
    }

   

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

  
    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color:#2668d4;
    }

    .navbar-default.affix {
        /*border-color: rgba(34,34,34,.05);*/
        background-color: #fff;
        border-bottom: 3px solid #33d44a;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        /*color: #f05f40;*/
        color:#2668d4;
    }
.navbar-default.affix .header-logo-link{
            display: contents;
                line-height: 4.5rem;
}
.navbar-default.affix-top .header-logo-link{
        display: contents;
            line-height:11.5rem;
}
 .navbar-default.affix .header-logo-link img {
    width:40px !important;
    height:auto;
 }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        /*color: #222;*/
        color:#2668d4;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        /*color: #f05f40;*/
        color: #2668d4;
    }
}


header {
    /* position: relative; */
    /* width: 100%; */
    min-height: 100%;
    /* text-align: center; */
    /* color: #bfbfbf; */
    /* background-position: center; */
    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover; */
    /* background-size: cover; */
    /* -o-background-size: cover; */
}

/* header .header-content { */
/*     position: relative; */
/*     width: 100%; */
/*     /\* padding: 100px 15px; *\/ */
/*     text-align: center; */
/* } */

/* header .header-content .header-content-inner h1 { */
/*     margin-top: 0; */
/*     margin-bottom: 0; */
/*     text-transform: uppercase; */
/*     font-weight: 700; */
/*     text-align: left; */
/*     color: #33d44a; */
/* } */

/* header .header-content .header-content-inner hr { */
/*     margin: 30px auto; */
/* } */

/* header .header-content .header-content-inner p { */
/*     margin-bottom: 50px; */
/*     font-size: 16px; */
/*     font-weight: 300; */
/* } */

.header-logo {
	margin-top: 20%;
}

.center-header-content{
    position: relative;
    left:30px;
}
.headerlogo-title{
    display: flex;
    gap: 10px; 
    margin-top: 20%;
}

.header-graphic {
    margin-top: 90px;
    min-height: 520px;
}
.header-graphic .svg{
    width: 100% !important;
    z-index: 200;
}

.center-graphic {
	margin-left: auto;
	margin-right: auto;
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    /* header .header-content { */
    /*     position: absolute; */
    /*     top: 50%; */
    /*     padding: 0 50px; */
    /*     transform: translateY(-50%); */
    /* } */

    /* header .header-content .header-content-inner { */
    /*     margin-right: auto; */
    /*     margin-left: auto; */
    /*     max-width: 1000px; */
    /* } */

    /* header .header-content .header-content-inner p { */
    /*     margin-right: auto; */
    /*     margin-left: auto; */
    /*     max-width: 80%; */
    /*     font-size: 18px; */
    /* } */

	/* /\* header .headerMargin { *\/ */
	/* /\* 	margin-top: 130px; *\/ */
	/* /\* } *\/ */

	.header-logo {
		margin-top: 25%;
	}

	/* .header-graphic {
		margin-top: 5%;
		margin-left: -5%;
	} */

	.center-graphic {
		margin-left: 0px;
		/* margin-right: auto; */
	}

}

.section-heading {
    /* margin-bottom: 20px; */
    margin-bottom: 3%;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #2668d4;
    color: #fff;
    background-color: #2668d4;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #406AB0;
    color: #fff;
    background-color: #406AB0;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    font-family: Helvetica !important;
    webkit-tap-highlight-color: #222;
}


circle.node {
    cursor: pointer;
    stroke: #000;
    stroke-width: .5px;
} 

line.link {
    fill: none;
    stroke: #9ecae1;
    stroke-width: 1.5px;
}

.leftAlign {
    text-align: left;
}

.justify {
    text-align: justify;
}

.headerMargin {
    margin-top: 100px;
}

.font-lg {
    font-size: 18px;
}

.impactFont {
    font-family: Montserrat !important;
    font-weight: 600 !important;
	font-style: normal;
    /* margin-left: 9%; */
    font-size: 22.5px;
    color: #2C6CD5;   
    line-height: 30px;
}

.logo-text {
    font-family: Arial !important;
    font-weight: 600 !important;
    font-style: normal;
    /* margin-left: 9%; */
    font-size: 40px;
    color: #2C6CD5;
}

.blueColor {
    color: #2668d4 !important;
    font-size: 25px !important;
}

.greenColor {
    color: #33d44a !important;
    font-size: 25px !important;
}

.blackColor {
    color: #222222 !important;
    font-size: 20px !important;
}

.listing {
    font-size: 20px;
    font-weight: 400;
    margin: 25px 0px;
}

.headerColor {
    color: #33d44a !important;
}

.footerPadding {
    /* background-color: #f7f7f7 !important; */
    background-color: white !important;
    padding-top: 20px !important;
    border-top: 3px solid #33d44a;
}

.footerTextColor {
    color: #000;
}

.footerlinkColor {
    text-decoration: none !important;
}

.footerlinkColor:hover {
    text-decoration: none !important;
    color: #33d44a !important;
}

.pathfinderImgWidth {
	width:76% !important;
}

/* .modal-dialog { */
/*     width: 70%; */
/*     left: 15%; */
/*     margin-left: 0; */
/*     top: 0; */
/*     margin-top: 15px!important; */
/*     margin-bottom: 15px!important; */
/*     height: 30%; */
/* } */

/* .modal-content { */
/*     border-radius: 0 !important; */
/* } */

.infographicsPadding {
    padding-left: 50px !important;
    padding-right: 25px !important;
}

.blueHeading {
    font-weight: 600;
    font-size: 34px !important;
}

.zeroPadding {
    padding: 0 !important;
}

.subTag {
    text-align: left !important;
    margin-left: 5% !important;
}

.bottomTag {
    text-align: center; !important;
    margin-bottom: 5% !important;
}

.headerLogoWidth {
    width: 80% !important;
}

.featureHeading {
    margin-left: 3% !important;
}

.serviceButtonMargin {
    margin-right: 10%;
}

.demoButtonFont {
    font-size: 17px;
}

.graphicButtonPad {
    padding: 17px 30px !important;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.8 !important;
}

.align-center {
	margin: 0px auto;
}

.banner-image {
	height: 70px;
	margin-left: -15px;
}

/* .img-infographic { */
/* 	height: 550px; */
/* } */

@media (min-width: 992px) {
  .modal-md {
    width: 800px;
  }
}

.first-p {
	margin-top: -2%;
}

.btn-padding {
    margin-bottom: 10px;	
}


.service-section-content{
    margin-top:25px;
}
.service-section-content .thumbnail{
    padding: 15px;
}
.service-section-content .service-icons-div{
    text-align: center;
}
.service-section-content .service-icons{        
    display: inline-block;
    border-radius: 100%;
    margin: 0 auto;
    padding: 10px;
}
.service-section-content .service-icons img{
    width: 100px;
    height: auto;
}
.service-section-content .caption {
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    margin-top: 15px;
}
.service-section-content .service-icons.service-icons-one{
  background-color: #2668d4;
}

.section-heading-title{
background-color: #2668d4;
    color: #fff;    
    width: 460px;
    font-size: 36px;
    font-weight: bold;
    padding: 5px 15px;
    margin-left: -15px;
    text-align: right;
    padding-right: 65px;
    border-bottom-right-radius: 70px;
    text-transform: capitalize;
}










<style>
  .img-text-row {
    display: flex;
    align-items: flex-start; /* or center if you want them vertically centered */
    gap: 20px;               /* space between image and text */
    margin: 40px 0;          /* optional vertical spacing */
  }

  .img-text-row .right-img {
    max-width: 200px;        /* shrink/grow as needed */
    height: auto;
    flex-shrink: 0;          /* don’t let it get smaller than its max-width */
  }

  .img-text-row .left-copy {
    flex: 1;                 /* take up remaining space */
  }
</style>

